skip to Main Content

I installed xampp and it all seemed to be working fine. Today the http://localhost/phpmyadmin/ is showing only a blank page. I thought it was caused by the following warning I got:

XAMPP: Starting ProFTPD…Warning: World-writable config file ‘/opt/lampp/etc/my.cnf’ is ignored

So I did:

chmod 644 /opt/lampp/etc/my.cnf

Thinking it would fix it. I restarted xampp, the view on http://localhost/dashboard/ works just fine, the warning is gone, but the php page at http://localhost/phpmyadmin/ is still just blank. How can I fix this? Any help would be deeply appreciated

2

Answers


  1. Chosen as BEST ANSWER

    I solved it by just doing a reinstall, don't know exactly what went wrong the first time but now it works.


  2. can be an issue due to memory from cache. a few suggestions :

    • clear browsing data
    • go into php.ini file and fix the memory limit by changing the syntax to 1GB or up the memory
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search