Active
Project:
backup
Version:
5.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2007 at 21:28 UTC
Updated:
25 Jul 2007 at 21:28 UTC
There are three code errors in the module that cause it to WSOD (fail :) when open_basedir restrictions are in effect (PHP 5)
backup.module Line 86 should read:
include_once('./'. drupal_get_path('module', 'backup') .'/forms.inc.php');
backup.module line 294 should read:
include_once('./'. drupal_get_path('module', 'backup') .'/functions.inc.php');
forms.inc.php line 183 should read:
include_once('./'. drupal_get_path('module', 'backup') .'/functions.inc.php');