• Resolved webdigit

    (@webdigit)


    Hello

    I have a bug with the lastest upadte 🙂

    Warning: require_once(/xxxx/xxxx/www/wp-content/plugins/newsletter/feed/feed.php) [function.require-once]: failed to open stream: No such file or directory in /xxxx/xxxx/www/wp-content/plugins/newsletter/plugin.php on line 1071

    Fatal error: require_once() [function.require]: Failed opening required ‘/xxxx/xxxx/www/wp-content/plugins/newsletter/feed/feed.php’ (include_path=’.:/usr/local/lib/php’) in /xxxx/xxxx/www/wp-content/plugins/newsletter/plugin.php on line 1071

    Thanks 🙂 !

Viewing 15 replies - 1 through 15 (of 15 total)
  • In other words, a required file (feed.php) is missing or misnamed. This prevents the plugin from being activated.

    It seems like it is looking for the feed module, the offending code on plugin.php is:

    if (is_file(WP_CONTENT_DIR . '/extensions/newsletter/feed/feed.php')) {
        require_once WP_CONTENT_DIR . '/extensions/newsletter/feed/feed.php';
    } else {
        require_once NEWSLETTER_DIR . '/feed/feed.php';
    }

    Given this logic, users who do not have this extension won’t be able to activate the plugin.

    Thread Starter webdigit

    (@webdigit)

    comment this line :

    require_once NEWSLETTER_DIR . ‘/feed/feed.php’;

    And it’s ok to reactive while we wait a update 🙂

    Plugin Author Stefano Lissa

    (@satollo)

    Yes, sorry, my fault, that folder was ignored on SVN… GRRRR!!!

    Stefano.

    Thread Starter webdigit

    (@webdigit)

    🙂 svn up 🙂

    Just installed 3.1.9 and getting a 504 Gateway Time-out

    Plugin Author Stefano Lissa

    (@satollo)

    A gateway timeout is an apache-PHP problem should not be related with the plugin.

    I’m cleaning up my test site an reinstalling it from wordpress to see if there are other problem right now…

    Stefano.

    Nevermind. All seems to be working now,

    Thanks for getting that update there so quickly

    Thread Starter webdigit

    (@webdigit)

    Muchas Gracias Stefano… Or Gracie Mille 😉

    The automatic update to 3.1.8 has crippled my homepage: http://bandholmsejlklub.dk/ Can I roll it back!?
    When You make an autoupdate function it must be expected that its possible to roll it back – Id prefer a rollback button!!

    Plugin Author Stefano Lissa

    (@satollo)

    3.1.8? Of which plugin? There is not auto update on my plugin, only wordpress has an auto update and probably you’re talking about the version 3.8.1?

    Its not connected to a plugin! – And it seems that it is not connected to a template either – I have tried 3 different templates and it does the same ting – it shows a head and nothing else!
    Yep – I mean version 3.8.1… Im deeply frustrated – the Sailing Club that the site represents has 75 years birthday this saturday, everybodys eyes are upon us, and after many years of problem free wordpress use, it fails now… Grrrrr [o:

    Plugin Author Stefano Lissa

    (@satollo)

    Hi it seems the blog is ok, now, correct? If you need support, contact me directly at stefano@satollo.net.

    Thanks! – At midnight I did experiment a little more with different templates, and I found one who wasnt perfect, but would work. After the Sailclubs birthday I can work a little more with it.
    – If You are working with the development of wordpress, would You please consider a rollback option!? – I have never got the backup option to work.. (o:

    Plugin Author Stefano Lissa

    (@satollo)

    Hi, this is the forum for the Newsletter plugin, not for WordPress… you should ask to the WordPress support forum.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Bug with Update 3.1.8’ is closed to new replies.