This is the error I'm receiving after my host company migrated to a new host. Any help would be great. Thanks.
"Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home2/bryceadams/public_html/coppermine/include/functions.inc.php:183 Stack trace: #0 /home2/bryceadams/public_html/coppermine/include/init.inc.php(171): cpg_db_connect() #1 /home2/bryceadams/public_html/coppermine/thumbnails.php(32): require_once('/home2/bryceada...') #2 {main} thrown in /home2/bryceadams/public_html/coppermine/include/functions.inc.php on line 183"
Originally, the directory home2/bryceadams/public_html didn't exist. On the old server the coppermine folder was in the root folder. I'm not sure what I need to change.
The site is http://www.prospectator.com/ (http://www.prospectator.com/)
You need to have your host set you up with older (5.x) PHP or you need to upgrade your gallery to CPG 1.6.x
http://forum.coppermine-gallery.net/index.php/topic,79013.msg383037.html#msg383037
I just checked the web server, the PHP version is 5.6.30
Sorry, trying to figure out the new host software. When I view myphpadmin is see version 5.6.30, but when I navigate to my control panel is says the server php version is 7.0.29. Sorry for the confusion. Thanks for the help.
That means the MySQL version is 5.6 and PHP is Version 7. They are different elements of the server.
Hopefully you now know what you need to do. Upgrading is probably your best option.
Just ran the update and all seems to be working correctly. Can't thank you enough for the help. :)