HI
Using Verion 1.3.8a
I have 3 languages setup when I switch from language to language the screen doesn't refresh I need to hit back or F5
Suggestions?
Regards
HI
Using Verion 1.3.8a
I have 3 languages setup when I switch from language to language the screen doesn't refresh I need to hit back or F5
Suggestions?
Regards
Can you provide a link to the site?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Most likely a problem with your English language files. I recommend following this FAQ Entry to find the nature and location of the problem.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Hi Kuroi
Thanks for the info. I created the local configure.php.. wow I got lots of errors. however these are the ones I believe are causing the language problems..
Notice: Constant OFFICE_IP_TO_HOST_ADDRESS already defined in /home/teamtool/public_html/TCart_New/Shop/includes/languages/english/email_extras.php on line 52
Warning: Cannot modify header information - headers already sent by (output started at /home/teamtool/public_html/TCart_New/Shop/includes/languages/english/email_extras.php:52) in /home/teamtool/public_html/TCart_New/Shop/includes/init_includes/init_templates.php on line 78
Warning: Cannot modify header information - headers already sent by (output started at /home/teamtool/public_html/TCart_New/Shop/includes/languages/english/email_extras.php:52) in /home/teamtool/public_html/TCart_New/Shop/includes/functions/functions_general.php on line 44
Notice: Object of class queryFactoryResult could not be converted to int in /home/teamtool/public_html/TCart_New/Shop/includes/functions/functions_general.php on line 19
Any idea how to understand them? lol
Regards
Those are notices and warnings. The first tells you that something is being declared twice. This may or may not be your problem, as you've not posted the error that is actually causing your site to stop producing output.
The next two are warnings that arise because of the first.
The fourth may or may not be related. The first (or others that you haven't posted) may be the root cause or not. Can't tell from the notice alone.
Notices aren't normally problems. They're just advice. Errors are what need to be solved, but often notices give clues as to the root cause.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)