Hello, everybody!
I installed MySQL DB on my computer which system is winXP SP3. And application server is Apache-2.22, PHP version is 5.4. But when I run easyinstall.php script to install the EPESI BIM, after I clicked the "Accept" button, I got some error messages:
[quote:2vh5za86]
Strict Standards: Declaration of HTML_QuickForm_header::accept() should be compatible with HTML_QuickForm_element::accept(&$renderer, $required = false, $error = NULL) in D:\Runtime\php_www\php\epesi\modules\Libs\QuickForm\3.2.11\HTML\QuickForm\header.php on line 39
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\Runtime\php_www\php\epesi\modules\Libs\QuickForm\3.2.11\HTML\QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\Runtime\php_www\php\epesi\modules\Libs\QuickForm\3.2.11\HTML\QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\Runtime\php_www\php\epesi\modules\Libs\QuickForm\3.2.11\HTML\QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\Runtime\php_www\php\epesi\modules\Libs\QuickForm\3.2.11\HTML\QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\Runtime\php_www\php\epesi\modules\Libs\QuickForm\3.2.11\HTML\QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\Runtime\php_www\php\epesi\modules\Libs\QuickForm\3.2.11\HTML\QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\Runtime\php_www\php\epesi\modules\Libs\QuickForm\3.2.11\HTML\QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\Runtime\php_www\php\epesi\modules\Libs\QuickForm\3.2.11\HTML\QuickForm.php on line 636
Strict Standards: Declaration of HTML_QuickForm_html::accept() should be compatible with HTML_QuickForm_element::accept(&$renderer, $required = false, $error = NULL) in D:\Runtime\php_www\php\epesi\modules\Libs\QuickForm\3.2.11\HTML\QuickForm\html.php on line 76
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\Runtime\php_www\php\epesi\modules\Libs\QuickForm\3.2.11\HTML\QuickForm.php on line 636
[/quote:2vh5za86]
Can anybody help me solve this problem?