Today I installed the Joomla! update manager which I found here on de JED site. Amazing I hadn't worked with an auto updater for Joomla! before. After installation I tried to update to Joomla! 1.5.15 , but I kept on getting errors like:
JFolder::create: Infinite loop detected Unable to create destination
In the Apache logs I found:
[Fri Nov 27 12:46:22 2009] [error] [client xx.xx.xxx.xxx] PHP Warning: is_dir()
[<a href="/function.is-dir">function.is-dir</a>]: open_basedir
restriction in effect. File(/) is not within the allowed
path(s):
(/var/www/vhosts/domain.com/httpdocs:/tmp) in
/var/www/vhosts/domain.com/httpdocs/libraries/joomla/filesystem/folder.php
on line 392,
referer
http://domain.com/administrator/index.php?option=com_jupdateman&task=step2&target=patch
I understood there was an open_basedir security issue with the way the component handled the upgrade, but I did not find a solution right away. I searched for it quite a while to figure out what was going on and posted questions on the J! forum.