PDA

View Full Version : illegal string offset 'value' in .../includes/adminfunctions_language.php on line 656


roiarthur
01-28-2018, 08:15 PM
I have a problem with the french language

Activity.php is not functioning with the url rewriting under french language but it is functioning under english.

I tried to uninstall the french language and reinstall the latest french version Suite Language Pack 4.2.1 and i receive that error message

illegal string offset 'value' in .../includes/adminfunctions_language.php on line 656

The line 656: if (!validate_string_for_interpolation($phrase['value']))

How can i fix it ?

Thanks in advance

Inna
02-06-2018, 09:05 AM
1- Disable all of the products/plugins by adding
define('DISABLE_HOOKS', true);
after
<?php
in
/includes/config.php
file, and see whether it works.
2- Check some phrases in AdminCP/ Phrases and Language / Search in phrases to see whether phrases and variables are translated correctly or not.
3- Re-upload the fresh vBulletin files (exclude images and install folder and config.php.new file) and check again.