Centova Technologies Forum

Centova Cast v2 => Technical discussion => Topic started by: Jogibaer on July 08, 2009, 07:17:04 am

Title: php problem Open_basedir
Post by: Jogibaer on July 08, 2009, 07:17:04 am
I am trying to install centovacast, everything looks good so far, but i got always the message
 open_basedir restrictions have been detected in your PHP configuration;
I was serching in nearly every php-forum but didnt got an easy to understand answer.
I checked httpd.conf, and php.ini
But no clue what else i could do.
OS is Suse10.3

Someone know something ?
Title:
Post by: Jogibaer on July 09, 2009, 02:18:50 am
I got it, thanks
Title:
Post by: dkillingsworth on July 15, 2009, 04:05:55 am
Could you post how you fixed it?

My centova cast URL suddenly stopped working.
http://www.mydomain.com/cast/

The errors were related to open_basedir being turned on.

I happen to have a dedicated server, and was able to exclude the restrictions for the account (virtual host) that runs Centova Cast.

What I'm curious/concerned about is that it suddenly started happening.

I'm wondering if this is because I recently re-compiled Apache and upgraded PHP from 5.2.8 to 5.2.9.

Any ideas on why this suddenly started happening??

http://www.jungle.fm
Title:
Post by: Centova - Steve B. on July 16, 2009, 05:12:46 am
To disable open_basedir you need to edit your php.ini and change the open_basedir line to "none".  Might have to edit your individual virtual host configuration too depending on what (if any) web hosting CP you're using.  It's probably better left to your admin because it requires familiarity with php.ini and some knowledge of whatever CP you're using (with Plesk, for example, you may need to edit /var/www/vhosts/domain.com/conf/vhost.conf).