Page 1 of 1
error Uncaught ReferenceError: AppGiniHelper is not defined
Posted: 2024-03-04 18:19
by xbox2007
hello
i get this error when try use AppGiniHelper-20230104

- Screenshot 2024-03-04 211023.png (38.63 KiB) Viewed 10997 times
thanks
Re: error Uncaught ReferenceError: AppGiniHelper is not defined
Posted: 2024-03-05 04:35
by D Oliveira
Looks like you need to init the js lib as per the docs
https://appgini.bizzworxx.de/products/j ... tegration/
https://appgini.bizzworxx.de/products/j ... tail-view/
also I'd suggest dropping notepad++ as it is a very limited IDE, recommend moving towards VS Code, PHP storm or any modern kit to further expand analysis and leverage extensions.
Re: error Uncaught ReferenceError: AppGiniHelper is not defined
Posted: 2024-03-05 17:35
by xbox2007
Dear D Oliveira thanks you very much for your care
but i already make this steps but still same problem ,
Re: error Uncaught ReferenceError: AppGiniHelper is not defined
Posted: 2024-03-06 08:16
by jsetzer
As D Oliviera already said:
The error message clearly states that the library has not been included/loaded correctly at the moment you use it in Moment-dv.js
.
Check you have included the library in the beginning of hooks/header-extras.php
, not in hooks/footer-extras
nor in any other PHP-file, being loaded after hook-include.
Re: error Uncaught ReferenceError: AppGiniHelper is not defined
Posted: 2024-04-02 20:20
by xbox2007
hello
thanks a lot for replay
i use :
AppGini Version 24.11
AppGiniHelper.min.js:7 AppGiniHelper Javascript Library Version 2023.01.04.2
i dont know if there are new version or not
but i would like to confirm that i follow instructor to add library .
i make new APP without any custom configuration or add on
i add AppGiniHelper.min.js on hooks/header-extras.php
its work very fine in Home Page
(( ITS mean i make Right edit for hooks/header-extras.php ))

- 1111.png (82.74 KiB) Viewed 10846 times
but in Table View this is result !!!!!

- 3333.png (99.02 KiB) Viewed 10846 times
when included the library in the beginning of hooks/header-extras.php, not in hooks/footer-extras

- 2222.png (144.24 KiB) Viewed 10846 times
that all
thanks a lot