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 |