Opened 14 years ago

Closed 14 years ago

#7316 closed defect (wontfix)

open_basedir issue

Reported by: steff Owned by: Rob Smith
Priority: minor Milestone: 0.22
Component: Plugin - MythWeb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

There are an issue with activated open_basedir restriction and apache version 2.2.14. This error is displayed on every page.

Thanks

Warning at /srv/www/mythweb/classes/Modules.php, line 30:
file_exists(): open_basedir restriction in effect. File(./modules/welcome.php/init.php) is not within the allowed path(s): (/srv/http/:/srv/www/:/home/:/tmp/:/usr/share/pear/:/usr/share/fonts/TTF/)


--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Warning at /srv/www/mythweb/modules/_shared/tmpl/default/header.php, line 16:
Cannot modify header information - headers already sent by (output started at /srv/www/mythweb/includes/errors.php:148)

Change History (1)

comment:1 Changed 14 years ago by Rob Smith

Resolution: wontfix
Status: newclosed

We don't support safemode, and we won't, as it's being removed from php in 5.3, see http://www.php.net/manual/en/features.safe-mode.php#ini.open-basedir

Note: See TracTickets for help on using tickets.