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?

ARISQLTABLE Problem: "select *" and "select field"
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARISQLTABLE Problem: "select *" and "select field"
#10850
Re:ARISQLTABLE Problem: "select *" and "select field" 13 Years, 3 Months ago Karma: 748
Check your mail please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10862
Re:ARISQLTABLE Problem: "select *" and "select field" 13 Years, 3 Months ago Karma: 1
I followed your instructions but i don't get an error. Where the error message should be? In the browser?

To be a little bit more detailed: I get a totally empty white page in the browser. Also the rest of the joomla page don't appears.
The administrator has disabled public write access.
 
#10863
Re:ARISQLTABLE Problem: "select *" and "select field" 13 Years, 3 Months ago Karma: 748
If you get blank page, it can be problem with PHP configuration. Try to install PHP Settings plugin that increase 'memory_limit' PHP parameter. You can also try to add "LIMIT" statement to your query that check works it or not. Code will look like:

Code:


{arisqltable}
    {arisqltablequery}
SELECT genre,datum
FROM dvds LIMIT 0,5
    {/arisqltablequery}
{/arisqltable}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10867
Re:ARISQLTABLE Problem: "select *" and "select field" 13 Years, 3 Months ago Karma: 1
Query with "LIMIT" works. I will try later also PHP settings.

Thanks for your help.
The administrator has disabled public write access.
 
#10868
Re:ARISQLTABLE Problem: "select *" and "select field" 13 Years, 3 Months ago Karma: 748
It seems this problem with "memory_limit" PHP parameter, we suppose table contains a lot of records and memory limit is exhausted when the plugin try to load all data.

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