Hi,
I had to install the .sql files manually. The installer would not create the cpg_config table, so I had to create it. I also had to create all of the other tables from the .sql files that were provided. I still get the error below when accessing the index page. Shouldn't the installer create all of the nessecary tables and populate them with the install info?
Notice: Undefined index: debug_mode in /htdocs/www/PHP/cpg/include/init.inc.php on line 158
Coppermine critical error:
The group table does not contain the Anonymous group !
Thanks for your help.
Marco
did you have a look: does the group table actually contain the anonymous group? If you had to create the tables manually (which can only be the case if something's wrong with your server setup or your permissions), make sure to populate the tables as well by running all necessary queries from the sql folder manually.
GauGau
I downloaded from another mirror site and the installer worked fine.
Thanks for your help!