Well I thought I did, but to be sure I deleted all users and databases and started over.
I finally got to the configuration login screen:
http://www.estspace.com/statistics/login.php/
Entered demo/demo and now get these errors:
Table 'estspace_gfxstat.estspace_gfxstatstats' doesn't exist
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/estspace/public_html/statistics/statistics.p hp on line 76
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/estspace/public_html/statistics/statistics.p hp on line 81
You guys could save endless questions with some accurate documentation.
The database name is defined in two places in cinfig.inc.php
define("DB_NAME", "estspace_gfxstat");
and
define("STAT_DB_INDEX", "estspace_gfxstat");
looking at the error message, these two lines need to be different. What should be entered for "STAT_DB_INDEX"?
Thanks,
Joe