FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

Missing footer content after upgrade from 0.9.4 to 0.9.5

Feed 5 posts, 3 voices

Avatar
191 posts

Finally after several months, the client confirmed the upgrade from 0.9.4 to 0.9.5.

I upgraded without any issue. At least that’s what I thought, until I saw that the entire footer content is missing from every page. The ending markup code for the main content is missing as well, for all pages but the contact page. (I use two layout files, one layout file is used exclusively by the contact page.)

I followed the upgrade directions, but haven’t any idea where to start troubleshooting. A search on the forum for “upgrade” and “upgrading” didn’t reveal any clues.

No changes were made to the layout pages, snippets, or the CSS for the upgrade. Here’s the link to the upgraded test site

And here’s the link to the actual client site (that hasn’t been upgraded to 0.9.5 yet).

I’ve tested in Firefox 3.5.3 and Opera 10 under Windows Vista. Same results, no footer displays.

Suggestions?

 
Avatar
18 posts

Something’s wrong with the php code following

<p><strong>

what does it say if you enable debug in config?

 
Avatar
191 posts

Hi Skye,

Thanks for the response. Here’s the code displayed when debug is enabled:

<p><strong><br>
<b>Fatal error</b>:  Call to undefined function comments_count() in <b>/home/xxxx/xxxxx/theclients/frogp3/frog/app/classes/Page.php(353) : eval()'d code</b> on line <b>1</b><br>
</strong></p></div></div></div></body></html>
 
Avatar
1493 posts

Hi Redcrew: Odd that it should relate to the Comments plugin. Did you notice this in the upgrade notes:

If you don’t see your old comments in the administration area, try disabling and then re-enabling the comment plugin.

You could try that … and if this site does not make use of comments, you can leave it disabled and remove whatever line of code is calling the comments_count() function. That is used only by the Comments plugin.

Hope that helps!

 
Avatar
191 posts

Hi David,

Thanks for the suggestion. I disabled all the plugins last night, but the issue with the missing footer remains.

Not sure what is causing the issue. Today I plan to back out the upgrade, and start again.

Will post, hopefully, my successful upgrade later today!

Regards,

Deborah

 
Avatar
191 posts

Success!

Backed the upgrade out, started the upgrade from scratch, and it worked perfectly! Thanks David and skye.