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?

Unexpected output in table
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Unexpected output in table
#53867
Unexpected output in table 9 Years ago Karma: 0
I'm have attempted to write a multi-table select query. I get it to display in phpmyadmin, unfortunately I'm running into a problem when ari returns the data.


SELECT ief_rsticketspro_tickets.code, ief_rsticketspro_ticket_messages.Date, ief_rsticketspro_custom_fields_values.value, CONCAT('<a href="pond.turtlesoutheast.com/index.php/current-tickets/view-ticket/' ,ief_rsticketspro_tickets.id ,'-equipment-down' , '</a>') AS weblink
FROM ief_rsticketspro_custom_fields_values INNER JOIN (ief_rsticketspro_ticket_messages INNER JOIN ief_rsticketspro_tickets ON ief_rsticketspro_ticket_messages.ticket_id = ief_rsticketspro_tickets.id) ON ief_rsticketspro_custom_fields_values.ticket_id = ief_rsticketspro_tickets.id
WHERE (((ief_rsticketspro_custom_fields_values.custom_field_id)=1))
The administrator has disabled public write access.
 
#53869
Re:Unexpected output in table 9 Years ago Karma: 746
Hello,

What problem do you have? Is "Server side pagination" parameter is enabled?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53873
Re:Unexpected output in table 9 Years ago Karma: 0
I'm using concat to create a link once the table is displayed. But it doesn't return any data in the weblink column.
Last Edit: 2015/03/19 12:19 By ffwmusic.
The administrator has disabled public write access.
 
#53874
Re:Unexpected output in table 9 Years ago Karma: 746
What value of "Server side pagination" parameter from module settings?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53875
Re:Unexpected output in table 9 Years ago Karma: 0
Sorry was trying to attach the output. It is set to yes.
The administrator has disabled public write access.
 
#53877
Re:Unexpected output in table 9 Years ago Karma: 746
The extension doesn't support complex queries (with sub-queries) when "Server side pagination" is enabled. If you need a server side pagination, a possible solution creates a view in a database and selects data from this view with a query without sub-queries.

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