Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Forum Graphics, etc. Stopped Working
benjy000
New
Hello,
I haven't changed any settings or anything to my forum. For no reason, a couple days ago, the website graphics, etc. stopped working. If you go to bestschools.ca/forum you will see how everything doesn't worked. Like I said, I haven't made any changes or anything, so I can't understand what's wrong. My hosting server said they can't help me and that it's an installation issue, but the site has been working for months and then stopped working for no reason. Can anyone help me? Thank you.
Tagged:
0
Comments
There is always a reason behind all issues. Perhaps you (or somebody else) added some content that broke the forum. Possibilities are (almost) endless.
The problem is that, as far as I can see, your website just doesn't display anything. There is no obvious answer in such cases, an in-depth analysis is required.
Edit: by the way, have you tried restoring a backup?
My shop | About Me
Hey, if you go to http://bestschools.ca/forum you'll see that it works for a couple seconds and then quickly goes to another page. I haven't changed, added, modified, or done anything to the content.
There is always a reason ,it looks like the page loads then goes blank. It gets redirected to a blank page or an ad page that gets blocked. Disable any plugins you might have added and check to see if any widget or flash object is not firing auto. Sometimes adds have a hidden link which redirects the user before the page loads. Maybe someone posted some content they should not have. Check for runaway java scripts .
When images do not load or there is an image placeholder it means you may have placed them in the wrong directory or moved them, or the links that point to the images is wrong. Your sign in page looks bad...something called adBright might be the problem. This is a screenshot of the page just before it goes blank.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I think I found the possible culprit:
As suggested by @vrijvlinder, it seems that it's the AdBrite script that causes the redirect.
My shop | About Me
Thanks for your help in pinpointing the problem. The issue now is that I can't login (because the site is crashed) o the forum to be able to edit the Pockets plugin that has the code. How can I do this?
Can you FTP in?
Connect to your database and find the table
GDN_Pocket
there you look for the line which has the adbrite code and edit or delete it. You might need to delete your cache files in the foldercache
too afterwords.Just tried doing that -- if you visit the page, you'll see that the issue still exists.
Well, at least I can now load the page. The problem I see now is the broken images in the bottom right. Something is severely wrong there though. Can you provide a link to an image that is correct?
quick fix.
edit config.php -
change the pockets enabled to false.
then carefully look through all entries in the database and pockets table in particular with phpmyadmin.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Disabled pockets and looked through all entries in the database and pockets table to remove adbrite. Problem still occurring.
you have multiple errors
yepnope({ test: Modernizr.cssgradients, nope: 'http://bestschools.ca/images/PIE.js' });yepnope is undefined.
ReferenceError: addthis is not defined
addthis.bar.initialize({'default':{
maybe errors are finally coming home to roost.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Yeah, the problem isn't a pocket. The problem is a javascript loaded in the header. Can you delete the yepnope script?
EDIT: peregrine beat me to it
a few moments of silence while
benjy000 is furiously attempting changes and wondering how the heck did yepnope get whacked .
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
also your image urls are pointing to the wrong place in the src.
in bestschools.ca/forum/discussions
with a / before images seemed to fix it.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌