Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rredpath

    (@rredpath)

    Matt,

    Thanks for the quick reply – I’ll check out!

    Thanks,
    Bob

    Thread Starter rredpath

    (@rredpath)

    Hi Matt,

    It turns out that commenting out those lines did not work (subscribe form error and emails not sending)

    So I did a fresh install and get the below error again.

    Is there a recommended workaround?

    Thanks,
    Bob

    Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(D:\Inetpub\crossfitgreatbarrington/wp-content/plugins/D:\Inetpub\crossfitgreatbarrington/wp-content/languages/subscribe2-en_US.mo) is not within the allowed path(s): (D:\;C:\php5;C:\Temp;C:\Windows\Temp) in D:\Inetpub\crossfitgreatbarrington\wp-includes\l10n.php on line 339

    Thread Starter rredpath

    (@rredpath)

    I used your earlier advice below and the plugin loads.

    Thanks!

    —————–

    In the wp-content/plugins/subscribe2/classes folder you’ll find a file called class-s2-core.php, edit that and find these 2 lines:

    add_action(‘init’, array(&$this, ‘load_translations’), 5);
    add_action(‘init’, array(&$this, ‘load_strings’));

    And comment them out by putting // at the start of the line.

    Then in the __construct() function a little further down add these two lines:

    $this->load_translations();
    $this->load_strings();

    It was working fine, but now that I just updated and now I get the error updating thumbnail if I try the “Edit Thumb” link but if I use the bulk “Create new thumbnail”, I get a 100% complete but no thumb.

    There is a src populated as the image path, but that file does not exist (sitename/wp-content/uploads/thumbs/thumbs_imagename.jpg)

    I changed the @ini_set(‘memory_limit’, ‘128M’); as well as changed folder security to 777.

    Any ideas?

    My server Settings:

    * Operating System : WINNT (32 Bit)
    * Server : Microsoft-IIS/6.0
    * Memory usage : 20.66 MByte
    * MYSQL Version : 5.0.54-log
    * SQL Mode : Not set
    * PHP Version : 5.2.13
    * PHP Safe Mode : Off
    * PHP Allow URL fopen : On
    * PHP Memory Limit : 32M
    * PHP Max Upload Size : 16M
    * PHP Max Post Size : 8M
    * PCRE Backtracking Limit : 500000
    * PHP Max Script Execute Time : 30s
    * PHP Exif support : Yes ( V1.4 )
    * PHP IPTC support : Yes
    * PHP XML support : Yes

    Graphic Library

    * GD Version : bundled (2.0.34 compatible)
    * FreeType Support : Yes
    * FreeType Linkage : with freetype
    * T1Lib Support : Yes
    * GIF Read Support : Yes
    * GIF Create Support : Yes
    * JPG Support : Yes
    * PNG Support : Yes
    * WBMP Support : Yes
    * XPM Support : No
    * XBM Support : Yes
    * JIS-mapped Japanese Font Support : No

    Thanks,
    Bob

Viewing 4 replies - 1 through 4 (of 4 total)