From: Reini U. <ru...@x-...> - 2006-12-22 19:59:50
|
umfan866 schrieb: > Reini-- > > That makes perfect sense. Because for PHP I am using the pre-compiled > binaries for Oracle which is a build of php-5.1.6 > http://www.zend.com/products/zend_core/zend_core_for_oracle > > Thanks for working on it! I found several other people having the same problem with 5.1.6 Most suggest that php.ini default_charset = "iso-8859-1" will help. not for me. php session handling is just very complicated in 5.1.6 see http://bugs.php.net/bug.php?id=16263 and [Session] in php.ini: session.save_path = "0;777;f:/prog/php/phpwiki-dev/db/516" ; Instead of storing all the session files in ; /path, what this will do is use subdirectories N-levels deep, and ; store the session data in those directories. This is useful if you ; or your OS have problems with lots of files in one directory, and is ; a more efficient layout for servers that handle lots of sessions. ; ; NOTE 1: PHP will not create this directory structure automatically. ; You can use the script in the ext/session dir for that ; purpose. Argh! So you cannot just say 1;777; You have to create the subtree manually beforehand. For me the session files are locked most of the time, even if the apache process is killed. > Reini Urban wrote: >> The problem with loosing sessions is reproducible on my php-5.1.6 >> setup with apache 1.x >> I'll work on that. >> php 5.0.x and 4.x are okay. >> >> 2006/12/12, umfan866 <mh...@so...>: >>> Hi. I have set an ADMIN password (non-encryped) in config.ini and I can >>> sign >>> in as ADMIN. >>> However, when I got to the new admin button that appears at the top for >>> this >>> user, I >>> get to that administrative page, but at the bottom it reverts to "You are >>> signed in but >>> not authenticated as ADMIN" so I sign in again. Then I click on /remove >>> and >>> select pages >>> to be removed, and select a page I just created called "PageToBeDeleted' >>> But >>> when I try to delete it, I get this message: >>> >>> Didn't removed page 'PageToBeDeleted'. Access denied. >>> >>> ..and at bottom I see it says again 'You are signed in but not >>> authenticated >>> as ADMIN' >>> >>> I know it has something to do with configuration, but please help. I am >>> in the process of rolling out my wiki internally, but I need to delete as >>> well as rename some pages. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ |