LetoDMS Community Forum
Error-Strict Standards: Non-static method - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Bugs/Errors (https://community.letodms.com/forumdisplay.php?fid=11)
+--- Thread: Error-Strict Standards: Non-static method (/showthread.php?tid=314)



Error-Strict Standards: Non-static method - tata - 06-02-2011

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!


RE: Error-Strict Standards: Non-static method - Doudoux - 06-03-2011

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