By Guest on Wednesday, 11 August 2021
Replies 2
Likes 0
Views 708
Votes 0
Under 'Sessions' when we try to 'Print Tickets', the pop-up that appears is always blank.

Attached screenshot for your reference, in which the Highlighted 3 options didn't work.

Please check the issue & help to resolve it ASAP.
Can you enable the developers console and check if there are any javascript errors?
·
Wednesday, 11 August 2021 12:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello intellitech

I have been trying to appy a fix to your site but profiles keeps getting blocked by your security CDN. Can you please update:

administrator/components/com_rsvppro/layouts/gslframework/footer.php

before:

echo GslHelper::renderVersion();


add


$componentpath = dirname(dirname(dirname(__FILE__)));
include_once $componentpath . "/helpers/gslhelper.php";
·
Monday, 16 August 2021 10:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post