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
#53879
Re:Unexpected output in table 9 Years, 1 Month ago Karma: 0
I have changed the column setting to show links, and now it is showing. however I must have a problem in mysql code that is generating the link. all my links are the same.
The administrator has disabled public write access.
 
#53880
Re:Unexpected output in table 9 Years, 1 Month ago Karma: 748
Is it possible to see the problem and could you provide a temporary access to your J! backend by email so we can investigate the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53884
Re:Unexpected output in table 9 Years, 1 Month ago Karma: 0
credentials sent. I have most of it fixed now. I am still working on one last issue in the query, I am trying to add an additional WHERE not equal to statement to additionally filter my results.

I've tried adding

and (((ief_rsticketspro_tickets.status_id)<>="3"))

after

SELECT ief_rsticketspro_custom_fields_values.value, ief_rsticketspro_ticket_messages.Date , ief_rsticketspro_tickets.code, ief_rsticketspro_ticket_messages.message, CONCAT('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))

But this results in an error.
The administrator has disabled public write access.
 
#53887
Re:Unexpected output in table 9 Years, 1 Month ago Karma: 748
Check your mail please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53891
Re:Unexpected output in table 9 Years, 1 Month ago Karma: 0
Awesome, thanks guys
The administrator has disabled public write access.
 
Go to topPage: 12