WAMP
people having problem with both localhost and phpmyadmin loads blank which usually the port problem.
Mine is only phpmyadmin blank.
sqlbuddy and phpinfo no problem.
tried uninstall reinstalled wamp. tried xampp, same problem, all works well, not phpmyadmin.
mysql log:
120905 8:03:08 [Note] Plugin 'FEDERATED' is disabled.
120905 8:03:08 InnoDB: The InnoDB memory heap is disabled
120905 8:03:08 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120905 8:03:08 InnoDB: Compressed tables use zlib 1.2.3
120905 8:03:09 InnoDB: Initializing buffer pool, size = 128.0M
120905 8:03:09 InnoDB: Completed initialization of buffer pool
120905 8:03:09 InnoDB: highest supported file format is Barracuda.
120905 8:03:09 InnoDB: Waiting for the background threads to start
120905 8:03:10 InnoDB: 1.1.8 started; log sequence number 1595675
120905 8:03:11 [Note] Server hostname (bind-address): '(null)'; port: 3306
120905 8:03:11 [Note] - '(null)' resolves to '::';
120905 8:03:11 [Note] - '(null)' resolves to '0.0.0.0';
120905 8:03:11 [Note] Server socket created on IP: '0.0.0.0'.
120905 8:03:13 [Note] Event Scheduler: Loaded 0 events
120905 8:03:13 [Note] wampmysqld: ready for connections.
apache log
[Wed Sep 05 08:03:09 2012] [notice] Apache/2.2.22 (Win32) PHP/5.4.3 configured -- resuming normal operations
[Wed Sep 05 08:03:09 2012] [notice] Server built: May 13 2012 13:32:42
[Wed Sep 05 08:03:09 2012] [notice] Parent: Created child process 3812
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Child process is running
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Acquired the start mutex.
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Starting 64 worker threads.
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Starting thread to listen on port 80.
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Starting thread to listen on port 80.
[Wed Sep 05 08:04:14 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Wed Sep 05 08:09:50 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Wed Sep 05 08:41:03 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpMyAdmin
[Wed Sep 05 08:41:03 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpMyAdmin
I guess this shows why your phpmyadmin is blank?
Try to use SQL Yog, it's more powerful than PHPmyadmin.
URL : http://www.webyog.com/en/
Well, after trying to figure this out for 2 days, I finally got some answers as to why I kept getting a blank page after installing xampp and trying to visit the phpMyAdmin.
BE SURE TO LOG INTO YOUR SERVER AS ADMIN!!! I work for a company with a IT team which gave my account admin access and permissions and it still wasn't working. it only seems to work if we log into the server as admin.
or
Install Chrome or firefox on the server. if you use the internet explorer default browser you get a blank page.
windows server 2012
The PHPMyAdmin page is blank or an error page (404, 403, ...)?
The PHPMyAdmin folder is not inside the www folder of WampServer because WampServer use alias to point to the PHPMyAdmin folder in C:\wamp\apps\. You can check my guide in this article. Hope this help!
Install Apache service first and then start it and then go to phpMyAdmin page if you already tried the port solution and it didn't work!
Related
This is a new installation of MAMP for PC.
When I start mamp up, it seems to be setting up sockets for apache and mysql on 0.0.0.0 instead of localhost (127.0.0.1). As a result, when trying to access the site, which is on the localhost, it fails to connect. The msql_error_log entries show this is true for mysql
150726 12:32:27 [Note] Server hostname (bind-address): '0.0.0.0'; port: 8889
150726 12:32:27 [Note] - '0.0.0.0' resolves to '0.0.0.0';
150726 12:32:27 [Note] Server socket created on IP: '0.0.0.0'.
and errors are generated by apache showing that when localhost is used apache is looking for files at 127.0.0.1:
http://localhost:8888/MAMP/htdocs
[Sun Jul 26 11:44:58 2015] [error] [client 127.0.0.1] File does not exist: C:/MAMP/htdocs/favicon.ico
[Sun Jul 26 11:44:58 2015] [error] [client 127.0.0.1] File does not exist: C:/MAMP/htdocs/favicon.ico
[Sun Jul 26 11:44:59 2015] [error] [client 127.0.0.1] File does not exist: C:/MAMP/htdocs/favicon.ico
[Sun Jul 26 11:44:59 2015] [error] [client 127.0.0.1] File does not exist: C:/MAMP/htdocs/favicon.ico
[Sun Jul 26 11:45:31 2015] [error] [client 127.0.0.1] File does not exist: C:/MAMP/htdocs/docs-assets, referer:
I'm using the default ports 8888 and 8889, and netstat -a shows that the sockets using these ports are on 0.0.0.0.
When I open the MAMP start page (localhost:8888/MAMP/) on my browser it opens just fine, but when I try to connect to the site at localhost:8888/MAMP/htdocs/, I get the 404 error.
Has anyone seen this problem or know of a solution to it?
I have xamp installed in windows 8.
Apache:ports:- 444,8081
Mysql:ports:-3306.
yesterday I changed the phpmyadin password through http://localhost:8081/security/index.php.
So now my username is :root and password is :qwerty
PhpMyAdmin authentification:cookie
(saved in (File: E:\Xamp\security\security\mysqlrootpasswd.txt)).
XAMPP DIRECTORY PROTECTION (.htaccess)
username:balram
password:qwerty
File: E:\Xamp\security\security\xamppdirpasswd.txt)
But now I cannot access Phpmyadmin as it shows a blank screen.
following is the config.inc.php values:
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
// Authentication method (config, http or cookie based)
// Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'qwerty';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
ERROR LOGS
APACHE:
[Tue Mar 31 22:01:07.006981 2015] [mpm_winnt:notice] [pid 4356:tid 324] AH00364: Child: All worker threads have exited.
[Tue Mar 31 22:01:07.059012 2015] [mpm_winnt:notice] [pid 6780:tid 436] AH00430: Parent: Child process 4356 exited successfully.
[Tue Mar 31 22:01:10.891319 2015] [ssl:warn] [pid 6860:tid 436] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:11.368110 2015] [ssl:warn] [pid 6860:tid 436] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:11.471185 2015] [mpm_winnt:notice] [pid 6860:tid 436] AH00455: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 configured -- resuming normal operations
[Tue Mar 31 22:01:11.471185 2015] [mpm_winnt:notice] [pid 6860:tid 436] AH00456: Apache Lounge VC11 Server built: Jul 17 2014 11:50:08
[Tue Mar 31 22:01:11.471185 2015] [core:notice] [pid 6860:tid 436] AH00094: Command line: 'E:\\xamp\\apache\\bin\\httpd.exe -d E:/Xamp/apache'
[Tue Mar 31 22:01:11.475158 2015] [mpm_winnt:notice] [pid 6860:tid 436] AH00418: Parent: Created child process 2184
[Tue Mar 31 22:01:12.882847 2015] [ssl:warn] [pid 2184:tid 332] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:13.380254 2015] [ssl:warn] [pid 2184:tid 332] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:13.486309 2015] [mpm_winnt:notice] [pid 2184:tid 332] AH00354: Child: Starting 150 worker threads.
MYSQL ERROR LOG:
2015-03-31 22:01:12 1344 [Note] Plugin 'FEDERATED' is disabled.
2015-03-31 22:01:12 9c8 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2015-03-31 22:01:12 1344 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-03-31 22:01:12 1344 [Note] InnoDB: The InnoDB memory heap is disabled
2015-03-31 22:01:12 1344 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-03-31 22:01:12 1344 [Note] InnoDB: Memory barrier is not used
2015-03-31 22:01:12 1344 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-03-31 22:01:12 1344 [Note] InnoDB: Not using CPU crc32 instructions
2015-03-31 22:01:12 1344 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-03-31 22:01:12 1344 [Note] InnoDB: Completed initialization of buffer pool
2015-03-31 22:01:12 1344 [Note] InnoDB: Highest supported file format is Barracuda.
2015-03-31 22:01:13 1344 [Note] InnoDB: 128 rollback segment(s) are active.
2015-03-31 22:01:13 1344 [Note] InnoDB: Waiting for purge to start
2015-03-31 22:01:13 1344 [Note] InnoDB: 5.6.21 started; log sequence number 1743245
2015-03-31 22:01:13 1344 [Note] Server hostname (bind-address): '*'; port: 3306
2015-03-31 22:01:13 1344 [Note] IPv6 is available.
2015-03-31 22:01:13 1344 [Note] - '::' resolves to '::';
2015-03-31 22:01:13 1344 [Note] Server socket created on IP: '::'.
2015-03-31 22:01:13 1344 [Note] Event Scheduler: Loaded 0 events
2015-03-31 22:01:13 1344 [Note] E:\xamp\mysql\bin\mysqld.exe: ready for connections.
Version: '5.6.21' socket: '' port: 3306 MySQL Community Server (GPL)
I tried manipulating php.config.inc.php but to no avail.
steps given on websites didn't solve my problem
thanks in advance,
balram
My following setup is Xampp 1.7.7 and here is the info for everything in that package:
- Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1
I'm running the server on Windows XP SP3 32 bit OS, 4 gigs of ram, Quad Core.
The issue I'm having in my apache error log file is:
[Tue Apr 24 15:55:55 2012] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Apr 24 15:55:57 2012] [notice] Digest: generating secret for digest authentication ...
[Tue Apr 24 15:55:57 2012] [notice] Digest: done
[Tue Apr 24 15:55:59 2012] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Tue Apr 24 15:55:59 2012] [notice] Server built: Sep 10 2011 11:34:11
[Tue Apr 24 15:55:59 2012] [notice] Parent: Created child process 776
[Tue Apr 24 15:56:00 2012] [notice] Disabled use of AcceptEx() WinSock2 API
[Tue Apr 24 15:56:01 2012] [notice] Digest: generating secret for digest authentication ...
[Tue Apr 24 15:56:01 2012] [notice] Digest: done
[Tue Apr 24 15:56:02 2012] [notice] Child 776: Child process is running
[Tue Apr 24 15:56:02 2012] [notice] Child 776: Acquired the start mutex.
[Tue Apr 24 15:56:02 2012] [notice] Child 776: Starting 350 worker threads.
[Tue Apr 24 15:56:02 2012] [notice] Child 776: Listening on port 443.
[Tue Apr 24 15:56:02 2012] [notice] Child 776: Listening on port 80.
This seems to occur sporadically throughout the day and I even tried using Win32DisableEx, EnableIMAP Off and EnableSendFile Off in the apache conf file. I also tried copying the libmysql.dll file to the system32 and apache/bin folders with no avail.
If anyone knows other reasons this error for the child process exiting and causing apache to crash, info would be greatly appreciated. If any additional log files are needed please let me know.
Tks,
Shane.
The error code 3221225477 is 0xC0000005 in hex, which on Windows is:
#define STATUS_ACCESS_VIOLATION ((NTSTATUS)0xC0000005L)
Access violation is Windows' version of "segmentation fault", which simply said means that the program tried to access a memory which is not allocated. This can happen for a lot of different reasons, but mostly (if not always) is a bug in the program.
Now, my guess for your situation, is that there is either a bug in PHP or in one of PHP's extensions or in Perl or some Perl application. Apache itself is usually very stable, but if you use some unusual extension, it might be the cause, too.
I would suggest updating all your configuration to latest versions. If you want to find the source of the problem for sure, run Apache inside a debugger, like Visual Studio or OllyDbg. When the exception (access violation) happens, it will stop execution (instead of restarting) and you'll see in which module it is.
Also take a look in the access log, if there is a suspicious request with the same timestamp as the error. But it may happen that the crash happens before the request is saved in the logfile.
Since I moved a PHP app to a new server (PHP/5.3.8 running as Apache 2.2 module on 32-bit Windows Server 2003 R2) I'm getting random errors in the PHP error log:
[09-Jan-2012 19:45:12] PHP Fatal error: Out of memory (allocated 786432) (tried to allocate 17 bytes) in D:\site\util\odbc-connection.php on line 675
[10-Jan-2012 17:56:49] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 6144 bytes) in D:\site\logic\data.php on line 630
[10-Jan-2012 17:58:52] PHP Fatal error: Out of memory (allocated 524288) (tried to allocate 393216 bytes) in D:\site\users\edit-user.php on line 458
I'm confused for the following reasons:
It is not the standard error message you get when memory_limit is reached:
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 800001 bytes)
Whatever, memory_limit defaults to 256MB on the server and is set to 128MB on this app (thus 524,288 bytes should not be a problem).
In the reported lines there's normally pretty innocent code, such as the start of function definitions...
function linea($html){
... or foreach() loops of very small arrays:
foreach($perfiles_basicos as $c => $v){
I think I've already discarded all the obvious stuff (I've even searched for the memory_limit string in all *.php, *.ini, .htaccess and *.conf files in the hard disk) and I've written code to detect and log changes to the "128MB" limit (nothing was ever found) so I'm pretty clueless right now.
Any hint or idea?
Update #1: Apache's error.log shows that the web server gets restarted after I get an Out of memory error from PHP. Some are manual restarts and some are crashes like this:
zend_mm_heap corrupted
12] [notice] Child 2524: Child process is exiting
[Mon Jan 09 19:45:12 2012] [notice] Parent: child process exited with status 1 -- Restarting.
[Mon Jan 09 19:45:13 2012] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Jan 09 19:45:13 2012] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 configured -- resuming normal operations
[Mon Jan 09 19:45:13 2012] [notice] Server built: Sep 24 2011 00:32:50
[Mon Jan 09 19:45:13 2012] [notice] Parent: Created child process 6256
[Mon Jan 09 19:45:13 2012] [notice] Disabled use of AcceptEx() WinSock2 API
[Mon Jan 09 19:45:13 2012] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Jan 09 19:45:14 2012] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Jan 09 19:45:14 2012] [notice] Child 6256: Child process is running
[Mon Jan 09 19:45:14 2012] [notice] Child 6256: Acquired the start mutex.
[Mon Jan 09 19:45:14 2012] [notice] Child 6256: Starting 400 worker threads.
[Mon Jan 09 19:45:14 2012] [notice] Child 6256: Listening on port 443.
[Mon Jan 09 19:45:14 2012] [notice] Child 6256: Listening on port 80.
Update #2: ... and the ODBC extension is logging the following error:
No se puede cargar el controlador especificado debido al error del sistema 8 (Oracle in instantclient_11_2)
... where system error 8 maps to:
ERROR_NOT_ENOUGH_MEMORY 8 (0x8) Not enough storage is available to process this command.
I just did a quick search for "Out of memory" in the PHP tree and found that this error is triggered by the Zend Memory Manager if an internal allocation call (e.g. malloc) fails (see code).
So, yeah, sounds like the system went out of memory ;)
Using wampserver and receiving this error:
Parent: Received shutdown signal -- Shutting down the server.
Google doesn't seem to have any solutions that work. Any ideas?
[Mon Jul 25 19:07:02 2011] [warn] NameVirtualHost *:80 has no VirtualHosts
[Mon Jul 25 19:07:02 2011] [notice] Child 5828: Child process is running
[Mon Jul 25 19:07:02 2011] [notice] Child 5828: Acquired the start mutex.
[Mon Jul 25 19:07:02 2011] [notice] Child 5828: Starting 64 worker threads.
[Mon Jul 25 19:07:02 2011] [notice] Child 5828: Starting thread to listen on port 80.
[Mon Jul 25 19:07:40 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Jul 25 19:07:40 2011] [notice] Child 5828: Exit event signaled. Child process is ending.
[Mon Jul 25 19:07:41 2011] [notice] Child 5828: Released the start mutex
[Mon Jul 25 19:08:05 2011] [notice] Child 5828: All worker threads have exited.
[Mon Jul 25 19:08:05 2011] [notice] Child 5828: Child process is exiting
[Mon Jul 25 19:08:05 2011] [notice] Parent: Child process exited successfully.
Look at the Apache error log.
This error almost always occurs when another user shuts down a multi-user server. The Apache error log will tell you what happened so we can help if there are further issues.
Edit
Try this- go to C:\WINDOWS\System32\drivers\etc and make sure you have the following in it:
127.0.0.1 localhost
Restart WAMP, and see if anything has changed.
I got the same error. So, I quit the skype and run the wamp as administrator it works. After that I changed the skype listen port to 88. Now the wamp works fine.
Its the port conflict. So, either you may change the localhost port to 88 in httpd.config file.
This can also be caused by own stupidity, like in my case:
I've had a script on my server (Windows 2008 R2) that was configured to run every 5 minutes. It contained the following two lines:
net stop Apache2.4
net start Apache2.4
Strange enough this script was present for years and did never cause any remarkable effect for my websites. Only recently, Uptime Robot detected some downtimes.
To be honest, I don't know anymore why I had this script configured at all.
Solution:
To solve this, I simply deactivated the script in the Windows Task Scheduler.
Have you been messing with your httpd.conf file? I was messing with mine, and changed the first "listen" bit to Listen 8080 and got rid of a the 303 error and am able to start apache. Now I have a 404 error...which is an improvement I guess.
I have both iis and wamp installed on my windows machine, and accidentally I have opened iis for port 80, which caused the error you have experienced.
Either change the port that Wamp listens to, either the port the IIS listens to