Coppermine went offline - mistake setting default language Coppermine went offline - mistake setting default language
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Coppermine went offline - mistake setting default language

Started by mgraf, March 05, 2005, 04:46:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mgraf

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

nol33t

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-

mgraf