Carrie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: LivePress 1.5.1 issueI have been trying to get LivePress to work for over a year now. I couldnt get it to work in 1.2 either ?? I’m now on 1.5.1. I’ve tried the instructions here :
https://www.ads-software.com/support/topic/24727
I’ve tried downloading the hacked version here :
https://www.everytomorrow.org/archives/2005/05/19/livepress-for-151
And installing fresh. My ljsynch.config.php has my lj info in it, the class-IXR.php is in my wp-includes folder (overwrote the old one), my paths in LivePress.php are updated.
And still, on my post page, I’m getting a string of errors in the lj section.
Warning: array_values(): The argument should be an array in /home/u3/indigohat/html/blog/wp/wp-content/LivePress/lpextras.php on line 130
Warning: reset(): Passed variable is not an array or object in /home/u3/indigohat/html/blog/wp/wp-content/LivePress/lpextras.php on line 23
User Pic: Security Level:Synch Journal: Journal to Post to:
Warning: array_values(): The argument should be an array in /home/u3/indigohat/html/blog/wp/wp-content/LivePress/lpextras.php on line 177Warning: reset(): Passed variable is not an array or object in /home/u3/indigohat/html/blog/wp/wp-content/LivePress/lpextras.php on line 23
I even tried removing the call to pextras altogether and using custom fields only – but the post never goes to livejournal so something has to be screwy somewhere. I know it’s got to be something stupid I’m overlooking. Any ideas would be greatly appreciated.
Forum: Installing WordPress
In reply to: Internal Server error 500Arg. I was getting more and more 500 errors over the last week and finally, my blog wont load at all, today. I can log into the admin side.. it just won’t display on the index. I tried updating to 1.5.1.1 but that didn’t help.
As a side note, I have found that posting amazon links in my posts causes it to take a LONG time to post… and it finally comes back with a 500 error.
Forum: Fixing WordPress
In reply to: rss feed pathJust as history.. I MSGd about this a while back .. here’s the thread :
https://www.ads-software.com/support/index.php?action=vthread&forum=3&topic=9799Forum: Fixing WordPress
In reply to: Yet Another Problem with .htaccess and Permalinks.Try adding index.php to the begininning of your permalink structure..
/index.php/blog/%year%/%monthnum%/%day%/%post_id%-%postname%
Fixed it for me.. hope it helps you.Forum: Fixing WordPress
In reply to: RSS feed link issuephpinfo? *confused look*
I’m a total php newb ??Forum: Fixing WordPress
In reply to: no comment entry ability?I think I might have figured it out. I was having the same problem. I added /index.php/ to the front of my permalink line, saved the permalinks, copied the text that appears at the bottom of the permalink page into my .htaccess file, refreshed everything and it worked.
So for instance, instead of :
/archives/%year%/%monthnum%/%day%/%postname%/
I am now using :
/index.php/archives/%year%/%monthnum%/%day%/%postname%/