I made two simple changes in the english.php file and now I get this error message when I try to use Coppermine:
Parse error: parse error, unexpected $ in /home/my_username/public_html/lang/english.php on line 1131
I know how to work with language files and I can't understand why the simple changes I made would effect anything - they were only changes to the actual display text, not to variables.
Thanks,
Aaron
Maybe posting your changes would be useful.
Under $lang_meta_album_names I changed :
'random' => 'Random Flyer Pages', //cpg1.3.0
You said you made two changes, what was the other one?
My last post got cut off somehow. The other changes were...
under $lang_main_menu I changed:
'alb_list_title' => 'Go to the flyer list',
'alb_list_lnk' => 'Flyer List',
what editor did you use to apply the changes? You mustn't use WYSIWYG editors like MS Frontpage or similar. Use notepad.exe instead. Post a link to your page and zip your language file and attach it to your reply (using "Additional options" when composing your message).