Click here to register or to donate. Auto self-registration is not available here - far too many spammers. This forum has many, many backlinks and because of that there is an intense desire among spammers to drop their links here.
Missing Save Changes button again, and missing footer area
#1
May 12, 2009, 02:03 PM
paulae
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
Even though I had deactivated the PHP Executable plugin earlier, it seems to be causing me trouble now anyway. The right sidebar widget admin area is missing its Save changes button, and on all my posts and pages, the very bottom is missing, where the copyright is. I've deactivated or deleted plugins that I thought might be causing this, but I'm stumped. Flynn, help? Could it be Any Code?
#2
May 13, 2009, 10:46 AM
bcorrigan
85 posts · Feb 2009
You are probably have some malformed PHP or html. Look through all you're code snippets to make sure things are balanced. (closing brackets in right place, semi-colons, etc.)
I sometimes find it useful to pull code into Dreamweaver or some code tool that color codes the code. it is helpful. It is tricky with with these dynamic pages as the code from the server comes from sever files and database calls.