Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • comraseliteunit Friend
    #156788

    many months, day and night was building website for educational purpose and everything has been just fine but all of sudden, i am getting this error, i cant able to proceed at all.. im doing this on my local XAMPP server, no problem at all for any extension but im not sure what is really causing this.. please take a look and guide me:-

    Backend
    Warning: Missing argument 2 for plgSystemJAT3::onRenderModule() in C:xampphtdocsFinalpluginssystemjat3.php on line 191

    and

    Frontend
    Fatal error: __clone method called on non-object in C:xampphtdocsFinalpluginssystemjat3coremenubase.class.php on line 352

    🙂


    1. error-1
    2. error-2
    Sherlock Friend
    #364486

    Dear comraseliteunit,

    Thank you for contacting us !

    It seems that you also use Advanced Module Manger or Metamod. If yes, please update to latest version to fix this problem.

    patrickmjwalsh Friend
    #365230

    Hey guys i am getting similar issue with my TA Teline Template

    /home/content/39/7066639/html/plugins/system/jat3/core/menu/base.class.php on line 352

    But i dont use Metamod, can you help?

    I am not seeing any errors in my backend – just the front end.

    See Careerhub.ie

    comraseliteunit Friend
    #365236

    <em>@patrickmjwalsh 206573 wrote:</em><blockquote>Hey guys i am getting similar issue with my TA Teline Template

    /home/content/39/7066639/html/plugins/system/jat3/core/menu/base.class.php on line 352

    But i dont use Metamod, can you help?

    I am not seeing any errors in my backend – just the front end.

    See Careerhub.ie</blockquote>

    maybe you can try this,

    Go to the file of pluginsplg_system_jat3jat3coremenubase.class.php file, Look for this line of codes

    $alias_item = clone($menu->getItem($tmp->query[‘Itemid’]));

    Change it to

    if(is_object($menu->getItem($tmp->query[‘Itemid’]))){
    $alias_item = clone($menu->getItem($tmp->query[‘Itemid’]));
    }else {
    $alias_item =false;
    }

    patrickmjwalsh Friend
    #365260

    Great:) that worked thanks for your help!

    stevepops Friend
    #366029

    I just downloaded T3 framework and installed on J 1.5.22

    I do use Advanced Module Manager, just downloaded latest version.

    And I do get this same error in the J Administrator

    Warning: Missing argument 2 for plgSystemJAT3::onRenderModule() in masked/masked/masked/plugins/system/jat3.php on line 191

    any ideas?

    comraseliteunit Friend
    #366056

    <em>@stevepops 207619 wrote:</em><blockquote>I just downloaded T3 framework and installed on J 1.5.22

    I do use Advanced Module Manager, just downloaded latest version.

    And I do get this same error in the J Administrator

    Warning: Missing argument 2 for plgSystemJAT3::onRenderModule() in masked/masked/masked/plugins/system/jat3.php on line 191

    any ideas?</blockquote>

    maybe you can try this,

    Go to the file of pluginsplg_system_jat3jat3coremenubase.class. php file, Look for this line of codes

    $alias_item = clone($menu->getItem($tmp->query[‘Itemid’]));

    Change it to

    if(is_object($menu->getItem($tmp->query[‘Itemid’]))){
    $alias_item = clone($menu->getItem($tmp->query[‘Itemid’]));
    }else {
    $alias_item =false;
    }

    dinah1 Friend
    #377085

    Thanks, that helped me out too 🙂

    efgi Friend
    #383762

    <em>@comraseliteunit 207658 wrote:</em><blockquote>maybe you can try this,

    Go to the file of pluginsplg_system_jat3jat3coremenubase.class. php file, Look for this line of codes

    $alias_item = clone($menu->getItem($tmp->query[‘Itemid’]));

    Change it to

    if(is_object($menu->getItem($tmp->query[‘Itemid’]))){
    $alias_item = clone($menu->getItem($tmp->query[‘Itemid’]));
    }else {
    $alias_item =false;
    }</blockquote>

    I tried this but it didn;t work. Maybe I don’t have the exact same problem.
    Mine is when installing JA T# Framework Plugin I got this:
    Warning: Missing argument 2 for plgSystemJAT3::onRenderModule() in /home/xxxxx/public_html/xxxxxx.net/plugins/system/jat3.php on line 214

    Do you have a fix for that line 214 problem? Thanks!

    Sherlock Friend
    #383995

    Dear efgi,

    You can provide me your url where the issue can be seen and The FTP Info via the ticket of OIU-944-25169 I will check and fix the issue for you.

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

This topic contains 10 replies, has 6 voices, and was last updated by  Sherlock 13 years, 1 month ago.

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