Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-06-2008, 04:49 PM
eclipsme
 
Posts: n/a
phpMyAdmin not starting

I have IIS, MySQL, and PHP installed on my local computer running XP
Pro. All works fine as a testing server in DW CS3. However, when I try
to start phpMyAdmin I get a red error box that has this error:

"Cannot start session without errors, please check errors given in your
PHP and/or webserver log file and configure your PHP installation properly."

I have the following variables set, but there is no log file being
produced, so no additional error information.

session.save_path 'C:\WINDOWS\Temp'
error_log c:\php.log
log_errors On

I can run php scripts, but not phpMyAdmin.

I can not think of anything else to do. Ideas?

Thanks,
Harvey
Reply With Quote
  #2 (permalink)  
Old 08-06-2008, 06:15 PM
SnakEyez02
 
Posts: n/a
Re: phpMyAdmin not starting

You can also check your web server logs because the PHP log might not show the
error. These could be caused due to insufficient privileges on the Temp
directory or insufficient space in the directory.

Also it is not mentioned in your post, but I think we can safely assume that
mySQL starts and stops without problem so that as we work on this issue we know
when it is solved, correct?

Reply With Quote
  #3 (permalink)  
Old 08-06-2008, 06:35 PM
eclipsme
 
Posts: n/a
Re: phpMyAdmin not starting

SnakEyez02 wrote:
> You can also check your web server logs because the PHP log might not show the
> error. These could be caused due to insufficient privileges on the Temp
> directory or insufficient space in the directory.
>
> Also it is not mentioned in your post, but I think we can safely assume that
> mySQL starts and stops without problem so that as we work on this issue we know
> when it is solved, correct?
>

mysql-nt.exe shows up in the task manager. Also there is a log entry in
event properties "...ready for connections" and also "normal shutdown".
So yes, I think it is starting and stopping ok.

I added iuser to the temp folder with full rights, but no change.

Where would I find the IIS log? I see nothing in the event viewer, nor
under iis in the control panel.

Thanks,
Harvey
Reply With Quote
  #4 (permalink)  
Old 08-06-2008, 07:41 PM
SnakEyez02
 
Posts: n/a
Re: phpMyAdmin not starting

Unfortunately, I do have a lot of experience running IIS. I only knew what the phpMyAdmin error referred to. There are some other experts on here who do that who should be able to help you further.
Reply With Quote
  #5 (permalink)  
Old 08-07-2008, 09:24 AM
Dooza
 
Posts: n/a
Re: phpMyAdmin not starting

eclipsme wrote:
> SnakEyez02 wrote:
>> You can also check your web server logs because the PHP log might not
>> show the error. These could be caused due to insufficient privileges
>> on the Temp directory or insufficient space in the directory.
>>
>> Also it is not mentioned in your post, but I think we can safely
>> assume that mySQL starts and stops without problem so that as we work
>> on this issue we know when it is solved, correct?

> mysql-nt.exe shows up in the task manager. Also there is a log entry in
> event properties "...ready for connections" and also "normal shutdown".
> So yes, I think it is starting and stopping ok.
>
> I added iuser to the temp folder with full rights, but no change.
>
> Where would I find the IIS log? I see nothing in the event viewer, nor
> under iis in the control panel.
>
> Thanks,
> Harvey


They are in your windows log folder, windows/system32/logfiles/

Steve
Reply With Quote
  #6 (permalink)  
Old 08-07-2008, 05:39 PM
eclipsme
 
Posts: n/a
Re: phpMyAdmin not starting

Dooza wrote:
> eclipsme wrote:
>> SnakEyez02 wrote:
>>> You can also check your web server logs because the PHP log might not
>>> show the error. These could be caused due to insufficient privileges
>>> on the Temp directory or insufficient space in the directory.
>>>
>>> Also it is not mentioned in your post, but I think we can safely
>>> assume that mySQL starts and stops without problem so that as we work
>>> on this issue we know when it is solved, correct?

>> mysql-nt.exe shows up in the task manager. Also there is a log entry
>> in event properties "...ready for connections" and also "normal
>> shutdown". So yes, I think it is starting and stopping ok.
>>
>> I added iuser to the temp folder with full rights, but no change.
>>
>> Where would I find the IIS log? I see nothing in the event viewer, nor
>> under iis in the control panel.
>>
>> Thanks,
>> Harvey

>
> They are in your windows log folder, windows/system32/logfiles/
>
> Steve


Thanks Steve. Here is the IIS log when I run
localhost/phpmyadmin/main.php from my browser. All 3 files referenced in
the log file exist. Beyond that, I don't know what to do.

#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2008-08-07 16:09:04
#Fields: time c-ip cs-method cs-uri-stem sc-status
16:09:04 127.0.0.1 GET /phpmyadmin/main.php 302
16:09:04 127.0.0.1 GET /phpmyadmin/error.php 200
16:09:04 127.0.0.1 GET /phpmyadmin/favicon.ico 200

Thanks, Harvey
Reply With Quote
  #7 (permalink)  
Old 08-07-2008, 05:57 PM
Dooza
 
Posts: n/a
Re: phpMyAdmin not starting

eclipsme wrote:
> #Software: Microsoft Internet Information Services 5.1
> #Version: 1.0
> #Date: 2008-08-07 16:09:04
> #Fields: time c-ip cs-method cs-uri-stem sc-status
> 16:09:04 127.0.0.1 GET /phpmyadmin/main.php 302
> 16:09:04 127.0.0.1 GET /phpmyadmin/error.php 200
> 16:09:04 127.0.0.1 GET /phpmyadmin/favicon.ico 200


That doesn't tell us much, apart from main.php sent a 302 temp redirect
to error.php which loaded successfully, along with its favicon. There is
nothing more we can deduct from this log entry.

Sorry.

Steve
Reply With Quote
  #8 (permalink)  
Old 08-07-2008, 07:15 PM
eclipsme
 
Posts: n/a
Re: phpMyAdmin not starting

Exactly. I am out of ideas. Anybody?
>
> That doesn't tell us much, apart from main.php sent a 302 temp redirect
> to error.php which loaded successfully, along with its favicon. There is
> nothing more we can deduct from this log entry.
>
> Sorry.
>
> Steve


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:28 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Mortgages | Free Advertising | Free Ringtones | Credit Card Debt Consolidation | Mobile Phone



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114