Since installing the latest calendar and date, calendar-related requests are slowing my site way down, often to the point where the site is unresponsive.

I see this error in the logs over and over:

date_field_settings(): open_basedir restriction in effect. File(./sites/all/modules/date/date/date_admin.inc) is not within the allowed path(s): (/var/www/vhosts/wccatv.com/httpdocs:/tmp) in /var/www/vhosts/wccatv.com/httpdocs/sites/all/modules/date/date/date.module on line 389.

Also:

date_field_settings(./sites/all/modules/date/date/date_admin.inc): failed to open stream: Operation not permitted in /var/www/vhosts/wccatv.com/httpdocs/sites/all/modules/date/date/date.module on line 389.

Any ideas what might be going wrong here?

Comments

karens’s picture

Status: Active » Fixed

See http://us.php.net/features.safe-mode for some ideas. It sounds like your system is set up to limit allowed paths in a way that doesn't include these. I can't believe you wouldn't be getting similar messages about other modules in that case. Nothing I can do about this, it's the way your system is set up.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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