Interested in using epesibim. Have PC-BSD 8.0 (FreeBSD 8) running w/ jails via ezjail utility. Jailed environment working. Installed via ports: Apache22, php5 (5.3.2) w/ extensions, pear-1.9.0, nolapro php accounting w/ ioncube extensions, MySQL5 (5.0.90), and phpMyAdmin. Have epesi database created and ready to connect (user, password set).
I noticed some of pear is deprecated in php-5.3.2, or so it seems? Pear binary is at /usr/local/bin/pear, so it did install despite deprecated features.
Please note, I have no idea where the much lauded config.php file is that folks mention in the forums.
The first error I get is that the .htaccess the epesi php is trying to create from htaccess.txt is nto compatible with the hosting environment. I notice in the /usr/local/etc/php.ini file that the memory_limit = 128M.
Proceeding yields these errors:
Strict Standards: Declaration of HTML_QuickForm_header::accept() should be compatible with that of HTML_QuickForm_element::accept() in /usr/web/epesibim/modules/Libs/QuickForm/3.2.10/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 /usr/web/epesibim/modules/Libs/QuickForm/3.2.10/HTML/QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/web/epesibim/modules/Libs/QuickForm/3.2.10/HTML/QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/web/epesibim/modules/Libs/QuickForm/3.2.10/HTML/QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/web/epesibim/modules/Libs/QuickForm/3.2.10/HTML/QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/web/epesibim/modules/Libs/QuickForm/3.2.10/HTML/QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/web/epesibim/modules/Libs/QuickForm/3.2.10/HTML/QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/web/epesibim/modules/Libs/QuickForm/3.2.10/HTML/QuickForm.php on line 636
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/web/epesibim/modules/Libs/QuickForm/3.2.10/HTML/QuickForm.php on line 636
Strict Standards: Declaration of HTML_QuickForm_html::accept() should be compatible with that of HTML_QuickForm_element::accept() in /usr/web/epesibim/modules/Libs/QuickForm/3.2.10/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 /usr/web/epesibim/modules/Libs/QuickForm/3.2.10/HTML/QuickForm.php on line 636
Where do I start to fix this combination of errors?