Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • g3mag Friend
    #187183

    Why is this error being displayed when I try and view my website:

    Fatal error: Cannot redeclare class JSMinException in /home2/outmagco/public_html/g3ja/g3mag/plugins/system/jat3/jat3/core/libs/jsmin.php on line 377

    I can’t find this “JSMinException” anywhere.

    HeR0 Friend
    #491607

    Hi G3mag,

    Please open file plugins/system/jat3/jat3/core/libs/jsmin.php
    – Go to Line 377
    – Find
    [PHP]class JSMinException extends Exception {}[/PHP]
    – Replace it to
    [PHP]if(!class_exists(‘JSMinException’)){
    class JSMinException extends Exception {}
    }[/PHP]

    Hope this help.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  HeR0 11 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum