Forums Sign Up Reply Search Statistics
GrafXPress Article Manager GraFX Software Solutions - Forum / GrafXPress Article Manager /

Error Message at Step 7

 
Author matrixdz2002
Guest
#1 Posted: 6 Feb 2006 10:36:26
Reply 
Hi all!

I saw that others had the same error message after installing grafxpress lite. At Step 7 it says:

"Database - TABLE creation problem
Couldn't insert data into DATABASE!

Please check that your tables are not already populated. If so you are probably already using our software."

I checked the config.inc.php file and all seems OK.

could you help to solve the problem then testing the application for future purchase ?

Regards
Author software
Admin
#2 Posted: 6 Feb 2006 10:39:13
Reply 
In this case you can use phpMyAdmin to dump from installer/mysql.sql and mysql_installer.

Delete all of our tables first and dump it with phpMyAdmin.
If you cannot do it, we can help you.
Author matrixdz2002
Guest
#3 Posted: 6 Feb 2006 11:15:46
Reply 
Hi,
Thank you for your quick answer.

I did it with phpmyadmin and I went to the home page and there is nothing (White Screen):

1- I created the grafx database
2- I executed the script "mysql.sql" (28 Instructions inserted to database)
3- I executed the script "mysql_insert.sql" (368 Instructions inserted to DB)

in case it may help:
define("DB_USR", "grafx");
define("DB_PWD", "********");
define("DB_NAME", "grafx");
define("DB_HOST", "localhost");
define("INDEX_URL", "http://localhost/grafx/");
define("INDEX_PATH", "C:/WebServer/www/grafx/");

All other Config lines remained as they were (not modified)

Thanks
Author software
Admin
#4 Posted: 6 Feb 2006 20:54:31
Reply 
On Windows platform can be a define("INDEX_PATH", "C:/WebServer/www/grafx//"); double slash at end of PATH.
Try this please.
Can you see also error_log to see why is blank the page, but I feel this is.
 
Your Reply

» Username  » Password 
Only registered users are allowed to post here. Please enter your login/password details upon posting a message, or sign up first.