- Posts: 67
- Thank you received: 0
Error codes when uploading to host service provide
-
kingston.clinton
Inactive member -
Topic Author
- Member
-
Less
More
11 years 9 months ago #30246
by kingston.clinton
Hi
I have just uploaded my completed site to my host service provider and I have the following errors displaying:
Strict Standards: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in /home/ardetieh/public_html/thetenniscoach/templates/hot_tennis/index.php on line 211
Strict Standards: Non-static method JApplication::getMenu() should not be called statically, assuming $this from incompatible context in /home/ardetieh/public_html/thetenniscoach/includes/application.php on line 539
Strict Standards: Only variables should be assigned by reference in /home/ardetieh/public_html/thetenniscoach/modules/mod_hot_twitter/tmpl/default.php on line 13
I found some information in explaining how to fix it however if I apply the change as per the below extract I get a fatal error: my site no longer displays on the web
stackoverflow.com/questions/15922391/str...not-be-called-static
I have just uploaded my completed site to my host service provider and I have the following errors displaying:
Strict Standards: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in /home/ardetieh/public_html/thetenniscoach/templates/hot_tennis/index.php on line 211
Strict Standards: Non-static method JApplication::getMenu() should not be called statically, assuming $this from incompatible context in /home/ardetieh/public_html/thetenniscoach/includes/application.php on line 539
Strict Standards: Only variables should be assigned by reference in /home/ardetieh/public_html/thetenniscoach/modules/mod_hot_twitter/tmpl/default.php on line 13
I found some information in explaining how to fix it however if I apply the change as per the below extract I get a fatal error: my site no longer displays on the web
stackoverflow.com/questions/15922391/str...not-be-called-static
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #30253
by ivan.milic
Replied by ivan.milic on topic Error codes when uploading to host service provide
Level down error reporting level in global configuration to "System default", strict(maximum) is basicly used when you are developing something, and what you see are harmless warnings
Please Log in to join the conversation.
Time to create page: 0.154 seconds