Le-mina / ljxp

Automatically exported from code.google.com/p/ljxp
0 stars 0 forks source link

Wordpress 2.5 - causes "fatal error" when attempt to activate #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Running Wordpress 2.5 RC2 (NOT the life install :)) - what happens is, I 
guess, that LJXP tries to create an entry on the options page as with 
WordPress 2.X so far. WP 2.5 doesn't have an "options" page anymore(but 
"settings").

Hoping that this isn't a major headache to fix! :/

Original issue reported on code.google.com by are.you....@googlemail.com on 27 Mar 2008 at 6:56

GoogleCodeExporter commented 8 years ago
This same issue happened in 2.3.3.  I don't think the author is updating this
anymore.  The plugin is very touchy from my experiences.  I had issues with
deactivating it and reactivating it and making any changes within the options 
menu. 
So what I ended up doing was just never deactivating it when I updated to new
versions of WP.  Good luck.  I can vouch that the plugin does work in 2.5, but 
there
are various issues if you de/re-activating, or making changes.  I did all my 
changes
within phpmysqladmin.

Original comment by dangar...@gmail.com on 29 Mar 2008 at 7:00

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi. Thanks for the message. I only start using WP myself now, so generally I'd 
prefer going in with WP 2.5 (once it is released as stable that is) ... I am 
working 
on theming with that in mind.

Still, I'll try to see if I can make it work well enough - any hints/tips on 
what to 
look for php wise? 

-C.

Original comment by are.you....@googlemail.com on 29 Mar 2008 at 7:10

GoogleCodeExporter commented 8 years ago
WP 2.5 (Release)
same issue. it won't activate at all with "Plugin could not be activated 
because it
triggered a fatal error." message. Did anyone solve it and can share the fix ?

Original comment by phaze...@gmail.com on 29 Mar 2008 at 9:44

GoogleCodeExporter commented 8 years ago
I managed to activate it by commentig out this section:
if(version_compare($wp_version, "2.1", "<")) {
      require_once(ABSPATH . '/wp-includes/template-functions-links.php');
}
i've read that this file is no longer a part of worpress

Original comment by phaze...@gmail.com on 29 Mar 2008 at 9:52

GoogleCodeExporter commented 8 years ago
Thanks to phazeman this plugin now works for me.

I just added two //  marks in front of the lines he specified and the plugin 
activated.

Thanks phazeman

Original comment by jennba...@gmail.com on 29 Mar 2008 at 11:41

GoogleCodeExporter commented 8 years ago
Thank you soooo much for updating us on this. I don't know what I'd do without 
my LJ 
Crossposter. =D

(Or the pretty new 2.5 either)

Original comment by destruct...@gmail.com on 30 Mar 2008 at 12:07

GoogleCodeExporter commented 8 years ago
Thank you so very much!!!  I manage blogs for 2 of my friends that use this 
plugin -
they will both be THRILLED that they haven't lost this functionality!

Original comment by LindseyE...@gmail.com on 30 Mar 2008 at 3:01

GoogleCodeExporter commented 8 years ago
The weird thing is, even though I took out those few lines . . . when I wrote a 
new
entry, it gives me some fatal error again.  My blog entry shows up on my site, 
but it
will not crosspost to LJ.

Original comment by tarac...@gmail.com on 30 Mar 2008 at 3:39

GoogleCodeExporter commented 8 years ago
I have a fix for 2.5!

Replace this...

if(version_compare($wp_version, "2.1", "<")) {
      require_once(ABSPATH . '/wp-includes/template-functions-links.php');
}

With this...

if(version_compare($wp_version, "2.1", "<")) {
      require_once(ABSPATH . '/wp-includes/link-template.php');
}

Original comment by shellyg...@gmail.com on 30 Mar 2008 at 4:27

GoogleCodeExporter commented 8 years ago
Oops, here's what you replace it with...

if(version_compare($wp_version, "2.3", "<")) {
    require_once(ABSPATH . '/wp-includes/link-template.php');
}

Original comment by shellyg...@gmail.com on 30 Mar 2008 at 4:28

GoogleCodeExporter commented 8 years ago
thanks for the fix works very well, has anyone had problems with stick post 
plugins?

Original comment by bradhart...@gmail.com on 30 Mar 2008 at 6:03

GoogleCodeExporter commented 8 years ago
i was having this problem too.  i made the fix and the plugin activated, but i'm
still having trouble.

when i try to publish an entry immediately, i get a "date out of order" error,
similar to the one LJ gives, but in wordpress.  when i publish a little into the
future, it just doesn't sync at all.  

i never used to have this problem when publishing.  anyone know what i'm doing 
wrong?

Original comment by geoffrey...@gmail.com on 31 Mar 2008 at 3:13

GoogleCodeExporter commented 8 years ago
phazeman's instructions worked for me.

Original comment by elaine.n...@gmail.com on 6 Apr 2008 at 5:44

GoogleCodeExporter commented 8 years ago
Neither fix has worked for me.  They both give me this error:

Fatal error: Cannot instantiate non-existent class: ixr_client [server info 
redacted]

Original comment by storytel...@gmail.com on 7 Apr 2008 at 12:38

GoogleCodeExporter commented 8 years ago
Thank you so much...  This fix helped to fix the plug in for all of our blogs at
www.livingplush.com.  

LP Kisses and Hugs :-D

Original comment by lpmediag...@gmail.com on 18 Apr 2008 at 12:49

GoogleCodeExporter commented 8 years ago
Thanks A lot, shellygrrl advice helped.

Original comment by vear...@gmail.com on 18 Apr 2008 at 4:40

GoogleCodeExporter commented 8 years ago
Thanks so much - I used Phazeman's fix of commenting out (adding the // to each 
line
of that code) and it worked!

Original comment by mandel...@gmail.com on 23 Apr 2008 at 7:09

GoogleCodeExporter commented 8 years ago
Do we need to get someone else to take over maintenance responsibility for this 
code?

Original comment by Slamlan...@gmail.com on 28 Apr 2008 at 1:56

GoogleCodeExporter commented 8 years ago
Well - there hasn't been any update/development in about a year ... so maybe, 
yes? 

I for once would love to see more features added (but am not a coder :) ) - 
like ... 
using WP tags rather than categories for LJ tags, possibility to select which 
journal/lj-community to post to, etc.

-C.

Original comment by are.you....@googlemail.com on 28 Apr 2008 at 2:04

GoogleCodeExporter commented 8 years ago
hmm.. getting some write_nested_categories() missing function error, whathat?

Original comment by beastri...@gmail.com on 29 Apr 2008 at 7:16

GoogleCodeExporter commented 8 years ago
The plugin works with WP 2.5.1 as of version 2.0.5, hence it should work fine 
with 2.5

Original comment by freeat...@yandex.ru on 29 Apr 2008 at 6:42

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Not fixed! Changing LJXP settings results in
  "Something went wrong - 302 : Client error: Can't edit post from requested journal"

Original comment by Slamlan...@gmail.com on 30 Apr 2008 at 4:54

GoogleCodeExporter commented 8 years ago
Slamlander, this is not an issue of this plugin's compatibility. If you 
consider this
a bug, please, open a separate ticket with detailed description of the problem.
Thank you for understanding.

Note for everyone else:
This ticket's status is closed, b/c the options are displayed correctly(which 
was the
problem described in the first post). Any other bug should be posted separately.

Original comment by freeat...@yandex.ru on 30 Apr 2008 at 5:04

GoogleCodeExporter commented 8 years ago
Thank you shellygrrl for the fix! It works!

Original comment by val...@gmail.com on 29 Oct 2008 at 3:56