Jamie Thompson wrote: > As for finding out your actual error, try removing the 'at' symbol from the > front of fopen - IIRC it disables error reporting in PHP Yup, that did the trick: [phpBB Debug] PHP Notice: in file /includes/acm/acm_file.php on line 97: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access /var/cache/phpbb3/cache/phpbb3/data_global.php owned by uid" 33 [...]
Warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access /var/cache/phpbb3/cache/phpbb3/data_global.php owned by uid 33 in /usr/share/phpbb3/www/includes/acm/acm_file.php on line 97 Would you happen to run your boards with safe mode turned off? Given that it's been removed in php6 (cf. http://www.php.net/features.safe-mode , though not yet released) and we'll upgrade at some point anyways, I guess we should consider turning it off? Cheers, Daniel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org