[Undefines] on Gargoyle Web Pages
Moderator: Moderators
[Undefines] on Gargoyle Web Pages
I recently compiled Gargoyle from source code using the git link per instructions for the Ralink RT3352F chipset in a Skiva RT001 Router[used default profile]. I know v1.9.1 is experimental at this point, but should I get undefines after I log into the web gui.
Thanks.
FYI. I compiled OpenWRT from source 15.05.1 (using D-Link dir-620 firmware) and it works fine.
Thanks.
FYI. I compiled OpenWRT from source 15.05.1 (using D-Link dir-620 firmware) and it works fine.
Re: [Undefines] on Gargoyle Web Pages
Please give more details, pictures to describe your problem.
Have you tried clearing your browser cache?
Are you building 1.9.1 or the latest code?
Have you tried clearing your browser cache?
Are you building 1.9.1 or the latest code?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: [Undefines] on Gargoyle Web Pages
Yes I cleared cache. I also recompiled the software using 1.9.1*.src.tar.gz from the pull down menu on the download page. Originally, I used the git link to the masters branch. I still have the problem with undefines. I've attached only one file due to size limits.Lantis wrote:Please give more details, pictures to describe your problem.
Have you tried clearing your browser cache?
Are you building 1.9.1 or the latest code?
Following are issues I ran across:
When you select Save Changes, an Undefined Dialog box appears.
On Overview Status -
Memory Usage - 15.9 undefined / 60.2 undefined
Uptime - 0 undefined, 1 undefined, 12 undefined
On Connection page, Internet/WAN
Connect via: DHCP (undefined) all pulldown values have undefined as part of description.
Wireless Mode: undefined (AP)
Guest Network: undefined
Thanks.
Re: [Undefines] on Gargoyle Web Pages
Ok. It looks like you failed to include any language packs in your compile.
You should include at a minimum:
CONFIG_PACKAGE_gargoyle=y
CONFIG_PACKAGE_gargoyle-i18n=y
CONFIG_PACKAGE_plugin-gargoyle-i18n-English-EN=y
And any dependencies of these.
You should include at a minimum:
CONFIG_PACKAGE_gargoyle=y
CONFIG_PACKAGE_gargoyle-i18n=y
CONFIG_PACKAGE_plugin-gargoyle-i18n-English-EN=y
And any dependencies of these.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: [Undefines] on Gargoyle Web Pages
I recompiled (v1.9.1) with three (3) languages selected in Gargoyle and the undefined items no longer appear on any of the web pages. I will continue to test the router over the next few days. Once my tests are complete, I will post in the "Successfully Flashed a Router" section of the forum.Lantis wrote:Ok. It looks like you failed to include any language packs in your compile.
You should include at a minimum:
CONFIG_PACKAGE_gargoyle=y
CONFIG_PACKAGE_gargoyle-i18n=y
CONFIG_PACKAGE_plugin-gargoyle-i18n-English-EN=y
And any dependencies of these.
Thank you for the help.
Re: [Undefines] on Gargoyle Web Pages
No problem
glad that fixed your issue.

https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: [Undefines] on Gargoyle Web Pages
I am really at a loss as to how to compile sh files on windows. But, I can flash the router very easily from windows. So, do you have a link to the compiled file that you used for the Skiva router, please, Lantis.
Re: [Undefines] on Gargoyle Web Pages
Sorry, I’m a bit lost as to what “skiva router” is?winuser10 wrote:I am really at a loss as to how to compile sh files on windows. But, I can flash the router very easily from windows. So, do you have a link to the compiled file that you used for the Skiva router, please, Lantis.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: [Undefines] on Gargoyle Web Pages
I was building Gargoyle for the first time a few days ago and getting the same issue- undefined is throughout the web interface as if a language is not installed.
1.13.X "make ath79"
https://imgur.com/a/Uxsa9Fy
I then built branch 1.12 and get the same issue using "make ar71xx"
https://imgur.com/a/TbBLdta
For both, one of the issues I noticed was that I cannot add a new service class for the QoS pages (as shown in both albums)
I am building for my old TL-WDR4300 on a Ubuntu 20.04 VM. Not sure what to do to fix the undefines?
1.13.X "make ath79"
https://imgur.com/a/Uxsa9Fy
I then built branch 1.12 and get the same issue using "make ar71xx"
https://imgur.com/a/TbBLdta
For both, one of the issues I noticed was that I cannot add a new service class for the QoS pages (as shown in both albums)
I am building for my old TL-WDR4300 on a Ubuntu 20.04 VM. Not sure what to do to fix the undefines?
Linksys WRT1900ACS
TP-Link TL-WDR4300
TP-Link TL-WDR4300
Re: [Undefines] on Gargoyle Web Pages
You should pull this patch: https://github.com/ericpaulbishop/gargo ... cceff10a7f
Or install "python-is-python2" package on Ubuntu 20.04.
I suspect the internationalization script that runs at the very beginning of the build process has not deployed successfully.
Make sure you run
make FULL_BUILD=true ath79
after doing either fix to clear out the old stuff.
If it still doesn't work, report back.
Yes the QoS page logic relies upon the language packs. It's an odd design decision.
Or install "python-is-python2" package on Ubuntu 20.04.
I suspect the internationalization script that runs at the very beginning of the build process has not deployed successfully.
Make sure you run
make FULL_BUILD=true ath79
after doing either fix to clear out the old stuff.
If it still doesn't work, report back.
Yes the QoS page logic relies upon the language packs. It's an odd design decision.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.