• Exhibit 1.1 is a huge step forward in terms of admin UI.
    1.1 adds image upload/delete, directory creation/deletion, zip-file upload extraction, individual thumbnail creation, optional user-based image directories, and no post edit page reloads. I’ve fixed a bunch of stuff, too, including some umask/chmod stuff (crosses fingers), the annoying untiled floating issue, and the images appearing under the sidebar in IE.
    Everything validates as valid XHTML, both on the published side and the admin side, and all of the features of Exhibit that you’ve come to cherish remain in there.
    I moved the installation instructions into a new readme file that should explain enough to get you going. Feel free to ask questions here, though I’ll be gone over the weekend on a trip to D.C. (Darn, no Philly WP meetup for me. ?? )
    Enjoy!

Viewing 15 replies - 121 through 135 (of 141 total)
  • Did you save your post first? When you start a new post, you have to hit “save and continue editing” before you can see the Exhibit interface at the bottom of the post creation screen. After you hit that button, the page will refresh, and the Exhibit interface should appear at the bottom.

    Yes Ive done that.

    To be clear, the newest official version is 1.1d. RM made a version available, which he labeled “asy”, which my very well not work for most.

    Are you running 1.1d?

    Yes Im running 1.1d. I downloaded it from this link
    https://www.asymptomatic.net/wp-hacks/exhibit11d.zip

    Well, I’m out of ideas. If you want to e-mail me some ftp info to access your files and some info to look at your database, I’ll see what I can do. My name is joey, and my website is speakbold.com . Put the two together and drop me an e-mail if want me to.

    i have Exhibit 1.1d, and WordPress 1.5-gamma 2005-02-08. Exhibit is not working …. Does it not work with 1.5 yet? Here are other plugins that I have installed and activated: Adhesive 2.1 beta, Countdown 1.0 alpha 5, EzStatic 1.9, Hello Dolly 1.0, Spam Karma 1.18 alpha 3, WP-CC 0.1.1, and WP Plugin Manager 1.6.4.b. I have followed the installation instructions, and Exhibit is activated in the plugin list; However, there is no Exhibit section in the edit post, write post, edit draft, or anywhere. I did notice that when I browse to a comments page for a post in my WordPress, I get a mySQL error:

    WordPress database error: [Table 'example_com.wp_exhibit' doesn't exist]
    SELECT ID FROM wp_exhibit WHERE post_ID = 11 and preview = 1 ORDER BY picorder;

    Warning: array_chunk() expects parameter 1 to be array, null given in /home/.dir/myusername/example.com/wp-content/plugins/exhibitimg/exhibit10p.php on line 475

    I have changed the name of my domain, but that’s the error. So the table does not exist, but there is no Exhibit section in the modify post area that lets me create it. Perhaps I could create it manually knowing the structure, but it’s supposed to be in the admin area so something must be amiss. So, I disable the plugin to get rid of the error… Any idea how to fix this, or is it a matter of WP1.5 incompatibility??

    From other posts in here, it appears that Exhibit is compatible with 1.5… I tried disabling all other plugins, still no dice…. I have manually added the Exhibit table in the mySQL database, including the “picorder” column, still no dice…. Adding the table did, however, get rid of the mySQL error in the comments page, so at least now I can keep Exhibit enabled without worrying about errors. I have tried going to Manage Posts and editing a post, the Exhibit section is not there. I’ve tried starting a new post, clicking “save and continue editing,” and it’s still not there. I have tried downloading “asy_exhibit.zip,” and that didn’t work so I put the “exhibit11d.zip” files back up. I’d really like for this to work, as it seems like a really neat and fitting plugin… Any suggestions??

    IMPORTANT …. i’ve fixed the problem…. the problem was that PHP was in CGI mode rather than apache module mode …. i found that suggestion in a little post on here somewhere, but i feel like it’s important to know …. luckily, i have the best hosting provider on the planet. i logged in and changed it to apache module mode with a few clicks. the provider recommends CGI mode for greater security, but they list some drawbacks of it in their knowledge base:

    • Custom 404 pages won’t work for .php files with PHP-CGI. Or will they? See n74’s comment below!
    • Variables in the URL won’t work without using mod_rewrite (example.com/blah.php/username/info/variable).
    • Custom php directives in .htaccess files (php_include_dir /home/user;/home/user/example_dir) won’t work.
    • The $_SERVER[‘SCRIPT_NAME’] variable will return the php.cgi binary rather than the name of your script

    @ringmaster:
    Is there a detailed guide to using exhibit? I must be a complete dullard, because I can’t seem to figure it out. I can get the thumbnails to show, I can get the first thumbnail to show big (too big actually) using <!–exhibit–>, but when clicking the second thumbnail, nothing at all happens. And that is where I’m getting stuck.

    If there is a guide (other than the readme) I’ll be happy to try figuring it out on my own. But if not, could you clue me in as to switching pictures, and maybe sizing to boot.

    Regard
    Bill

    Thread Starter ringmaster

    (@ringmaster)

    There is no guide to Exhibit 1.1.

    I have at least one person interested in helping write the docs for 2.0, though, so there should be more extensive documentation when that version is available.

    The one key place to look for settings is in the exhibitimg/exhibit10.cfg file, which includes all of the basic configuration options for Exhibit with a couple lines of description for each.

    Hopefully that’ll give you a headstart.

    Ok, I think I’ve almost got it. I seem to have a pathing issue somewhere. The <!–exhibit–> seems to produce a broken image icon (see https://www.pdacore.com/?p=14). Any quick hints appreciated.

    I’m off to search throught the myriad files looking for a path statement.

    Ok, it wasn’t a pathing issue, just the preview checkbox. I’ve also got the size right. Now it’s just a matter of getting the picture to switch when I click it’s thumbnail.

    Ok, I give up. I can’t get the exhibited photo to change (I’m sure my lack of skill with PHP has something to do with it <sigh>). I’m back on the hunt for a photo blog that is easily integrated into my existing WordPress blog. ??

    @ringmaster:

    There is no guide to Exhibit 1.1.
    I have at least one person interested in helping write the docs for 2.0, though, so there should be more extensive documentation when that version is available.

    When it’s done, please feed the docs into the Codex. The documentation for WP with all its plugins is getting too clutered. Stuff here, stuff there – it’s impossible to find anything.

    I’m getting the same error as others:

    WordPress database error: [Table 'db.wp_exhibit' doesn't exist]
    SELECT ID FROM wp_exhibit WHERE post_ID = 1 and preview = 1 ORDER BY picorder;

    Can someone post a dump so I can create the database manually?

Viewing 15 replies - 121 through 135 (of 141 total)
  • The topic ‘Exhibit 1.1 Photo Gallery Plugin’ is closed to new replies.