[pmwiki-users] Problem with Edit conflicts

Joachim Durchholz jo at durchholz.org
Sun Apr 24 04:39:32 CDT 2005


Dirk Blaas wrote:
> 3. On my local machine i appear to be running in safe mode as well
> (because the problem was there as well);

You can reliably diagnose whether you have safe mode on by setting 
$EnableDiag = 1; in config.php, and running any PmWiki page with 
?action=phpinfo (the page isn't actually processed in that case, 
.../pmwiki.php?action=phpinfo will work as well). The safe mode settings 
are listed on that page, for all versions of PHP since 4.0.something AFAIK.

> do you know how to put Apache in the correct mode ?

There are two sources for PHP settings:
1) php.ini, which can be in different places depending on your setup.
2) If PHP is running as an Apache module, it may be set via the 
php_[admin_]{flag,setting} directives in httpd.conf or .htacess. See 
http://www.php.net/configuration.changes .

Regards,
Jo



More information about the pmwiki-users mailing list