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?

Compatibility Question
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Compatibility Question
#24924
Compatibility Question 12 Years, 3 Months ago Karma: 0
I have a version of aridatatables which I bought on 11 March 2011. Is this compatible with Joomla 1.5.25? It installed ok but the {$REQUEST } command in the SQL query is not being processed so I get an SQL error.
The administrator has disabled public write access.
 
#24925
Re:Compatibility Question 12 Years, 3 Months ago Karma: 748
Hello,

It is compatible with Joomla! 1.5. Could you specify what SQL query do you use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24926
Re:Compatibility Question 12 Years, 3 Months ago Karma: 0
Query is
select id,bookingno,surname,carreg,depdt
from jos_bookings where
surname={$REQUEST: searchnamex}
order by id desc
limit 1000

Error:
500 - JDatabaseMySQL::query: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ': searchnamex} order by id desc limit 1000' at line 3 SQL=select id,bookingno,surname,carreg,depdt from jos_bookings where surname={$REQUEST: searchnamex} order by id desc limit 1000

I have confirmed that searchnamex is set up correctly and the query works ok if I replace the {$REQUEST} with something like "bloggs"
The administrator has disabled public write access.
 
#24927
Re:Compatibility Question 12 Years, 3 Months ago Karma: 748
Remove space between {$REQUEST: and searchnamex. The query will look like:

Code:


select id,bookingno,surname,carreg,depdt
from jos_bookings where
surname={$REQUEST:searchnamex}
order by id desc
limit 1000



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24928
Re:Compatibility Question 12 Years, 3 Months ago Karma: 0
I tried that, but error was exactly the same.
The administrator has disabled public write access.
 
#24936
Re:Compatibility Question 12 Years, 3 Months ago Karma: 748
Could you provide a link to a page where we can see described problem and temporary access to your J! backend by email so we can investigate it?

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12