I updated php on my Godaddy VPS yesterday, and it made everything go BAD, it screwed up apache, removed things from my control panel, on and on... One of the problems I was having was blank pages, but not on everypage. I've moved to another server, and I'm still getting the blank pages. I can set up a fresh install on subdomains, and it's fine. What could be causing the blank pages? I can access most of my admin, but the advanced settings page is completely white. I'm not finding anything in the error logs, and I don't know where to go from here. What could be causing this?
The first line that is getting cut off is:
<bx_injection:injection_top_menu_before />
So whatever it takes to inject this, is not working, what could that be?
Bikerunity . com
|
manually entering know pages, like join.php and others.
All I see, your logo, the FB like and your Google ad..
I've never seen a site do this.
Going to still ask, you have manually cleaned the cache, cache_public, and tmp leaving the .htaccess files only...
ManOfTeal.COM a Proud UNA site, six years running strong! |
Yes, I've cleaned all caches. Whatever it is that injects code in dolphin, isn't working. |
You have an open <meta> tag..
<meta property="og:image" content="http://www.yoursite.com/images/rockerlogo.jpg" />
[edit]When you edited the header for the og;data you have left some closing tags out, I'm checking for you in Dreamweaver
ManOfTeal.COM a Proud UNA site, six years running strong! |
bikerunity.com/HeavYMetaL
Even the profile theme mod seems to work fine, but the core templates seem to have stopped parsing correctly.
|
I see it as a closed tag, I'll look at that more. Even still, pages in the admin cannot be accessed, which shouldn't be effected by the templates. |
I'm out, lol
stumped for sure..
ManOfTeal.COM a Proud UNA site, six years running strong! |
bikerunity.com/?skin=uni
That's without the facebook like button and using uni, it's even worse.
|
Try this, it may help.
Go to plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer
And delete the content of each of these folders.
CSS
HTML
Test
URI
From the land DownUnder |
It has something to to do with the top navigation, or something. My chat is fine, that's because I stripped the navigation bar from it.
bikerunity.com/m/chat/home/
|
handsconnect,
I tried your suggestion, nothing. I'm slowly overwriting my files with dolphin defaults, so far that doesn't seem to help either.
It couldn't be something in the database could it?
|
I've put error reporting at the top of /administration/advanced_settings.php because it's the one admin page that is blank, but it's not showing any errors. This is driving me NUTS! I've been down over 24 hours now, and I usually have between 10-20 people on at a time, this is HURTING |
I was wrong, the custom templates I was using somehow got corrupted, and it WAS causing the blank pages,even in the admin. Now I'm getting somewhere!
How could a custom template effect pages in admin?
|
How could a custom template effect pages in admin?
They are not supposed to but they can.
For example, i have a black template, and when active, the corner images on message boxes will show up in the admin side.
It is not 100% isolated, so unfortunately you cannot assume anything.
https://www.deanbassett.com |
Well, I found it!
Deano, it was your black/rounded template, This one little bit of code was screwing up everything:
$sTemplName = 'Black';
The second (') was missing, I don't know how it happened, as I never edited the BxTemplName.php file, and I've had this template running for along time now. That's also why the advanced settings in admin wasnt working, and also why other templates weren't working as well. I think the file somehow got corrupted when I updated PHP,,,, I don't know, but it's all getting back to normal now.
|
Indeed very odd. I checked my files, You also seemed to have changed the name. You say you never edited it, but you must have at some point. My copy as i distribute it has the following.
$sTemplName = 'Rounded Black/White';
I also do not know how a php update would have damaged the file.
https://www.deanbassett.com |
Yes, I edited the name to just Black, but it worked for months like that, but when I updated PHP, it did some funky stuff, and somehow that (') got removed. I haven't edited that file for months, so somehow something changed it in the update, or something.... |