- Posts: 67
- Thank you received: 0
Debug Errors
-
kingston.clinton
Inactive member -
Topic Author
- Member
-
Less
More
11 years 11 months ago #28942
by kingston.clinton
Debug Errors was created by kingston.clinton
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #28953
by ivan.milic
Replied by ivan.milic on topic Debug Errors
What does text say?
Please Log in to join the conversation.
-
kingston.clinton
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 67
- Thank you received: 0
11 years 11 months ago #28970
by kingston.clinton
Replied by kingston.clinton on topic Debug Errors
Hot Weather.ini says JROOT/language/en-GB/en-GB.mod_hot_weather.ini : error(s) in line(s) 1, 2, 3, 4, 5, 6
LABEL DISPLAY="Display Type"
DESC DISPLAY="This module can show weather conditions as small widget with current situation or 3D animation with weather forecast."
LABEL UNITS="Select Unit"
DESC UNITS="Please select wether to show temperature as Farenheit or Celsius degrees."
LABEL ZIP="Enter ZIP code (USA only) or city code"
DESC ZIP="Please enter ZIP code if you want to show weather for an USA location, or follow the module instructions to obtain city codes for other countries."
Hot Twitter.ini says JROOT/language/en-GB/en-GB.mod_hot_twitter.ini : error(s) in line(s) 1, 2
LABEL JQUERY="Load jQuery"
DESC JQUERY="Select wheter to load jQuery library or not. If your template already loads it, you may disable this."
LABEL DISPLAY="Display Type"
DESC DISPLAY="This module can show weather conditions as small widget with current situation or 3D animation with weather forecast."
LABEL UNITS="Select Unit"
DESC UNITS="Please select wether to show temperature as Farenheit or Celsius degrees."
LABEL ZIP="Enter ZIP code (USA only) or city code"
DESC ZIP="Please enter ZIP code if you want to show weather for an USA location, or follow the module instructions to obtain city codes for other countries."
Hot Twitter.ini says JROOT/language/en-GB/en-GB.mod_hot_twitter.ini : error(s) in line(s) 1, 2
LABEL JQUERY="Load jQuery"
DESC JQUERY="Select wheter to load jQuery library or not. If your template already loads it, you may disable this."
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #28976
by ivan.milic
Replied by ivan.milic on topic Debug Errors
Problem is with blank characters for labels. Open language\en-GB\en-GB.mod_hot_twitter.ini replace all content with this:
Open \modules\mod_hot_twitter\mod_hot_twitter.xml
replace LABEL SYSTEM SETTINGS with LABEL_SYSTEM_SETTINGS
replace LABEL JQUERY with LABEL_JQUERY
replace DESC JQUERY with DESC_JQUERY
Code:
LABEL_JQUERY="Load jQuery"
DESC_JQUERY="Select wheter to load jQuery library or not. If your template already loads it, you may disable this."
Open \modules\mod_hot_twitter\mod_hot_twitter.xml
replace LABEL SYSTEM SETTINGS with LABEL_SYSTEM_SETTINGS
replace LABEL JQUERY with LABEL_JQUERY
replace DESC JQUERY with DESC_JQUERY
Please Log in to join the conversation.
-
kingston.clinton
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 67
- Thank you received: 0
11 years 11 months ago #28982
by kingston.clinton
Replied by kingston.clinton on topic Debug Errors
Hi Ivan
Thanks it seems to have resolved the twitter language errors I was getting in debug.
I still have the following error for the weather applet: JROOT/language/en-GB/en-GB.mod_hot_weather.ini : error(s) in line(s) 1, 2, 3, 4, 5, 6
LABEL DISPLAY="Display Type"
DESC DISPLAY="This module can show weather conditions as small widget with current situation or 3D animation with weather forecast."
LABEL UNITS="Select Unit"
DESC UNITS="Please select wether to show temperature as Farenheit or Celsius degrees."
LABEL ZIP="Enter ZIP code (USA only) or city code"
DESC ZIP="Please enter ZIP code if you want to show weather for an USA location, or follow the module instructions to obtain city codes for other countries."
Thanks it seems to have resolved the twitter language errors I was getting in debug.
I still have the following error for the weather applet: JROOT/language/en-GB/en-GB.mod_hot_weather.ini : error(s) in line(s) 1, 2, 3, 4, 5, 6
LABEL DISPLAY="Display Type"
DESC DISPLAY="This module can show weather conditions as small widget with current situation or 3D animation with weather forecast."
LABEL UNITS="Select Unit"
DESC UNITS="Please select wether to show temperature as Farenheit or Celsius degrees."
LABEL ZIP="Enter ZIP code (USA only) or city code"
DESC ZIP="Please enter ZIP code if you want to show weather for an USA location, or follow the module instructions to obtain city codes for other countries."
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #28987
by ivan.milic
Replied by ivan.milic on topic Debug Errors
same thing go to module folder and edit mod_hot_weather.xml then en-GB.mod_hot_weather.ini to remove blanks from label marks
Please Log in to join the conversation.
Time to create page: 0.150 seconds