[Resolved] phpmyadmin context blank page

#1
I am trying to setup a context on Ubuntu by mapping /phpmyadmin to /usr/share/phpmyadmin. I have done the same thing for the xcache admin page and it works fine. However, when trying to access the phpmyadmin page all I get is a blank page. No errors, file not found, etc.... I have been fiddling with this for a while and think I am about at my breaking point so any help would really be appreciated.

Thanks
 
Last edited by a moderator:
#3
I didn't see anything in the logs, but I did accomplish something really weird. I decided to give grabbing phpmyadmin from the svn just to see what would happend. Low and behold, it loaded just fine. There this error:
Code:
Cannot load mcrypt extension. Please check your PHP configuration.
but I can still access all the functionality of it. No clue why the svn would work fine and the one in Ubuntu's repos won't load correctly though :S
 
Last edited:
#5
Did the recompile with --with-mcrypt and everything looks good. I just wish I knew why the ubuntu phpmyadmin wouldn't laod, but I am more that happy with it working as is.

Thanks so much for your help.
 
Top