categorie view error
-
hi
if I click one of my categories, the content displays not correctly in the theme. I wonder if I am the only person who can see this (IE) or if it is wrongly displayed in other browsers as well.
-
OK. Checked with IE6, Opera & Moz and I got this error on all browsers when I clicked “Events”…
“you are browsing the archives for the Events category.
Fatal error: Only variables can be passed by reference in /home/www/samson/na/nay-k/WordPress/wp-includes/classes.php on line 629″,as well as all other categories…
Are you using any plugin related to that specific category?
no this problem ocurred all of a sudden. I didn’t change anything.
So what can I do?I’m getting that same error…using Firefox 1.0.7 (which is basically a Mozilla browser) and I opened that file classes.php up in metapad..at that line of: 629. It’s showed this: $this->post = $this->posts[$this->current_post]; perhaps you might have modified the theme and or modified a call tag differently or something for posts within that theme….? I’m not sure, because sometimes when it refers to a certain line, it might also be referring to something else around that line…. I dunno..just a thought..
spencerp
You must have added something recently. I think you added lazyest-gallery or changes recently, as we are both users of this plugin? Try deactivating that plugin and see what happens.
jimHi jim!
I deactivated lazy gallery but the problem was still the same. I also tried to deactivate some of my other plugins but nothing changed…I read you comments on the lazyest-gallery support forum. KeyTwo has been helpful and also to me, too. You have been changing your CSS. I have not changed my CSS at all, and still have layout problems. Can you change things back to a point when they were working? Also, he just released a new version 0.7.1.
If you look at my blog, you’ll see similar sidebar issues as you had before. Now, I think your problem is with images in your posts, but that is just a guess.
Are you sure that you haven’t added any new plugins or made any other changes besides lazyest-gallery?
Well atleast Jim was here to save the day… =) It’s always awesome to know someone else out there with same “problems” sometimes can help others in need….wish that happened more often for me sigh.. lol…. =)
spencerp
this problem ocurred before I installed the new lazyest gallery and a long time after I installed the old version of lazy gallery. so I think this doesn’t have to be a lazy gallery problem….
hi… I have the same problem:
Fatal error: Only variables can be passed by reference in /srv/user/web15/html/wordpress/wp-includes/classes.php on line 629
but… I haven’t install any plugin or what ever…
what can I do? 🙁
I have only install the german language file…
thats what I thought! it is not related to any plugin. I already posted this error in the german WP forum but nobody knows whats wrong. strange …
I re-uploaded classes.php but it is still the same. In my other blog (on the same host) there is the same problem (Fatal error: Only variables can be passed by reference in /home/www/samson/na/nay-k/mileniomix/wp-includes/classes.php on line 629)
May it have something to do with my host or any of my host’s changes????Apparently a lot of people have experienced the same error. There is a bug report and solution. The bug report is at http://trac.wordpress.org/ticket/1614.
The solution is to change this line in classes.php:
$category = &get_category($this->get(‘cat’));
to:
$crom = $this->get(‘cat’);
$category = &get_category($crom);
Apparently something caused by php5.Thanks to jwurster for your help!!!
The topic ‘categorie view error’ is closed to new replies.