Hi,
I somehow can't install the FileMove plugin. I uploaded them in FTP but when I go to config I get this error:
Parse error: syntax error, unexpected ',' in /home/xxx/xxx/xxx/gallery/plugins/FileMove/lang/dutch.php on line 26
open the plugin dutch.php lang file an search for
$lang_plugin_FileMove['config_button'] = 'FileMove',
and replace with
$lang_plugin_FileMove['config_button'] = 'FileMove';
there is a typo on this line (a comma instead a semicolon)
Hi,
I still get the same error.
Then just delete the dutch language file if you don't need it.
Thanks for the tip. It works now!