Hello, I am in need of some quick help please. In my Admin config page, I mistakingly set the default language to UT8 Unicode and all of the sudden my entire coppermine gallery is offline. This is the error now:
QuoteParse error: parse error, unexpected '@', expecting ')' in /home/grafph2/public_html/gallery/lang/english-utf-8.php on line 184
gallery URL: http://www.grafphoto.com/gallery/index.php
I tried restoring my entire site from a backup, but that didn't seem to work either. Can someone please help me with fixing this?
Thanks.
Mark
Don't know what the problem is with the utf-8 file, but to change the default language, under a mysql admin tool like PhpMyAdmin,
you can use the following command to use again the english language file:
UPDATE cpg132_config SET value = 'english' WHERE name = 'lang'
(replacing cpg132_ with your coppermine table prefix if it's different)
-matt-
Thank you Matt for such a quick response!!
Mark