Hi,
just put on my website the external Burning Board Lite to an internal forum. I have since chosen the Kunena forum. The installation went flawlessly. I can easily work with it. However, I get an error message on some actions. It is true then everything works correctly, but the error message is already annoying. Can I say a PHP professional, on what to do?
Error message:
Warning: is_writable () [function.is-writable]: open_basedir restriction in effect. File (/ tmp) is not within the allowed path (s): (/ var / xxx / xxxx / xxxx /: / var / xxx / xxxx / phptmp /: / var / xxx / xxxx / files /: / var / xxx / xxxx / atd /) in / var/xxx/xxxx/xxxx/xxxxxx/components/com_kunena/lib/kunena.file.class.1.5.php on line 33
Warning: is_writable () [function.is-writable]: open_basedir restriction in effect. File (/ tmp) is not within the allowed path (s): (/ var / xxx / xxxx / xxxx /: / var / xxx / xxxx / phptmp /: / var / xxx / xxxx / files /: / var / xxx / xxxx / atd /) in / var / xxx / xxxx / xxxx / xxxxxx / libraries / joomla / filesystem / path.php on line 200
Warning: is_writable () [function.is-writable]: open_basedir restriction in effect. File (/ var/lib/php5) is not within the allowed path (s): (/ var / xxx / xxxx / xxxx /: / var / xxx / xxxx / phptmp /: / var / xxx / xxxx / files /: / var / xxx / xxxx / atd /) in / var / xxx / xxxx / xxxx / xxxxx / libraries / joomla / filesystem / path.php on line 201
In the kunena.file.class.1.5.php is on line 33:
33 = $ tmpdir = is_writable ('/ tmp')? '/ Tmp': false;
In the path.php is on line 200 and 201:
200 = $ dir = is_writable ('/ tmp')? '/ Tmp': false;
201 = $ dir = ($ dir & & is_writable ($ ssp))? $ Ssp: false;
I use the following versions:
Joomla version 1.5.21
Kunena Forum 1.6.0
Database Version: 5.0.51a-24 lenny1
PHP Version: 5.2.6-1 lenny3
Web server: Apache
I already checked the "/ tmp" folder. Has the full rights, "777".
As I said, the action is well executed, but are shown above error messages are displayed.
Thanks
TeCoTech