1
I have an urgent problem that I just can't figure out.
I made a change to XIM (to make it not conflict with extGallery jQuery effects), which after a minute or so gave me a complete blank screen on the entire site, doesn't matter if it's front or back end. Blanks the debug as well. I restored the old file, but the problem persists!
I have located the catalyst (though probably not the cause) in xim/preloads/core.php and if I remove that file I can at least get my site to work, but as soon as insert it again the site goes blank. I've tried to uninstall and reinstall XIM but to no effect.
Is something regarding the preloads stored in the db somewhere, so that a conflict can still be in place even if I uninstall a module or restore files? I really don't know what the heck is happening here.
I also touched another thing, but I don't see how that can affect things since I also restored everything there. Anyway, here's what I did:
1. Added the line
var $ = JQuery;
to xim/preloads/core.php (file has been restored to original state now)
2. Moved s3slider js script from theme.html to an article in Content module (article has been restored as well as theme.html, however the blank screen is also in admin side and is still there even if theme is changed)
Why oh why is my site blank? Please help!