
Sh404SEF Alias Update Caused Website White Screen of Death
Well, this was a fun one to stumble across.
We’re big fans of Sh404SEF, and would wholeheartedly recommend using it as an agile manager of your SEF URL’s.
However, one fine day we got a URL update request from a client, and logged in to carry out the 2 second task.
The alias save seemed to “stick” (i.e. the Sh404SEF swirly kept going and going with no conclusion), so we clicked the close button, and carried on. Upon checking our alias change in the website front-end, we discovered the dreaded white screen of death had decided to pay a visit.
As with any white screen of death, the first thing to do is start hunting for errors.
We’d recommend the following course of action:
- Check your Joomla public_html (or www) folder for an error log. Check out the errors, and follow accordingly. If you have no error log there, check your /logs folder and see what’s in there.
- If your error log files are pretty unhelpful, then switch on debug
- via your Joomla administrator if accessible – Global Configuration -> System tab -> Debug System set to Yes
- or via FTP – your configuration.php file, if the administrator is not accessible.
- Set the debug reporting level to the highest available: Global Configuration -> Server tab -> Error Reporting set to Development
- Now reload your website front end and see what goodies are now being displayed to you.
In our instance, we had a double whammy.
- Table ‘./raspberry/idoa_session’ is marked as crashed and last (automatic?) repair failed
So to fix this, we:
- Logged into PHPMyAdmin
- Selected the database
- From the list of tables in the main window, checked the xxxx_session table, scrolled down to the bottom of the page, and in the drop down box to the right selected Repair.
- Then, for good measure, we clicked on the database name again (in the breadcrumbs at the top of the page), went back to the list of tables in the main window, scrolled all the way to the bottom of the page, clicked the Select All link, and in the drop down box to the right selected the Check option. We looked through the results to see if any other tables require a repair. Thankfully, all looked to be ok.
Once the above was fixed, we reloaded the front-end of the website and got a debug message stating that there was a problem with the file:
/components/com_sh404sef/cache/shCacheContent.jadsgfjhgdhfgdsgyu637dcsdt83.php
And upon finding the above cache file via FTP we discovered it was huge. 1.5MB huge.
Now when I saw that, I thought to myself “you know what, Sh404SEF has been getting a little sluggish lately…”
So, the fix was:
- Via FTP, copy the above mentioned Sh404SEF cache file locally (just to be on the safe side), and then delete it from the server.
- Go back to the administrator and re-save the last Sh404SEF alias or URL change that you made before the fire and brimstone let loose.
- Switch off debug and set error reporting back to default.
- Go to your website front end and check that all is well.
- Cry tears of joy.
blank screen, blank screen of death, sh404sef, white screen, white screen of death
Stephen Crewson
Good Morning Sara,
Thank you for sharing your solution. I updated 30+ sites last night after the Security Release from Joomla (December 14, 2015). I had one site that was giving me grief. After isolating the issue and trying several fixes it was your post that helped me solve the issue. I simply purged the cache on sh404SEF and it did the job.
Thanks so much,
Steve
Sara Thornton
Hi Steve,
Thanks for your lovely post, and glad to hear this article was helpful.
Best wishes,
Sara