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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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