Hello, I was running the ubuntu repository znc, but then i upgraded to version 1. Since then the webadmin console does not seem to work correctly. I can log in, click the "Home" "webadmin" and "Preform" links, but when i try to click any of the "Global Settings" "Your settings" etc links underneath webadmin, I get
I have sinced tried upgrading to the git repository and -purged the old ubuntu znc module. I deleted the old .znc folder and re-installed it so it would have a fresh copy, but the same issue is there.
Any help would be appreciated.
And yes, i have loaded the module globally in the config file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Update: I installed a VM to test on a clean install, and the webadmin works like a charm. There must be some leftover files somewhere. Any help finding them would be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, so I figured out how to run znc in debug mode and fond the following error:
_LISTENER == ConnectionFrom(::1, 39143)
There are clients from
Page Request
Found existing session from cookie: IsLoggedIn(true)
Path , Module , Page
CTemplate::AppendPath(/usr/local/share/znc/webskins/_default_//mods/webadmin/) ==
CTemplate::AppendPath(/home/USER/.znc/modules/webadmin/tmpl/) ==
CTemplate::AppendPath(/usr/local/share/znc/webskins/_default_//mods/webadmin/) ==
CTemplate::AppendPath(/usr/local/share/znc/webskins/_default_//tmpl/) ==
Unable to find in any of the 4 defined paths
CTemplate::PrependPath(settings.tmpl/..) ==
CTemplate::SetFile() - does not exist
Unable to find in any of the 5 defined paths
CTemplate::PrependPath(settings.tmpl/..) ==
CTemplate::SetFile() - does not exist
- 404 (Not Found)
So I manually copied over the data from the installer packages:
cp -R modules/data/webadmin/ ~/.znc/modules/
This has been fixed for me, but I am curious why the files did not copy in the first place.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I was running the ubuntu repository znc, but then i upgraded to version 1. Since then the webadmin console does not seem to work correctly. I can log in, click the "Home" "webadmin" and "Preform" links, but when i try to click any of the "Global Settings" "Your settings" etc links underneath webadmin, I get
Not Found
The requested URL was not found on this server.
ZNC - http://znc.in at xxxxxxxx Port yyyyy
I have sinced tried upgrading to the git repository and -purged the old ubuntu znc module. I deleted the old .znc folder and re-installed it so it would have a fresh copy, but the same issue is there.
Any help would be appreciated.
And yes, i have loaded the module globally in the config file.
Update: I installed a VM to test on a clean install, and the webadmin works like a charm. There must be some leftover files somewhere. Any help finding them would be appreciated.
Ok, so I figured out how to run znc in debug mode and fond the following error:
_LISTENER == ConnectionFrom(::1, 39143)
There are clients from
Page Request
Found existing session from cookie: IsLoggedIn(true)
Path , Module , Page
CTemplate::AppendPath(/usr/local/share/znc/webskins/_default_//mods/webadmin/) ==
CTemplate::AppendPath(/home/USER/.znc/modules/webadmin/tmpl/) ==
CTemplate::AppendPath(/usr/local/share/znc/webskins/_default_//mods/webadmin/) ==
CTemplate::AppendPath(/usr/local/share/znc/webskins/_default_//tmpl/) ==
Unable to find in any of the 4 defined paths
CTemplate::PrependPath(settings.tmpl/..) ==
CTemplate::SetFile() - does not exist
Unable to find in any of the 5 defined paths
CTemplate::PrependPath(settings.tmpl/..) ==
CTemplate::SetFile() - does not exist
- 404 (Not Found)
So I manually copied over the data from the installer packages:
cp -R modules/data/webadmin/ ~/.znc/modules/
This has been fixed for me, but I am curious why the files did not copy in the first place.