You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I visit openwrt in the browser, the following status appears:
Bad Gateway
The process did not produce any response
Then I also tried under the terminal.
root@OpenWrt:/# /www/cgi-bin/luci
/usr/bin/lua: error loading module 'luci.template.parser' from file '/usr/lib/lua/5.1/luci/template/parser.so':
/usr/lib/lua/5.1/luci/template/parser.so: undefined symbol: pluralParseAlloc
stack traceback:
[C]: ?
[C]: in function 'require'
/usr/lib/lua/5.1/luci/util.lua:11: in main chunk
[C]: in function 'require'
/usr/lib/lua/5.1/luci/config.lua:4: in main chunk
[C]: in function 'require'
/usr/lib/lua/5.1/luci/cacheloader.lua:5: in main chunk
[C]: in function 'require'
/www/cgi-bin/luci:2: in main chunk
[C]: ?
Disassemble parser.so can find the pluralParseAlloc function
Please take a look at what's going on
The text was updated successfully, but these errors were encountered:
When I visit openwrt in the browser, the following status appears:
Bad Gateway
The process did not produce any response
Then I also tried under the terminal.
root@OpenWrt:/# /www/cgi-bin/luci
/usr/bin/lua: error loading module 'luci.template.parser' from file '/usr/lib/lua/5.1/luci/template/parser.so':
/usr/lib/lua/5.1/luci/template/parser.so: undefined symbol: pluralParseAlloc
stack traceback:
[C]: ?
[C]: in function 'require'
/usr/lib/lua/5.1/luci/util.lua:11: in main chunk
[C]: in function 'require'
/usr/lib/lua/5.1/luci/config.lua:4: in main chunk
[C]: in function 'require'
/usr/lib/lua/5.1/luci/cacheloader.lua:5: in main chunk
[C]: in function 'require'
/www/cgi-bin/luci:2: in main chunk
[C]: ?
Disassemble parser.so can find the pluralParseAlloc function
Please take a look at what's going on
The text was updated successfully, but these errors were encountered: