Doug Heffernan
Member
Hello,
i'm running a vServer with Plesk 10.4.4 and Windows Server 2008.
I'm trying to "Import" Add-Ons over my Local File but i'm always getting the "500 Internal Server Error".
I've checked the Server Error Logs and received the following Error:
Due many Tutorials and Tipps on Google i found out that i need to change the Apache Configuration and set "open_basedir" to let XenForo use the Temp folder of my Windows Machine.
Due the fact that i got Plesk it's not that easy to edit/find the vhost.conf and add the Configuration but i think i found the right one under "C:\Inetpub\vhosts\******.org\conf\vhost.conf" and added the follwing code:
and restarted Plesk and vServer to be sure but i still get the 500 Internal Server Error.
Does anyone have a clue what clould be wrong ?
I hope i am in the right section and thank you in advance !
-Doug Heffernan
i'm running a vServer with Plesk 10.4.4 and Windows Server 2008.
I'm trying to "Import" Add-Ons over my Local File but i'm always getting the "500 Internal Server Error".
I've checked the Server Error Logs and received the following Error:
PHP:
ErrorException: file_exists(): open_basedir restriction in effect. File(C:\Windows\Temp\php9C30.tmp) is not within the allowed path(s): (C:\Inetpub\vhosts\******.org\httpdocs\) - library\Zend\File\Transfer\Adapter\Abstract.php:1285
Due many Tutorials and Tipps on Google i found out that i need to change the Apache Configuration and set "open_basedir" to let XenForo use the Temp folder of my Windows Machine.
Due the fact that i got Plesk it's not that easy to edit/find the vhost.conf and add the Configuration but i think i found the right one under "C:\Inetpub\vhosts\******.org\conf\vhost.conf" and added the follwing code:
Code:
<Directory "C:/inetpub/vhosts/*******.org/httpdocs">
php_admin_value open_basedir "C:/inetpub/vhosts/*******.org/httpdocs;C:/Windows/Temp"
</Directory>
Does anyone have a clue what clould be wrong ?
I hope i am in the right section and thank you in advance !
-Doug Heffernan