Page 1 of 1

Language Problem

Posted: Mon Mar 28, 2016 9:39 pm
by ghada777
Hello
I have an open cart website , suddenly the other language stop working and give me a white page
I dont know why !!!
this is the website : playnation-ksa.com

Regards

Re: Language Problem

Posted: Tue Mar 29, 2016 12:40 am
by OSWorX
1. what do you mean with 'suddenly'
2. a white page indicates an php-error usually (guess something is wrong with one of the language files you try to load)

Re: Language Problem

Posted: Tue Mar 29, 2016 1:30 am
by IP_CAM
it switches to a white screen in any language, as soon as someone clicks on the language flag.

Re: Language Problem

Posted: Tue Mar 29, 2016 1:38 am
by OSWorX
IP_CAM wrote:it switches to a white screen in any language, as soon as someone clicks on the language flag.
have seen that, but before he does not answer my questions, the pages will be white until the end of this world ..

Re: Language Problem

Posted: Tue Mar 29, 2016 4:32 am
by pm-netti
Can you add this code to index.php top:

Code: Select all

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);