• Resolved mnkysrbtr

    (@mnkysrbtr)


    The plugin takes down the whole site. The error I get is “Fatal error: require() [function.require]: Failed opening required ‘themes/theme/index.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /wp-content/plugins/wp-carousel/wp-carousel.php on line 1182”

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter mnkysrbtr

    (@mnkysrbtr)

    Found the problem, the plugin was looking for the custom theme I built, which was erased on update. Is there an easier way to keep my themes intact when I update?

    Thread Starter mnkysrbtr

    (@mnkysrbtr)

    Sorry for the multiple posts…

    This is in reference to wp-carousel plugin

    Plugin Author sumolari

    (@sumolari)

    WordPress update system removes your plugin’s previous version folder and uploads the newer version one, so you’ll lose any modification you made to any file in WP Carousel folder (and any new theme you upload).

    I suggest you using an FTP client and upload the files “manually”. I use FileZilla. If you upload a folder in FileZilla, it will replace any file in the folder with the files stored in the folder you are uploading, but files that are in your server and not in the folder you’re uploading will remain in the server.

    In short: WordPress replaces the folder. A FTP client should merge the folder. If you don’t have any modifications in your WP Carousel installation, use WordPress update system but if you have made modifications to WP Carousel, you should update using a FTP client (making sure you’re about mergin folders and no replacing them – I suppose there are FTP clients that may have the “replace folder” feature).

    I thought the new update method since 3.2.1 would avaoid this, as it only updates changed files?

    Plugin Author sumolari

    (@sumolari)

    I have made some changes to prevent this kind of problems.

    When WP Carousel tries to load a carousel that uses a theme which doesn’t exist, It shows an error but does not break the page, so it is easier for the users to fix the problem.

    I’ve added a new file where users can store the internal configuration of WP Carousel (name of the options, custom fields for descriptions, etc), you have more information in the “Help” tab of any WP Carousel page of your WordPress admin panel.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Updated this plugin and it no longer works’ is closed to new replies.