Problem
One of my customers have several sites on 1.6.4 and 1.6.3. This week I discovered that the news links that are on the frontpage lead to a page with the following php error. The error is on all three the websites at the same place when you click a link to a full news article.
Fatal error: Call to a member function Id() on a non-object in /home/username/domains/xxxxxxx.com/public_html/plugins/function.breadcrumbs.php on line 119
Line 119
Code: Select all
if ($onecontent->Id() != $thispage && $onecontent->Type() != 'seperator') {
Remove breadcrumbs
When I remove the breadcrums out of the template I get an error from the menumager (also php)
Fatal error: Call to a member function Hierarchy() on a non-object in /home/username/domains/exxxxxxxx.com/public_html/modules/MenuManager/action.default.php on line 90
I reset the news templates
No difference
I copied the news templates from another site
No difference
I copied the breadcrumbs file from an old backup
No difference
I downloaded the checksum (base) and compared it in the system
I got the following message
I upgraded one of the sites from 1.6.3 to 1.6.41 Files Not found
Files Not found:
�@�LH�Z�;�NZ�ܕ˘�M�0Y�(L�������=f�M��fZ���F��m(.'qw���B$�9�ŋ����� �6���orO�O�ΐ����nJM��8�j>�9�=��F]�K�$I���k�m13I�〈K���-̀+2��>h�\C��n�KJ���� ��E���k=�QeB��hO�22�� ���z[S�}P N1����u���|�e�k�O-�%'��ޔw_��V̺�̵{�/{���)���nK�
No difference
I reuploaded all the files multiple times
No difference
I think this happend after the upgrade to 1.6, but that I just noticed it. Is there anyone with similar experiences or maybe a solution?
Thanks!