Hi
Trying to get Sitebar running
and I'm geting an error when uploading bookmarks from firefox.
Warning: fopen(): open_basedir restriction in effect. File(/tmp/php1QfZeW) is not within the allowed path(s): (/home/e-smith/files/ibays/sitebar) [loader.inc.php line 224]
Warning: fopen(/tmp/php1QfZeW): failed to open stream: Operation not permitted [loader.inc.php line 224]
Error: Can't open file!
Any help is appreciated....
You are not allowed to write in the /tmp directory because of security measures concerning php. This is called basedir restriction and sets php to only runs scripts in certain parts of the tree of the filesystem.
You can create a writeable (don't know the exact permission and ownerships you will have to try a little I guess) subdirectory in your ibay and point the script to use this as the location to write it's temporary files.
You can also try to extend the php basedir setting, like described here:
Troubleshooting FAQ: PHP Warning: (...) open_basedir restriction if installing anything PHP related in ibay