English > Install & Configure jDiction
Php error when displaying the translate windows
Harald Leithner:
please change your php_error settings to some more production value in php.ini like:
--- Code: ---error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
--- End code ---
I will see if I can fix this notice, but its not system critical.
Tonio:
I changed php.ini to what you suggested, i.e.:
--- Code: --- error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
--- End code ---
The error message dissapeared after that, Having a look at http://www.php.net/manual/en/errorfunc.configuration.php#ini.error-reporting it makes sense as it display less errors than before.
I changed it to :
--- Code: --- error_reporting = E_ALL | ~E_STRICT
--- End code ---
And I have a few more details here but I don't know if that's relevant :
I was wondering if it could be an issue because I don't pick the good translation pack from Joomla, I used the french pack available here : http://extensions.joomla.org/extensions/languages/translations-for-joomla/5314
Harald Leithner:
I hade to modify JForm because else mutlilanguage forms are not possible, maybe somethings in jform has changed but JDForm use only used by jdiction so you can ignore this script warning, if you don't have a problem.
but thx for reporting
Tonio:
Ok I ignore this one but I still have the main issue (Translation are not working :))
The error in my previous post was what I had after changing "error-reporting" but I still have this :
When I change the language in the front end, it doesn't do anything except putting a "fr" in the url instead of "en" but the menu is not translated
Harald Leithner:
please change the display_error = Off in php.ini and try again.
I only wanted to know if the problem is the error logging or jdiction itself.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version