View Single Post

  #9 (permalink)  
Old 02-21-2008
Jerry Stuckle
 
Posts: n/a
Default Re: phpMyAdmin won't run -- apparently a PHP bug

Jonathan Sachs wrote:
> On Thu, 21 Feb 2008 08:38:28 +0300, AnrDaemon <anrdaemon@freemail.ru>
> wrote:
>
>>> Fatal error: session_start() [<a
>>> href='function.session-start'>function.session-start</a>]: Failed to
>>> initialize storage module: user (path: C:\...\Temp\php\session) in

>> Why the hell You use "user" storage?

>
> If you think about it, the answer should be obvious: I did not do any
> such thing. All I did was install a widely used and respected
> application on my computer. Its use of directories is determined by
> its creators. If you have to swear at somebody, swear at them.
>
> I'd like to see if we can salvage something useful from your post. Is
> there reason to believe that moving the directory will help? If so,
> is there a way to do it without going in and mucking with the code? I
> think that would be far more likely to complicate the problem than
> solve it.
>


That's not all you did. To quote you: "I set up the config file by
hand..."

Again, what do you have in your php.ini file for session_save_path and
session_save_handler?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote