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?

No display from sql table
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: No display from sql table
#1479
No display from sql table 15 Years, 1 Month ago Karma: 0
Hi,

I used a generic query from the existing joomla db to try and display something and it is not working, here is my code:

{arisqltable}
{ariconnectionstring dbHost="localhost" dbUser="root" dbPass="" dbName="mesa" dbType="mysqli"}
{arisqltablecolumns}
{arisqltablecolumn id="ID" alias="ID" width="20%" className="idg"}
{/arisqltablecolumns}
{arisqltablequery}
SELECT id as ID
FROM jos_users
{/arisqltablequery}
{/arisqltable}

Please help, I can not see anything
Last Edit: 2009/03/16 11:21 By aximdesign.
The administrator has disabled public write access.
 
#1480
Re:No display from sql table 15 Years, 1 Month ago Karma: 747
Hello,

Can you check that mysqli PHP extension enabled and you can connect with this credentials?

PS: You can skip {ariconnectionstring} if you are used current Joomla database.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1481
Re:No display from sql table 15 Years, 1 Month ago Karma: 0
Yes, the php_mysqli extension is enabled. How do I check if joomla can connect with these credentials to the db? I mean it seems pretty straight forward. The csv portion works well, but I need an external database that will have data for several sites that I plan using this extension on.

Thanks
The administrator has disabled public write access.
 
#1482
Re:No display from sql table 15 Years, 1 Month ago Karma: 747
Check the mail, please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1483
Re:No display from sql table 15 Years, 1 Month ago Karma: 0
I backed up the existing files and overwrote them with the new ones you sent. Still same thing and no logs.

Thanks
The administrator has disabled public write access.
 
#1484
Re:No display from sql table 15 Years, 1 Month ago Karma: 747
Is your site online? Can we investigate issue on your environment?

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