[dokuwiki] Re: Media.php Problem on Host
- From: Tim Davis <binary.god@xxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Wed, 26 Jul 2006 12:34:58 -0400
I don't know much about PHP but I figured since the session_save_path
() line worked in doku.php that I would try adding that line to
init.php. It worked, but is this a viable solution? My hosters save
session path does in fact exist.
Init.php
After:
if(!defined('DOKU_CONF')) define('DOKU_CONF',DOKU_INC.'conf/');
Added:
session_save_path(DOKU_INC.'tmp');
Can anyone see negative effects to this workaround?
-------------
Man who stand on toilet is high on pot...
On Jul 26, 2006, at 2:54 AM, Andreas Gohr wrote:
Tim Davis writes:
When I try to view/or add media via the image button on the tool
bar I get the following:
Warning: session_start(): open(D:\PHP\sessiondata
\sess_ab6d29275740c089b402692b53f5d2f8, O_RDWR) failed:
Permission denied (13) in d:\html\users\binarygodnet\html\inc
\init.php on line 59
http://wiki.splitbrain.org/wiki:faq#session_start_errors
Andi
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] Media.php Problem on Host
- From: Tim Davis
- [dokuwiki] Re: Media.php Problem on Host
- From: Andreas Gohr
Other related posts:
- » [dokuwiki] Media.php Problem on Host
- » [dokuwiki] Re: Media.php Problem on Host
- » [dokuwiki] Re: Media.php Problem on Host
- » [dokuwiki] Re: Media.php Problem on Host
On Jul 26, 2006, at 2:54 AM, Andreas Gohr wrote:
Tim Davis writes:
When I try to view/or add media via the image button on the tool bar I get the following:
Warning: session_start(): open(D:\PHP\sessiondata \sess_ab6d29275740c089b402692b53f5d2f8, O_RDWR) failed: Permission denied (13) in d:\html\users\binarygodnet\html\inc \init.php on line 59
http://wiki.splitbrain.org/wiki:faq#session_start_errors
Andi -- DokuWiki mailing list - more info at http://wiki.splitbrain.org/wiki:mailinglist
-- DokuWiki mailing list - more info at http://wiki.splitbrain.org/wiki:mailinglist
- [dokuwiki] Media.php Problem on Host
- From: Tim Davis
- [dokuwiki] Re: Media.php Problem on Host
- From: Andreas Gohr