00339: Permissions Problem

Summary: Permissions Problem
Created: 2005-02-18 22:18
Status: Closed - fixed for beta22
Category: Bug
From: MarkS
Assigned:
Priority:
Version: pmwiki-2.0.beta21
OS: apache

Description: After editing a page and clicking save, error messages are quickly shown then they dissapear. Below are those messages. It seems they are shown on the "redirect" page.. While I think this might be a simple matter of permissions, I am unsure how to fix it, as the saves on the file do work successfully.


Warning: touch(): Utime failed: Operation not permitted in /home/user/public_html/pmwiki/pmwiki.php on line 578

Warning: touch(): Utime failed: Operation not permitted in /home/user/public_html/pmwiki/pmwiki.php on line 578

Warning: touch(): Utime failed: Operation not permitted in /home/user/public_html/pmwiki/pmwiki.php on line 578

Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/pmwiki/pmwiki.php:578) in /home/user/public_html/pmwiki/pmwiki.php on line 623

Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/pmwiki/pmwiki.php:578) in /home/user/public_html/pmwiki/pmwiki.php on line 624


Simply remove the ".lastmod" file in the wiki.d/ directory -- this will eliminate the warnings.

The next release (beta22) is also modified to eliminate this problem entirely.

Pm