-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Perl error #174
Comments
Restart Webmin please. Sometimes wired caching issues are happening. |
Did a server restart. Same problem on multiple browsers. |
Before a login this is displayed: Undefined subroutine &main::notify called at /usr/libexec/webmin/authentic-theme/session_login.cgi line 61. |
Can you go to |
..also try to reload current frame in Chrome browser, in context menu there is reload frame.. |
..moreover.. what is the output of |
Webmin->Webmin Scheduled Function->scheduled_collect_system_info ls -lsa /usr/libexec/webmin/authentic-theme/authentic-lib.cgi -> 755 root:root Chrome -> same error. |
Compare content of -lib.CGI files in 12 and 13 versions. What your saying is not possible. |
What is the output of |
don't have the 12 version anymore. Output from ls -lsa 4 drwxr-xr-x 5 root root 4096 May 25 11:41 . for now i switched back to blue-theme |
I have the same exact issue. Unable to log into Webmin GUI.
Changing theme to another theme via /etc/webmin/miniserv.conf and /etc/webmin/config then restart webmin allows access to Webmin GUI again using different theme. Output of cat /usr/libexec/webmin/authentic-theme/authentic-lib.cgi:
ls -lsa /usr/libexec/webmin/authentic-theme/authentic-lib.cgi returns:
ls -lsa /usr/libexec/webmin/authentic-theme/ returns:
Please let me know what other info would be helpful. |
Is it possible to reinstall v13.00? |
Every script referring to __settings gives Undefined subroutine &main::__settings errors. |
theres an error : ./authentic-lib.cgi |
making lines 1549-1551 at authentic-lib.cgi comment and theme is up and running again. |
Ok, I think I know what is going on now! It's the sophisticated regex's elements that are not supported with your version of Perl. What is it by the way? Let's do this! Open ./authentic-lib.cgi findon line 1604
and replace with
Does it work? |
Or it's the line with:
that doesn't work? |
On centos 5 and perl 5.8.8-43.el5_11 -> Error |
OK. I will tweak the regex.. |
erro is at s/^[^']_'(_SKIP)(F)|'[^']$(_SKIP)(_F)|(?<!)'/'/gim |
Ok, got it! Will take a look! Thanks! |
Is it possible to re-install v12? |
I don't store it. You can make it work just commenting out 3 lines mentioned above. I'll fix it soon |
Worked. Thanks. |
Can you test the new, updated variant before I push it to the branch? I checked it and it works on my Perl and should on 5.8.8. - please check. Replace commented part with this: for ( values %in ) {
s/
\G
(
(?: ^ [^']* ' | (?!^) )
(?: [^'\\]+ | \\. )*
)
'
(?! [^']* \z )
/
$1 . "\\'"
/xseg;
} |
runs flawless on command line and GUI |
Perfect, I will add it to the update tomorrow morning or tonight.. |
Updated, please upgrade and tell me it's all fine! Thanks for reporting!! ;) |
update worked. Thanks for the support!! Ilia Rostovtsev schreef op 26-5-2015 om 23:23:
|
You're welcome, good to know. |
After updating from 12 to 13.01 this error is displayed:
Undefined subroutine &main::__settings called at /usr/libexec/webmin/authentic-theme/sysinfo.cgi line 55.
This is on Centos 5 latest update.
The text was updated successfully, but these errors were encountered: