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?

SQL Table: get ONLY 2 columns
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: SQL Table: get ONLY 2 columns
#18880
SQL Table: get ONLY 2 columns 12 Years, 8 Months ago Karma: 0
I can only readout 2 columns. When I insert a 3rd one I get a blank screen

Here is just a simple Example which does not work:

Code:

{arisqltable}
    {arisqltablecolumns}{/arisqltablecolumns}
    {arisqltablequery}
      SELECT 
        id AS ID,
        name AS name,
        username AS user
      FROM #__users
    {/arisqltablequery}
{/arisqltable}



When deleting the 3rd select (username) it works.

I have no idea! Hope You have!

Redards
mole
The administrator has disabled public write access.
 
#18884
Re:SQL Table: get ONLY 2 columns 12 Years, 8 Months ago Karma: 747
Hello,

Check web server error log please or provide temporary access to your J! backend by email so we could investigate the issue.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#18888
Re:SQL Table: get ONLY 2 columns 12 Years, 8 Months ago Karma: 747
Try now please. We have installed "PHP Settings" plugin to set "pcre.backtrack_limit" PHP option to "-1". The reason of the problem is described here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#18893
Re:SQL Table: get ONLY 2 columns 12 Years, 8 Months ago Karma: 0
Thanks! It works now.

Best support as always!!

Best Regards
mole
The administrator has disabled public write access.
 
Go to topPage: 1