test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • soaresa Friend
    #163667

    Hi There,

    when I enable JA Social plugin in JA Events J1.6 it crashes the entire website. Error message: <blockquote>Fatal error: Cannot redeclare class JDocumentHTML in /home/rccbosto/public_html/eventos/plugins/system/jat3/jat3/core/joomla/documenthtml.php on line 514</blockquote>

    I already updated JA Social to version 1.0.1

    Also at the JA Animation, every time that I edit the HTML code to put my code, it would add a backslash after and before every quotation mark and i would crash a “href” address… any idea??

    Thanks
    Al

    soaresa Friend
    #390113

    <em>@soaresa 238941 wrote:</em><blockquote>

    when I enable JA Social plugin in JA Events J1.6 it crashes the entire website. Error message:

    I already updated JA Social to version 1.0.1

    </blockquote>
    Looks like it needed a JAT3 upgrade as well, after that page is not crashing anymore, but still not displaying correctly. Ja Social bar is being displayed below the date bar and not in the same line, I’ve changed every possible configuration…

    Saguaros Moderator
    #390434

    ok, i created an issue report and i will discuss our developers about this, and here is a quick fix, you open the file: lugins/system/jat3/jat3/core/joomla/documenthtml.php

    and find the following code:
    [PHP]
    class JDocumentHTML extends JDocument
    [/PHP]
    replace by:
    [PHP]
    if( !class_exists(“JDocumentHTML”) ) {
    class JDocumentHTML extends JDocument
    [/PHP]

    then add the following code at end of this file:

    [PHP]
    }
    [/PHP]

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 13 years, 8 months ago.

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