Problem With Install

Permalink
Need help for installing, when I call concrete5.4.2 after extraction, it produces many errors (Below). How to fix it ? Is there anything wrong ? Thanks in advance :)

Strict Standards: Non-static method Loader::database() should not be called statically in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\dispatcher.php on line 23
Strict Standards: Non-static method Loader::library() should not be called statically in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\libraries\loader.php on line 164
Strict Standards: Non-static method Loader::library() should not be clled statically in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\libraries\loader.php on line 165
Strict Standards: Non-static method Loader::library() should not be called statically in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\libraries\loader.php on line 166
Strict Standards: Non-static method Loader::library() should not be called statically in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\libraries\loader.php on line 167
Strict Standards: Declaration of dbTable::create() should be compatible with that of dbObject::create() in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 642
Strict Standards: Declaration of dbIndex::create() should be compatible with that of dbObject::create() in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 806
Strict Standards: Declaration of dbData::create() should be compatible with that of dbObject::create() in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 1051
Strict Standards: Declaration of dbQuerySet::create() should be compatible with that of dbObject::create() in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\libraries\3rdparty\adodb\adodb-xmlschema03.inc.php on line 1302
Strict Standards: Non-static method Loader::library() should not be called statically in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\libraries\loader.php on line 168
Strict Standards: Non-static method Loader::library() should not be called statically in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\dispatcher.php on line 26
Strict Standards: Non-static method Cache::startup() should not be called statically in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\dispatcher.php on line 27
Strict Standards: Non-static method Cache::getLibrary() should not be called statically in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\libraries\cache.php on line 64
Strict Standards: Non-static method Loader::library() should not be called statically in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\libraries\cache.php on line 28
Strict Standards: Non-static method Loader::library() should not be called statically in C:\Users\j4zzyh4ck3r\Documents\NetBeansProjects\concrete5.4.2\concrete\dispatcher.php on line 30

 
nteaviation replied on at Permalink Reply
nteaviation
You need to adjust php's error reporting in your php.ini to somehting like:
error_reporting = E_ALL & ~E_DEPRECATED

See:
http://www.concrete5.org/community/forums/installation/error-when-l...