Anyway. I have no longer hope to get a solution that works. I did a workaround to get this to work. Plesk open_basedir = "default".
# installed Joomla 2.5.4 on my httpdocs (plesk document root).
# I did
Code: |
chmod -R 777 httpdocs
|
on my document root for installation and patches.
# installed com_multisites_V1.2.84.zip
#
Code: |
chmod -R 777 httpdocs
|
on my document root again.
# tried to install patches doesn't work. (same error as seen in my topic post)
# created a new folder named joomla
# moved all from "../httpdocs" to "../httpdocs/joomla"
# opened the url "
www.mydomain.net/joomla/administrator"
# tried to install patches. In this case it worked.
# moved all from "../httpdocs/joomla" back to "../httpdocs"
With Joomla 1.5.x it is not necessary to install the patches in a joomla environment placed in a subfolder.