• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Strange issue on opening Phpmyadmin

Glecko

Veteran OT User
Joined
Aug 21, 2007
Messages
1,054
Reaction score
270
Location
Spain
Whenever I try to load my localhost/phpmyadmin or even the plain website (localhost), instead of loading the page my web browser (Firefox) tries to download a certain PHTML file. I tried to google it and found out that reloading apache would solve the problem. In my case, it did not.
Using lighttpd on Ubuntu 11.10, and of course mysql-server for the database.

Thanks in advance :)
 
Whenever I try to load my localhost/phpmyadmin or even the plain website (localhost), instead of loading the page my web browser (Firefox) tries to download a certain PHTML file. I tried to google it and found out that reloading apache would solve the problem. In my case, it did not.
Using lighttpd on Ubuntu 11.10, and of course mysql-server for the database.

Thanks in advance :)

I was having that problem too.
My solution was use apt-get remove --purge to apache2, mysql-server, phpmyadmin, php5
and then install all of then again 1 per 1.
And it helped. ;p
Hope it helps you!
 
I just removed all those with apt-get auroremove --purge
And now whenever I try to install mysql-server I get a weird error:

E: Subprocess /usr/bin/dpkg returned error code (1)
 
I didnt said to use autoremove, only apt-get remove --purge etc, like i told you above.
ask for a format :/

I tried remove --purge, but since I had the same problem as before I decided to use autoremove :p
I formated to fix the kernel, now I'm going to try it all again :D
 
Back
Top