I could fix the first issue :
Fatal error: Cannot instantiate abstract class JDatabaseQuery in C:Program Fileswampwwwjaminisitepluginssystemjat3jat3corejoomlamodulehelper.php on line 292
By doing the following actions :
1.
Open plugins/system/jat3/core/joomla/modulehelper.php
Change on line 292(or near)
$query = new JDatabaseQuery;
with
$query = $db->getQuery(true);
2.
Change plugins/system/jat3/jat3/core/menu/base.class.php
with the base.class.php file attached to this post.
It work fine by me, but
3 other erros appears :
pluginssystemjat3jat3corecommon.php on line 828
pluginssystemjat3jat3coremenubase.class.php on line 60
pluginssystemjat3jat3coremenumega.class.php on line 146
So if someone have the solution, could be good ;-).
Cheers,
Marc
—–
Hi,
Im unable to access my webpage :
Fatal error: Cannot instantiate abstract class JDatabaseQuery in C:Program Fileswampwwwjaminisitepluginssystemjat3jat3corejoomlamodulehelper.php on line 292
Do you have a solution please ?
Thanks in advance for your reply,
Marc
Fatal error: Cannot instantiate abstract class JDatabaseQuery in C:Program Fileswampwwwjaminisitepluginssystemjat3jat3corejoomlamodulehelper.php on line 292