Tickets not showing in front end in version 8
-
After upgrading to version 8, tickets were not showing on the front end. Error logs showed
PHP Warning: Division by zero in /bla/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/getFrontEndTicket.php on line 222
I fixed this by changing line 204 from this
if(!isset($filter_by_no_of_ticket_front))
to this
if(!isset($filter_by_no_of_ticket_front)||empty($filter_by_no_of_ticket_front))
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Tickets not showing in front end in version 8’ is closed to new replies.