Coolfiler worked fine on my local server; when I upload the site to the broadcast server, I get the following error message and nothing I do seems to fix it - HELP! The rest of the site is working fine...

warning: coolfilter_menu() [function.coolfilter-menu]: open_basedir restriction in effect. File(/coolplayer_config.php) is not within the allowed path(s): (/var/www/vhosts/federalshield.com/httpdocs:/tmp) in /var/www/vhosts/federalshield.com/httpdocs/modules/coolfilter/coolfilter.module on line 101.
warning: coolfilter_menu(coolplayer_config.php) [function.coolfilter-menu]: failed to open stream: Operation not permitted in /var/www/vhosts/federalshield.com/httpdocs/modules/coolfilter/coolfilter.module on line 101.
warning: coolfilter_menu() [function.include]: Failed opening 'coolplayer_config.php' for inclusion (include_path='.:') in /var/www/vhosts/federalshield.com/httpdocs/modules/coolfilter/coolfilter.module on line 101.
warning: coolfilter_menu() [function.coolfilter-menu]: open_basedir restriction in effect. File(/coolplayer_config.php) is not within the allowed path(s): (/var/www/vhosts/federalshield.com/httpdocs:/tmp) in /var/www/vhosts/federalshield.com/httpdocs/modules/coolfilter/coolfilter.module on line 101.
warning: coolfilter_menu(coolplayer_config.php) [function.coolfilter-menu]: failed to open stream: Operation not permitted in /var/www/vhosts/federalshield.com/httpdocs/modules/coolfilter/coolfilter.module on line 101.
warning: coolfilter_menu() [function.include]: Failed opening 'coolplayer_config.php' for inclusion (include_path='.:') in /var/www/vhosts/federalshield.com/httpdocs/modules/coolfilter/coolfilter.module on line 101.

When I try to reinstall, I get:

warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/vhosts/federalshield.com/httpdocs/update.php on line 309.
warning: Invalid argument supplied for foreach() in /var/www/vhosts/federalshield.com/httpdocs/update.php on line 542.

Any ideas? Help! I need to have the site up by Monday, AM! Thank you...

Comments

bcobin’s picture

Status: Active » Fixed

This was a server configuration issue. The lovely people at www.HostMySite.com (whose support is unparalleled, IMHO) fixed it in fairly short order.

Hello,

I have disabled open_basedir on your site federalshield.com. To do so I created a file named /var/www/vhosts/federalshield.com/conf/vhost.conf which contained the following:


php_admin_flag engine on
php_admin_value open_basedir none

Then I ran the following command:

/usr/local/psa/admin/bin/websrvmng -u --vhost-name=federalshield.com

which enabled the parsing of the vhost.conf file I created. If you have any questions please let us know.

This is my first real CMS (we should go "live" by 12/07/07) and my first experience with setting up a VPS. It was pretty hellish (I guess the first one always is, right?), but it could have been much, much worse. HostMySite was great - I would advise other Drupallers out there to go for solid tech support as opposed to going for the cheapest option. I called a few other companies recommended here (I won't name names) and was put on hold - for sales! I figured if it was that hard to speak to the sales department... well, you can imagine what tech support would be like. But every time I call these guys - 24/7 - somebody picks up by the third ring who really knows what they're talking about.

This is unsolicited, uncompensated praise - just trying to be helpful, as you all have been so incredibly helpful for me!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.