AppginiHelper with Calendar Plugin

Topics related to AppGini plugins/add-ons go here.
Post Reply
AhmedBR
AppGini Super Hero
AppGini Super Hero
Posts: 327
Joined: 2013-09-19 10:23

AppginiHelper with Calendar Plugin

Post by AhmedBR » 2022-10-13 13:11

Hi jsetzer,

It is working perfectly with all pages:
atendimento.jpg
atendimento.jpg (5.82 KiB) Viewed 1177 times
Except when I open a calendar page, nothing appears.
Anything I can do to make appear in calendar pages as well?

Thanks
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1806
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: AppginiHelper with Calendar Plugin

Post by jsetzer » 2022-10-13 13:20

Sorry, I don't know if the calendar pages, you are referring to, also include header-extras.php. if your calendar pages are normal custom pages, it should work. I'm using custom pages a lot.

You should check if header-extras loads.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

AhmedBR
AppGini Super Hero
AppGini Super Hero
Posts: 327
Joined: 2013-09-19 10:23

Re: AppginiHelper with Calendar Plugin

Post by AhmedBR » 2022-10-13 13:37

Thanks for the quick reply.

It is a page generated by Appgini Calendar-Plugin without any changes from my side.

Header is there and loaded (since I have all the menus), which I assume loads header-extras.php automatically

Code: Select all

	define('PREPEND_PATH', '../');
	define('FULLCAL_PATH', PREPEND_PATH . 'resources/fullcalendar/');
	
	include(__DIR__ . "/../lib.php");
	include_once(__DIR__ . "/../header.php");
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1806
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: AppginiHelper with Calendar Plugin

Post by jsetzer » 2022-10-13 13:54

I cannot verify nor falsify because I am not using that plugin. Can you see (red) errors in console?

Can you please check if header-extras.php really gets loaded for example by var_dump($_SERVER); exit;
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

AhmedBR
AppGini Super Hero
AppGini Super Hero
Posts: 327
Joined: 2013-09-19 10:23

Re: AppginiHelper with Calendar Plugin

Post by AhmedBR » 2022-10-13 14:32

I found the problem.

There is a reference some where in the generated calendar files, adding "hooks" to the path, causing AppGiniHelplerIndicators.min.js not to load. (file not found error).

I will regenerate the calendar files, if problem persist, I will go trough the files to find the reference problem.

Thanks and have a nice day
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper

Post Reply