Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorKarmaZ
    • CommentTimeJul 27th 2010 edited
     
    Hello... I always get this error code :
    Anybody know why?

    <code>Deprecated: Function eregi() is deprecated in /customers/***.net/**.net/httpd.www/plogger/plog-includes/lib/phpthumb/phpthumb.functions.php on line 362

    Deprecated: Function eregi() is deprecated in /customers/****.net/****.net/httpd.www/plogger/plog-includes/lib/phpthumb/phpthumb.class.php on line 707

    Deprecated: Function eregi() is deprecated in /customers/***.net/***.net/httpd.www/plogger/plog-includes/lib/phpthumb/phpthumb.class.php on line 588

    Deprecated: Function eregi() is deprecated in /customers/***.net/***.net/httpd.www/plogger/plog-includes/lib/phpthumb/phpthumb.class.php on line 1177

    Notice: Undefined index: JPG Support in /customers/***.net/***.net/httpd.www/plogger/plog-admin/plog-admin-functions.php on line 1986</code>


    And this when i should upload images:
    <code>Notice: Undefined index: JPG Support in /customers/***.net/***.net/httpd.www/***/plog-admin/plog-admin-functions.php on line 1988</code>

    Thanks!
    • CommentAuthormariacha
    • CommentTimeJul 30th 2010 edited
     
    There's a post about this here:
    http://www.plogger.org/forum/discussion/3161/deprecated-eregi/#Item_4

    The Jpg support is an issue with version 5.3 of php too. They changed the name from jpg to jpeg. So you would change that line:
    WAS:
    } else if ($gd_info1['JPG Support']) {
    WILL BE:
    } else if ($gd_info1['JPEG Support']) {
    Thankful People: kents, Dianamo