Parse error: syntax error, unexpected T_STRING in ********/includes/lang/fr.lang.php on line 30
On line 30
define ('LangBookmarkNotSaved', 'Vous n'avez enregistré aucun article à votre liste de signets pour le moment');
Fixed by changing to this
define ('LangBookmarkNotSaved', 'Vous n\'avez enregistré aucun article à votre liste de signets pour le moment');
This problem appear in a lot of lines...
In the same file
arse error: syntax error, unexpected '{' in /******/includes/lang/fr.lang.php on line 172
Fixed by replacing "{" by "("
I'm checking this file and replacing all charcater that are not compatible, i'll upload it if you want.
Thanks for the release, I can now delete categories.