I am moving to a new host, I managed to backup my database with phpMyAdmin. I also able to restore the database back to the new host. But I get this error when I try to access my site.
Notice: Undefined index: debug_mode in /home/lamfoto/domains/lamfoto.com/public_html/include/functions.inc.php on line 96
Fatal error :
There was an error while processing a database query
I think is have to do with the path of the server, because the old server has a path something like this /lamfoto/home/public_html.
How do I change that change or may be is totally different from my from I think.
Thanks
Rocjy
Rocky,
Coppermine has nothing to do with the path in harddisk. This is probebly beacuse of the database settings.
Have you changed the include/config.php to reflect your new database username, password, etc?
Thanks, yes the problem is not the password but the prefer of the database in the config.php.
Rocky
rocky,
This might be a lame question but are the pictures/uploaded files in the same directory tree structure (layout) as they were in your previous install?
Dennis
Quote from: rocky2889 on September 19, 2005, 07:54:19 AM
Fatal error :
There was an error while processing a database query
enable debug_mode to see what query actually fails. To do so, use a tool like phpMyAdmin to directly access your database, browse coppermine's config table and set debug_mode from "0" to "1".
I run into another problem that I cannot see any thumbnails. But I can click to see the fullsize image. Here is my site http://lamfoto.com
Thanks
Rocky
we have a "one issue per thread" policy you agreed to respect when signing up. Has the issue you originally posted in this thread been resolved?
Yes, the original issue has been resolved.