Can't install FileMove Can't install FileMove
 

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

Can't install FileMove

Started by hl90, May 14, 2011, 03:01:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hl90

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
 

François Keller

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)
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

hl90

Hi,

I still get the same error.

Αndré

Then just delete the dutch language file if you don't need it.

hl90

Thanks for the tip. It works now!