• I just upgraded to WP1.5 and am having trouble getting exhibit to play nice.

    I’ve installed a nice fresh copy of exhibit10d. With this, while I could view stories with images as before (in WP1.2) I was unable to access the exhibit admin functions – they just didn’t show up in the story editor.

    Next, I was given a tip in the Install directory of this forum about some code I should modify
    ——————————————————————————-
    In exhibit10.php, there is a block of code near the very beginning (line 46) that says:
    $_SERVER[‘SCRIPT_NAME’]=

    $_SERVER[‘REQUEST_URI’]);
    Remove that whole block and replace it with:
    $_SERVER[‘SCRIPT_NAME’] = $_SERVER[‘SCRIPT_URL’];
    ——————————————————————————–

    (here is a link to the entire exchange: http://wordpress.org/support/topic.php?id=24124#post-136294 )

    So I did this, and viola, the exhibit section now appears in the story editor! The only trouble now is that it doesn’t actually do anything. I can find an uploaded image I want to insert into a story, I click on the insert image icon, and nothing. Similarly, when I choose something from the Post Config drop down, nothing.

    Anyone have any thoughts?

    Thanks for listening,
    Paul

Viewing 4 replies - 1 through 4 (of 4 total)
  • There’s actually an updated Exhibit 1.0d on the website – you have to dig for it though. The file name (doing a Search on the guy’s site should turn this up) is identical to the original archive name, but with a “2” added to it. So if the regular download name is exhibit10d.zip then the updated, 1.5 version would be exhibit10d2.zip. At least, that’s what I remember seeing there….

    Thread Starter paulgobble

    (@paulgobble)

    OK, things are getting better. I found the exhibit11d2.zip Rustindy mentioned. Installed it. I had to make the same edits to the code as I had to before. After this Things were better.

    The only thing it cant do right now is to use the Post Config pulldown to choose “Selected Thumbnails To Appear Here” token. All of the other choices in the pulldown work – so it was pretty easy to choose one of those and edit it to read <!–exhibit–>, or just type it in by hand.

    Does any one else know what I’m doing wrong? I’ve got this to the point where I can use it, but I doubt my users will be very comfortable with it.

    – Paul

    Here’s a link that will work:
    http://www.asymptomatic.net/wp-hacks/exhibit11d2.zip.

    Following the directions in the post above (thanks paulgobble!!), I went to the asymptomatic download page, found and copied the link for (latest version but not the experimental version) and then pasted that into fresh browser tab, inserted the 2 before .zip per directions in the post above, and lo, it worked. (and it fixed a broken exhibit site that I had, where you could upload images, but not click the icon that popped the image into the box containing images for this post.)

    Hope this helps. Now to read the rest of the thread to get the whole enchilada to display in the body of the Edit Page, and not at the bottom.

    I was having problems with the exhibit plugin. Mostly because my server has:

    [SCRIPT_NAME] => /cgi-system/php.cgi

    which doesn’t work for when it is trying to determine the post.php. I changed it those to the variable mentioned above, which uses:

    [SCRIPT_URL] => /wp-admin/post.php

    and now with $_SERVER[‘SCRIPT_URL’] everything now works! woohoo!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Exhibit 10d woes in WP1.5’ is closed to new replies.