-
AuthorPosts
-
comraseliteunit Friend
comraseliteunit
- Join date:
- September 2010
- Posts:
- 40
- Downloads:
- 1
- Uploads:
- 5
- Thanks:
- 10
- Thanked:
- 3 times in 1 posts
November 25, 2010 at 9:50 pm #156788many 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 191and
Frontend
Fatal error: __clone method called on non-object in C:xampphtdocsFinalpluginssystemjat3coremenubase.class.php on line 352🙂
-
Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 27, 2010 at 10:37 am #364486Dear 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.
December 3, 2010 at 6:56 pm #365230Hey 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 Friendcomraseliteunit
- Join date:
- September 2010
- Posts:
- 40
- Downloads:
- 1
- Uploads:
- 5
- Thanks:
- 10
- Thanked:
- 3 times in 1 posts
December 3, 2010 at 8:10 pm #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;
}1 user says Thank You to comraseliteunit for this useful post
December 4, 2010 at 12:18 pm #365260Great:) that worked thanks for your help!
December 9, 2010 at 8:01 pm #366029I 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 Friendcomraseliteunit
- Join date:
- September 2010
- Posts:
- 40
- Downloads:
- 1
- Uploads:
- 5
- Thanks:
- 10
- Thanked:
- 3 times in 1 posts
December 10, 2010 at 1:00 am #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;
}February 17, 2011 at 6:33 am #377085Thanks, that helped me out too 🙂
March 29, 2011 at 8:35 am #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 214Do you have a fix for that line 214 problem? Thanks!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 30, 2011 at 9:09 am #383995Dear 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.
-
AuthorPosts
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, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum