• I have finally updated Live Press for WordPress 1.5.1.3. This is more than an update, it includes nifty new features. This is a beta, but it should do the trick πŸ™‚

    Read More here

Viewing 15 replies - 61 through 75 (of 76 total)
  • Thread Starter unteins

    (@unteins)

    dbachen – Could you tell me what paths you are changing from and to? Also, what is the actual error message on line 911?

    Sure–

    Here’s the first error:
    Fatal error: Call to undefined function: __() in /home/dbachen/public_html/chaos/wp-admin/admin-functions.php on line 911

    Then it displays the error from WP about not connecting to the database, and then this error:

    Fatal error: Call to a member function on a non-object in /home/dbachen/public_html/chaos/wp-content/plugins/LivePress/lpeditjournal.php on line 113

    Now, that’s the directory structure of the installation, which is reached at http://www.greenhead.com/chaos

    It looks like part of the problem is that I was trying to change the locations of those files, and the name of the folder, rather than putting the entire thing as you named it into the folder.

    So, now that my directory structure looks like:
    /wp-content/plugins/LivePress_1.5.2/LivePress

    It seems to be working. At the very least, I’m able to add the journal settings and begin writing a post without generating errors.

    Thanks.

    Arrggg…

    Now, the errors don’t appear on the top of the write page, they appear on the bottom..

    Here are the first two:
    Warning: array_values(): The argument should be an array in /home/dbachen/public_html/chaos/wp-content/plugins/LivePress_1.5.2/LivePress/lpextras.php on line 113

    Warning: reset(): Passed variable is not an array or object in /home/dbachen/public_html/chaos/wp-content/plugins/LivePress_1.5.2/LivePress/lpextras.php on line 7

    I think that I may have typed my password in incorrectly for LJ. unfortunately, when I try and edit the journal settings, I get a 404 error:
    The requested URL /chaos/wp-content/plugins/LivePress_1.5.2/LivePress/lpeditjournal.php&allowlist=dbachen&journal=weezeld was not found on this server.

    So while the URL worked to create the journal, it doesn’t call the same location to edit it.

    And since you can’t delete the journal, I can’t start it over again. I’m going to try and manually adjust that URL and get it to the right location.

    Nope.. trying to manually alter the url and pass the path as: http://www.greenhead.com/chaos/wp-content/plugins/LivePress_1.5.2/LivePress/lpeditjournal.php&allowlist=dbachen&journal=weezeld

    if you try and go straight to the lpeditjournal.php file without passing the user and allowed parameters, it generates the following errors:
    Warning: main(): open_basedir restriction in effect. File(../../../../wp-config.php) is not within the allowed path(s): (/home/dbachen:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/dbachen/public_html/chaos/wp-content/plugins/LivePress_1.5.2/LivePress/lpeditjournal.php on line 109

    Warning: main(../../../../wp-config.php): failed to open stream: Operation not permitted in /home/dbachen/public_html/chaos/wp-content/plugins/LivePress_1.5.2/LivePress/lpeditjournal.php on line 109

    Fatal error: main(): Failed opening required ‘../../../../wp-config.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/dbachen/public_html/chaos/wp-content/plugins/LivePress_1.5.2/LivePress/lpeditjournal.php on line 109

    I’m really trying to be helpful here, I can imagine the struggles others have gone through as well. I don’t know enough about PHP to fix these things myself.
    -D

    FWIW, while I couldn’t edit a journal, I tried adding one. Thinking this might give me two journals.. one with the right password, one with the wrong password. Instead, it created a new single journal which overwrote the original settings — in essence fixing the problem with password, but obviously preventing the ability to have more than one journal available to the user.
    -D

    Are you getting tired of my entries yet? πŸ™‚ Just wanting to keep you up to date. After recreating the journal, it’s pseudo working.

    Synch does not work by itself. It only works when you try and synch excerpts.

    Now, I notice when you go back and edit the message after you post it, you can see the custom fields in WP.

    In the case where *only* “journal to post to <default>” was selected, the custom field “unt_lj_excerptonly” said it was checked.

    In the case where *only* “synch excerpt only” was selected, the custome field “unt_lj_synch” said it was checked.

    Those look backwards to me. I think someone else mentioned the sync problem before, but hopefully this information will help you debug.

    Thread Starter unteins

    (@unteins)

    No, the journals are indexed by LJ username, since you can’t have two LJ usernames that are the same. The edit journal function does effectively the same thing as adding a second journal, just cleaner and helps by passing the already allowed users.

    You’ve been very helpful, I fixed the edit link and a new version is online, same download link. Let me know if the edit link works now.

    Thread Starter unteins

    (@unteins)

    Interesting, I will look into that. Not sure how they are getting mixed up, but I will look. I knew there was something funky going on with the excerpts (which is new code) and have been in the habit of saving once before publishing as that has solved my problems.

    I will look into that and post an update as soon as I figure out what is wrong.

    Just something that I discovered by accident after installing the latest Livepress release – once you add a jounral, don’t forget to actually hit the “save settings” button, otherwise your journal information isn’t saved and you’ll get the array and “headers already sent” messages that were reported in the first couple of replies in this thread πŸ™‚

    i installed LivePress 1.5.2 and i can’t add my journal.
    the window pops up and i get a 404 error inside of the window.
    I dumped all folders from the zip into wordpress/plugins and followed all directions on http://somuchgeek.com/code/livepress/

    Thread Starter unteins

    (@unteins)

    You have to upload the plugin files in the folder the zip created (or should create)

    So it should be /wp-content/plugins/LivePress_1.5.2 and then in that is the LivePress.php and LivePress folder

    I have installed LivePress 1.5.2 on my WordPress 1.5.2 and I get this error on the Options page:

    Fatal error: Cannot redeclare unt_livepress_admin() (previously declared in D:\inetpub\bradbice\wp-content\plugins\LivePress_1.5.2\LivePress\lpadmin.php:6) in D:\inetpub\bradbice\wp-content\plugins\LivePress_1.5.2\LivePress\lpadmin.php on line 4

    Any thoughts?

    Thread Starter unteins

    (@unteins)

    I posted a response on my blog as well.

    I can only think that the upload didn’t work correctly. So possibly try re-uploading.

    There is only one definition of the function mentioned, so I have no idea why it is trying to redeclare it.

    Fatal error: Cannot redeclare unt_livepress_admin() (previously declared in…

    I had left my old LivePress.php file in my plugins folder and received this error too. Be sure you delete the old .php file and maybe it will work.

    All files from previous LivePress versions were deleted before 1.5.2 was uploaded, but I still get the “Cannot redeclare unt_livepress_admin()…”error message.

    Note that 1.5.1.3 did the same thing.

    Previously I had the version of 1.2.something which had been modified to work with WP 1.5+… (that worked fine)

    Hi there! First off, Live+Press is GREAT! I love it! I’m just having one issue I’m curious about. I select the dropdown to make a post “friends only”, but when I actually go and view it on LJ, it’s almost always set to “private”. Any ideas on how I can fix this? Thanks!!
    Melissa

Viewing 15 replies - 61 through 75 (of 76 total)
  • The topic ‘Live Press 1.5.1.3 Moldy Banana Release’ is closed to new replies.