Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Upgrade Joomla 1.6.5 -> Joomla 1.7
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Upgrade Joomla 1.6.5 -> Joomla 1.7
#17662
Upgrade Joomla 1.6.5 -> Joomla 1.7 12 Years, 9 Months ago Karma: 0
I updated my site form 1.65 to 1.7. Now the site crashed because on my frontpage i haven an article with a aritablemodule.

The error i get is:

Code:

Fatal error: Cannot instantiate abstract class JDatabaseQuery in /home/mydomain/public_html/joomla/plugins/content/aridatatables/aridatatables/kernel/Module/j16/class.ModuleHelper.php on line 41


Please can you help me.
The administrator has disabled public write access.
 
#17666
Re:Upgrade Joomla 1.6.5 -> Joomla 1.7 12 Years, 9 Months ago Karma: 0
Yes! Iґve the same problem after upgrading from 1.6.5 to 1.7:
Aridatatables doesnґt work anymore:

First there is a message:

Fatal error: Cannot instantiate abstract class JDatabaseQuery in /is/htdocs/wp10668766_NV8TR4V16V/www/modules/mod_arisexylightbox/includes/kernel/Module/j16/class.ModuleHelper.php on line 41

after deactivating sexylightbox thereґs the following message:

Fatal error: Cannot instantiate abstract class JDatabaseQuery in /is/htdocs/wp10668766_NV8TR4V16V/www/plugins/content/aridatatables/aridatatables/kernel/Module/j16/class.ModuleHelper.php on line 41

hmmm ... need some help too ...
The administrator has disabled public write access.
 
#17667
Re:Upgrade Joomla 1.6.5 -> Joomla 1.7 12 Years, 9 Months ago Karma: 0
Here we go!

The Problem is a compatibility issue with JDatabaseQuery in Joomla 1.7 (look: groups.google.com/group/joomla-dev-general/browse_thread/thread/5f18d884338e647a.)

Hereґs the solution for Sexylightbox:
In file /modules/mod_arisexylightbox/includes/kernel/Module/j16/class.ModuleHelper.php on line 41
replace $query = new JDatabaseQuery;
with $query = $db->getQuery(true);

and here for AriDataTables:
In file /plugins/content/aridatatables/kernel/Module/j16/class.ModuleHelper.php on line 41
replace $query = new JDatabaseQuery;
with $query = $db->getQuery(true);

The administrator has disabled public write access.
 
#17672
Re:Upgrade Joomla 1.6.5 -> Joomla 1.7 12 Years, 9 Months ago Karma: 748
Hello,

The latest version of "ARI Data Tables" and "ARI Sexy Lightbox" support Joomla! 1.7. Just download it from "Member Area" on our site and upgrade.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#17686
Re:Upgrade Joomla 1.6.5 -> Joomla 1.7 12 Years, 9 Months ago Karma: 0
Thanks for the new version . It works great.
The administrator has disabled public write access.
 
#17790
Re:Upgrade Joomla 1.6.5 -> Joomla 1.7 12 Years, 9 Months ago Karma: 0
Today has been updated to 1.7 the same problem.

questions:
1. As not breaking the site easy to update the component?
2. In the membership area I have available to ARI Data Tables v. 05/01/26 although the description does not say that the component is compatible with 1.7, and in the readme.txt file is not written how to update a component only describes the installation process, but I do not want to redo again from scratch the table.
The administrator has disabled public write access.
 
Go to topPage: 12