Discussion:
[TYPO3-english] White Screen Backend After phpMyAdmin Extension Install
chris keithley
2015-07-20 18:20:34 UTC
Permalink
To migrate my website, I tried to install the phpMyAdmin extension over a version that was giving me a "The mbstring PHP extension was not found" error. Immediately after I installed the phpMyAdmin extension, my backend went white and I cannot access typo3. The website is still up and running though. How can I repair my backend and have a working version of phpMyAdmin again?
Gregor Hermens
2015-07-20 18:29:23 UTC
Permalink
Hi Chris,
Post by chris keithley
To migrate my website, I tried to install the phpMyAdmin extension over a
version that was giving me a "The mbstring PHP extension was not found"
error.
Upgrading phpMyAdmin will not fix missing php modules.
Post by chris keithley
Immediately after I installed the phpMyAdmin extension, my backend
went white and I cannot access typo3. The website is still up and running
though. How can I repair my backend and have a working version of
phpMyAdmin again?
http://www.dmitry-dulepov.com/2009/03/blank-empty-page-in-typo3.html

Most certainly you just have to clear some cache, depending on your TYPO3
version:

4.x: typo3conf/temp_*.php
6.x: typo3temp/Cache/*

hth
Gregor
--
http://www.a-mazing.de/ | Certified TYPO3 Integrator
chris keithley
2015-07-20 20:27:32 UTC
Permalink
Thanks. I had a backup of the temp files and uploaded them to the typo3conf folder and I was back up and running.
Loading...