Home Forums Newsletter Plugin Support export failure

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7615
    szepe.viktor
    Participant

    Please help fixing this:

    after pressing Export on this page

    http://drprezi.com/wp-admin/admin.php?page=newsletter_users_export

    [Thu Mar 28 12:30:57 2013] [error] [client 80.98.70.185] PHP Notice:  Use of undefined constant NEWSLETTER_INCLUDES_DIR – assumed ‘NEWSLETTER_INCLUDES_DIR’ in /home/nemethz/public_drprezi/server/wp-content/plugins/newsletter/users/index.php on line 3

    [Thu Mar 28 12:30:57 2013] [error] [client 80.98.70.185] PHP Warning:  require_once(NEWSLETTER_INCLUDES_DIR/controls.php): failed to open stream: No such file or directory in /home/nemethz/public_drprezi/server/wp-content/plugins/newsletter/users/index.php on line 3

    [Thu Mar 28 12:30:57 2013] [error] [client 80.98.70.185] PHP Fatal error:  require_once(): Failed opening required ‘NEWSLETTER_INCLUDES_DIR/controls.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /home/nemethz/public_drprezi/server/wp-content/plugins/newsletter/users/index.php on line 3

     

    #7616
    Stefano
    Keymaster

    Hi, I’ve just made an export from my installations and it works. Other panels are working?

    There is something strange in your installation since you are reqesting the export page be the error is on users/index.php… have you something installed inside the “wp-content/extensions” folder?

    Stefano.

    #7619
    szepe.viktor
    Participant

    on another blog it downloads the csv

    I think it is a migration problem from v2.

    Do you have anything for me to check?

     

    #7620
    szepe.viktor
    Participant

    sorry 🙁

    there had been a brake-in on this website and therefore is a rewrite rule:

    RewriteEngine On
    RewriteCond %{REQUEST_URI} !^/wp-admin/
    RewriteCond %{REQUEST_URI} !^/wp-include/
    RewriteCond %{REQUEST_URI} !^/wp-login\.php
    RewriteRule ^(.*/)[^/]*\.php$ $1 [L,R=permanent]

    now I added a new exception:

    RewriteCond %{REQUEST_URI} !^/wp-content/plugins/newsletter/users

    I am sorry.

     

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.