Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

phpmyadmin - blank page


Go to End


2 Posts   2765 Views

Avatar
vipx1

Community Member, 6 Posts

14 May 2010 at 5:09am

I have Silverstripe running on a LAMP server for approx six months. I was using MySQL workbench but I would like to use phpmyadmin now.
I installed phpmyadmin on my LAMP server recently i.e. six months after Silverstripe.
I have some modules in my Silverstripe server:
swfupload, GoogleAnalythics, youtubeservices, twiterwidgetpack
that's the only real unique thing about it. Otherwise it's a standard install.

My new install of phpmyadmin always brings up a blank white page when I call the alias i.e. http://www.mydomain.com/phpmyadmin
I can make an entry in the index page of phpmyadmin i.e. echo "test output";
I do see my echo when I call the alias but everything else is blank. Error reporting is on for php and Silverstripe works so the php configuration is OK. I have been testing one thing at a time for 3 weeks now with no progress.

Avatar
apiening

Community Member, 60 Posts

9 July 2010 at 9:29am

Edited: 09/07/2010 9:32am

Hi vipx1,

have you resolved your problem?

If SilverStripe is running and phpMyAdmin is not you might want to give the DBPlumber a run: http://silverstripe.org/database-plumber-module/. It's a SilverStripe module that gives you the basic phpMyAdmin features. It is beta and doesn't work with IE yet though.

Cheers

Andy