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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

SOLVED-old SQL query not working under new set-up
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: SOLVED-old SQL query not working under new set-up
#28986
SOLVED-old SQL query not working under new set-up 12 Years, 5 Months ago Karma: 0
On one website I'm still using Joomla 1.5.26 and ARI Smart Content 1.7.5 (I know, quite old set-up, but for various reasons I haven't updated that site in the past. I am now considering doing so. For that purpose I have created a mirror of the site and database on a localhost. I have Joomla 2.5.4 and ARI Smart Content 1.8.1. installed.

On the old site I am using the following sql query combined with the table sorter:

{arijtablesorter defaultSorting="1:ASC" zebra=1 notSortableCols="0,3"}
{arisqltable}
{arisqltablecolumns}
{arisqltablecolumn id="cb_profil" alias="Profil" width="10%"}
{arisqltablecolumn id="lastname" alias="Nachname"}
{arisqltablecolumn id="firstname" alias="Vorname"}
{arisqltablecolumn id="cb_wohnort" alias="Ort"}
{arisqltablecolumn id="cb_lizenznummer" alias="Lizenz"}
{arisqltablecolumn id="cb_fispunkteliste" alias="Resultate"}
{/arisqltablecolumn}
{/arisqltablecolumns}
{arisqltablequery}
SELECT cb_profil AS Profil, concat (lastname, ' ', firstname) AS Name, cb_wohnort AS Wohnort, cb_lizenznummer AS Lizenz, cb_fispunkteliste AS Resultate
FROM jos_comprofiler
WHERE (cb_lizenznummer NOT LIKE "") and (cb_lizenznummer NOT LIKE "keine FIS-Lizenz") and cb_fislizenzstatus1011 NOT LIKE "keine mehr"
ORDER BY lastname
{/arisqltablequery}
{/arisqltable}
{/arijtablesorter}

This works perfectly on the old site. However, on the new installation it won't show anything (i.e. white page without any data). Is there anything I have to add because the format has changed since ARI Smart Content 1.7.5?
Last Edit: 2012/06/09 11:24 By snoeby.
The administrator has disabled public write access.
 
#28989
Re:SOLVED-old SQL query not working under new set-up 12 Years, 5 Months ago Karma: 0
Solved this one. It had nothing to do with Ari Smart Content. There was an error in the database. Ari Smart Content works also on the new set-up - as usual! Still love that component! It really helps us a lot in presenting lists such as memberlists etc.
The administrator has disabled public write access.
 
Go to topPage: 1