[Undefines] on Gargoyle Web Pages

Report problems and success stories with Gargoyle on various hardware platforms.

Moderator: Moderators

xzxt9q
Posts: 7
Joined: Tue Jan 31, 2017 11:20 pm

[Undefines] on Gargoyle Web Pages

Post by xzxt9q »

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.

Lantis
Moderator
Posts: 6751
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: [Undefines] on Gargoyle Web Pages

Post by Lantis »

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?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

xzxt9q
Posts: 7
Joined: Tue Jan 31, 2017 11:20 pm

Re: [Undefines] on Gargoyle Web Pages

Post by xzxt9q »

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

Lantis
Moderator
Posts: 6751
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: [Undefines] on Gargoyle Web Pages

Post by Lantis »

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.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

xzxt9q
Posts: 7
Joined: Tue Jan 31, 2017 11:20 pm

Re: [Undefines] on Gargoyle Web Pages

Post by xzxt9q »

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

Thank you for the help.

Lantis
Moderator
Posts: 6751
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: [Undefines] on Gargoyle Web Pages

Post by Lantis »

No problem :) glad that fixed your issue.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

winuser10
Posts: 1
Joined: Tue Aug 21, 2018 12:42 am

Re: [Undefines] on Gargoyle Web Pages

Post by winuser10 »

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.

Lantis
Moderator
Posts: 6751
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: [Undefines] on Gargoyle Web Pages

Post by Lantis »

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.
Sorry, I’m a bit lost as to what “skiva router” is?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

ALK
Posts: 5
Joined: Mon May 06, 2019 10:10 am

Re: [Undefines] on Gargoyle Web Pages

Post by ALK »

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?
Linksys WRT1900ACS
TP-Link TL-WDR4300

Lantis
Moderator
Posts: 6751
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: [Undefines] on Gargoyle Web Pages

Post by Lantis »

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.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply