hello
i get this error when try use AppGiniHelper-20230104
thanks
error Uncaught ReferenceError: AppGiniHelper is not defined
- D Oliveira
- AppGini Super Hero
- Posts: 351
- Joined: 2018-03-04 09:30
- Location: David
Re: error Uncaught ReferenceError: AppGiniHelper is not defined
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.
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
Dear D Oliveira thanks you very much for your care
but i already make this steps but still same problem ,
but i already make this steps but still same problem ,
Re: error Uncaught ReferenceError: AppGiniHelper is not defined
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
Check you have included the library in the beginning of
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.Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
AppGini 24.14 Revision 1665 + all AppGini Helper tools
<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 readabilityAppGini 24.14 Revision 1665 + all AppGini Helper tools
Re: error Uncaught ReferenceError: AppGiniHelper is not defined
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 ))
but in Table View this is result !!!!!
when included the library in the beginning of hooks/header-extras.php, not in hooks/footer-extras
that all
thanks a lot
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 ))
but in Table View this is result !!!!!
when included the library in the beginning of hooks/header-extras.php, not in hooks/footer-extras
that all
thanks a lot