Forums

WP-DreamLists
WP-Dreamlists fatal error activating plugin on WP3.1 (3 posts)

  1. fonixmunkee
    Member
    Posted 2 years ago #

    Tried to install the WP-Dreamlists on 3.1 and got a fatal error when trying to activate the plugin:

    Warning: require(api/dreamhost_api.class.php) [function.require]: failed to open stream: No such file or directory in /home/people1st/peoplefirstsuperior.com/wp-content/plugins/wp-dreamlists/frontend_interface.php on line 6

    Fatal error: require() [function.require]: Failed opening required 'api/dreamhost_api.class.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/people1st/peoplefirstsuperior.com/wp-content/plugins/wp-dreamlists/frontend_interface.php on line 6

    Don't have much time to trouble-shoot it, but figured I'd share with everyone else so you won't spend too much time trying to get it to work.

  2. peaceaiwa
    Member
    Posted 2 years ago #

    I just got the same error and found that it's pretty easy to fix.

    Go to line 6 of the "frontend_interface.php" file in the Dreamlists plugin folder. It currently says:
    require('api/dreamhost_api.class.php');

    Simply change it to say:
    require('dreamhost_api.class.php');

    That's it! That said, the rest of the plugin's issues are still present (the inability to send messages from the WordPress back-end, mostly).

  3. fonixmunkee
    Member
    Posted 2 years ago #

    Thanks, peaceaiwa...your fix did work.

    And yes, I can confirm that the backend stuff does not work very well, like the send message capability...which is kinda important...

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic