• Hi,
    I belatedly upgraded to 1.5.2 and lost all the photos that were associated with posts using Exhibit’s “preview” feature until I got the Exhibit plug-in working again. Now I’m wondering about the next upgrade … I don’t think there is a Exhibit update compatible with WP 2 yet so I’m guessing that if I took the next leap, I would lose most of my photos again, only without a plug-in available to bring them back. And what if the plug-in author decides not to continue updating Exhibit? Would my photos be “lost” for good? (I know there are still there but manually re-inserting them would be cumbersome, to say the least.)

    Has anyone else dealt with this already? Ringmaster? Do you have info for me?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have managed to get a copy of Exhibit working with 2.0 – I am pretty sure it was version 1.1d.

    A couple of changes needed from here and here

    If you can, it may be worth setting up a local install to test exhibit with an upgrade to 2.0 before your real site.

    Thread Starter globelily

    (@globelily)

    Thanks Ian, that’s encouraging. I would still like to know future plans for Exhibit if possible.

    Thanks!

    I made the changes in the posts you mentioned, but I’m getting an error:

    Warning: array_filter(): The second argument, ‘Array’, should be a valid callback in c:\hosting\website\wp-includes\capabilities.php on line 152

    Warning: Invalid argument supplied for foreach() in c:\hosting\website\wp-includes\capabilities.php on line 156
    You do not have sufficient permissions to access this page.

    Any ideas what could be causing this?

    Tim, have a try with not using the second (get_currentuserinfo) edit. I can’t remember if I used that or not. If you are still having problems, drop me an e-mail (via my site) and I will send you the files that work for me.

    Thanks IanD. IanD sent me Exibit 1.1d with only this change:

    In the file “exhibit10.php”, around line 130, you should find this line:

    $this->tableexhibit = $table_prefix . $this->exhibit_db_table;

    I replaced this line with this:

    $this->tableexhibit = “wp_exhibit”;

    This help me get started. I just needed to fix two other errors (found information on the web):

    exif_read_data exhibit eror
    =============================
    You can fix the exhibit_full.php page by removing the line exhibit_exif_info(‘IFD0.Model’) from it. This would normally display the camera model used to take the picture. Passing no parameter to this function would display a list of all available entries for that photo. I will have to add a check for this extension in the next release of Exhibit so that it doesn’t create errors if you don’t have the extension.

    exhibit10p.php on line 650 Error
    =================================
    The lines in exhibit10p.php that use numeric_index() should be calling exhibit_numeric_index() instead. If you make the change, it should work.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Exhibit plugin update question’ is closed to new replies.