When i try to view a page in other languages it works fine but when i click back to English i get the following error.

See the attached image.

Thanks in advance.
Regards

CommentFileSizeAuthor
publicdownload_count error.png41.3 KBemnzava

Comments

emnzava’s picture

Ok, this is what i did just to get rid of the error msg,,,i am not sure if this will affect other functionality of the module but since the error was for undefined constant i made some changes as follows.

at line 18 just after mode_reset add define("LANGUAGE_NEGOTIATION_NONE",4);

define("MODE_TOTAL",   0);
define("MODE_DETAIL",  1);
define("MODE_CONFIRM", 2);
define("MODE_RESET",   3);
define("LANGUAGE_NEGOTIATION_NONE",4);

Please if am wrong let me know. am just learning php.

Regards