-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luci-mod-freifunk: lua error accessing the "profile_expert" site and others #23
Comments
other pages (e.g. /cgi-bin/luci/admin/freifunk/basics) showing a |
I think I just ran into the same problem.
Other than with your observation I don't get the insufficient permission error but I haven't managed to get past the login screen so far so maybe this error is only visible on administrative pages. Is there any way I can help with debugging? |
PR #28 very likely relates to this. |
with your patch in PR #28 I can load the page after login and land at the profile page with the error message "Insufficient permissions to read UCI configuration." (I tried creating /etc/config/profile_CommunityName containing the basic parameters but it didn't help). The profile_expert page seems to need the same patch. |
accessing
/cgi-bin/luci/admin/freifunk/basics/profile_expert
raises a lua error:even
uci get feifunk.community.name
return a valid profile-suffix (here "berlin").This probably relates to running it on the latest OpenWrt master:
The text was updated successfully, but these errors were encountered: