[Pmwiki-users] PmWikiDraw uploads problem

Patrick R. Michaud pmichaud
Sat Dec 11 15:29:39 CST 2004


On Sat, Dec 11, 2004 at 09:29:17PM +0000, Val Sharp wrote:
> Using PmWikiDraw is the first time the use of uploads has been 
> required on my site.
> [...]
> So instead of PmWikiDraw, I tried a simple upload of an attachment - 
> when propmted for the password I also see:
> 
>   "Warning: Unknown(): The session id contains invalid characters, 
> valid characters are only a-z, A-Z and 0-9 in Unknown on line 0
> 
>   "Warning: Unknown(): Failed to write session data (files). Please 
> verify that the current setting of session.save_path is correct (/tmp) 
> in Unknown on line 0"

These errors look like they are issues with the PHP configuration and not
PmWiki's passwording system, especially since they involve PHP
sessions.  I suspect you're correct that the upload problem is also
related to the PmWikiDraw problem you're experiencing.  

My suggestion is for us to see if we can get uploads
working first, and then resolve any issues with PmWikiDraw.

Are you using PmWiki v2.0?  If so, can you try using HTTP Basic
authentication instead of the default session authentication?
(Just add include_once('scripts/httpauth.php'); to your config.php.)

If that doesn't solve the problem, is the site publicly accessible
so that I could check out the PHP configuration?  I'm really interested
to know what is causing this problem.

Pm



More information about the pmwiki-users mailing list