It's a long story, but my hosting service decided to rename all my database tables. They prepended my username to the names.
Instead of "tablename" it's not "myname_tablename". So my gallery no longer works...obviously.
Is there a master file I can go into and update the names of the tables so the scripts can access them?
Thank you.
yes, the includes/config.inc.php file ...
Wow, that was a quick reply! That looks like what I need. I'll give it a go.
Thanks.