Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error-Strict Standards: Non-static method
#1
I had installed Leto to my machine using Apache, php, mysql.

When i log in , i received this error : "Strict Standards: Non-static method UI::printTreeNavigation() should not be called statically in C:\server\www\myserver.dev\public_html\Leto\out\out.ViewFolder.php on line 57"

Strict Standards: Non-static method UI::getImgPath() should not be called statically in C:\server\www\myserver.dev\public_html\Leto\inc\inc.ClassUI.php on line 704

Strict Standards: Non-static method UI::contentHeading() should not be called statically in C:\server\www\myserver.dev\public_html\Leto\inc\inc.ClassUI.php on line 704

Well, a lot of it- for every files.

Appreciate the help! Thanks a lot!
Reply
#2
Hi

try to update your php.ini with this
Code:
error_reporting   =   E_ALL & ~E_NOTICE      ; Show all errors except for notices
display_errors   =   Off   ; Print out errors (as a part of the output)

doudoux
Reply


Forum Jump:


Users browsing this thread: