error Uncaught ReferenceError: AppGiniHelper is not defined

This sub-forum is for discussing all topics related to AppGini Helper JavaScript Library, provided by bizzworxx as a third-party AppGini plugin.
Post Reply
xbox2007
Veteran Member
Posts: 136
Joined: 2016-12-16 16:49

error Uncaught ReferenceError: AppGiniHelper is not defined

Post by xbox2007 » 2024-03-04 18:19

hello
i get this error when try use AppGiniHelper-20230104
Screenshot 2024-03-04 211023.png
Screenshot 2024-03-04 211023.png (38.63 KiB) Viewed 219 times
thanks

User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 348
Joined: 2018-03-04 09:30
Location: David

Re: error Uncaught ReferenceError: AppGiniHelper is not defined

Post by D Oliveira » 2024-03-05 04:35

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.

xbox2007
Veteran Member
Posts: 136
Joined: 2016-12-16 16:49

Re: error Uncaught ReferenceError: AppGiniHelper is not defined

Post by xbox2007 » 2024-03-05 17:35

Dear D Oliveira thanks you very much for your care

but i already make this steps but still same problem ,

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

Re: error Uncaught ReferenceError: AppGiniHelper is not defined

Post by jsetzer » 2024-03-06 08:16

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.
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

xbox2007
Veteran Member
Posts: 136
Joined: 2016-12-16 16:49

Re: error Uncaught ReferenceError: AppGiniHelper is not defined

Post by xbox2007 » 2024-04-02 20:20

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
1111.png (82.74 KiB) Viewed 68 times
but in Table View this is result !!!!!

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

thanks a lot

Post Reply