logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: phpmyadmin Cannot start session without errors
Author
Mely



Joined: 22 Jan 2011
Posts: 2

PostPosted: Sat 22 Jan '11 17:51    Post subject: phpmyadmin Cannot start session without errors Reply with quote

Hello, hopefully someone can help me (I'm still very much a novice with very little technical skill).

I was using phpmyadmin via WAMP this morning, as I want to create another MySQL database to test a theory on OSCommerce. I took a copy of the current database, created a new database and uploaded the copy. All seemed fine. I then closed everything down and shut down my laptop as I had something to sort out. When I opened phpMyAdmin I got this:

phpMyAdmin - Error

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

After looking on the internet, people have suggested looking in the Apache error log. Below is the data from today, but nothing strikes me as being the error and I did not even have a php error log to check there either.

Sat Jan 22 12:15:17 2011] [warn] The Alias directive in C:/wamp/alias/phpmyadmin.conf at line 1 will probably never match because it overlaps an earlier Alias.
[Sat Jan 22 12:15:17 2011] [warn] pid file C:/wamp/bin/apache/Apache2.2.11/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Jan 22 12:15:17 2011] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sat Jan 22 12:15:17 2011] [notice] Server built: Dec 10 2008 00:10:06
[Sat Jan 22 12:15:17 2011] [notice] Parent: Created child process 3684
[Sat Jan 22 12:15:18 2011] [warn] The Alias directive in C:/wamp/alias/phpmyadmin.conf at line 1 will probably never match because it overlaps an earlier Alias.
[Sat Jan 22 12:15:18 2011] [warn] The Alias directive in C:/wamp/alias/phpmyadmin.conf at line 1 will probably never match because it overlaps an earlier Alias.
[Sat Jan 22 12:15:18 2011] [notice] Child 3684: Child process is running
[Sat Jan 22 12:15:18 2011] [notice] Child 3684: Acquired the start mutex.
[Sat Jan 22 12:15:18 2011] [notice] Child 3684: Starting 64 worker threads.
[Sat Jan 22 12:15:18 2011] [notice] Child 3684: Starting thread to listen on port 80.
[Sat Jan 22 14:33:19 2011] [warn] The Alias directive in C:/wamp/alias/phpmyadmin.conf at line 1 will probably never match because it overlaps an earlier Alias.
[Sat Jan 22 14:33:19 2011] [warn] pid file C:/wamp/bin/apache/Apache2.2.11/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Jan 22 14:33:19 2011] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sat Jan 22 14:33:19 2011] [notice] Server built: Dec 10 2008 00:10:06
[Sat Jan 22 14:33:19 2011] [notice] Parent: Created child process 1696
[Sat Jan 22 14:33:19 2011] [warn] The Alias directive in C:/wamp/alias/phpmyadmin.conf at line 1 will probably never match because it overlaps an earlier Alias.
[Sat Jan 22 14:33:19 2011] [warn] The Alias directive in C:/wamp/alias/phpmyadmin.conf at line 1 will probably never match because it overlaps an earlier Alias.
[Sat Jan 22 14:33:19 2011] [notice] Child 1696: Child process is running
[Sat Jan 22 14:33:19 2011] [notice] Child 1696: Acquired the start mutex.
[Sat Jan 22 14:33:19 2011] [notice] Child 1696: Starting 64 worker threads.
[Sat Jan 22 14:33:19 2011] [notice] Child 1696: Starting thread to listen on port 80.
[Sat Jan 22 14:36:08 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Jan 22 14:36:08 2011] [notice] Child 1696: Exit event signaled. Child process is ending.
[Sat Jan 22 14:36:09 2011] [notice] Child 1696: Released the start mutex
[Sat Jan 22 14:36:10 2011] [notice] Child 1696: All worker threads have exited.
[Sat Jan 22 14:36:10 2011] [notice] Child 1696: Child process is exiting
[Sat Jan 22 14:36:10 2011] [notice] Parent: Child process exited successfully.
[Sat Jan 22 14:36:10 2011] [warn] The Alias directive in C:/wamp/alias/phpmyadmin.conf at line 1 will probably never match because it overlaps an earlier Alias.
[Sat Jan 22 14:36:10 2011] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sat Jan 22 14:36:10 2011] [notice] Server built: Dec 10 2008 00:10:06
[Sat Jan 22 14:36:10 2011] [notice] Parent: Created child process 5256
[Sat Jan 22 14:36:10 2011] [warn] The Alias directive in C:/wamp/alias/phpmyadmin.conf at line 1 will probably never match because it overlaps an earlier Alias.
[Sat Jan 22 14:36:11 2011] [warn] The Alias directive in C:/wamp/alias/phpmyadmin.conf at line 1 will probably never match because it overlaps an earlier Alias.
[Sat Jan 22 14:36:11 2011] [notice] Child 5256: Child process is running
[Sat Jan 22 14:36:11 2011] [notice] Child 5256: Acquired the start mutex.
[Sat Jan 22 14:36:11 2011] [notice] Child 5256: Starting 64 worker threads.
[Sat Jan 22 14:36:11 2011] [notice] Child 5256: Starting thread to listen on port 80.


Can anyone help?
Back to top
Mely



Joined: 22 Jan 2011
Posts: 2

PostPosted: Sat 22 Jan '11 17:57    Post subject: Solved it Reply with quote

I don't know where my brain has gone, but I clicked on Start All Servers in WAMP and it works!
Back to top


Reply to topic   Topic: phpmyadmin Cannot start session without errors View previous topic :: View next topic
Post new topic   Forum Index -> Apache