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?

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" 14 Years, 1 Month ago Karma: 763
Check your mail please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10862
Re:ARISQLTABLE Problem: "select *" and "select field" 14 Years, 1 Month 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" 14 Years, 1 Month ago Karma: 763
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" 14 Years, 1 Month 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" 14 Years, 1 Month ago Karma: 763
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