From a few week when I try to Create a New Account in WHM and try to click on "Generate Password" button. I got Javascript error on line 414 of script5/wwwacctform (runtime generated file of cpanel).
Today I found that this error is in the file
/usr/local/cpanel/whostmgr/docroot/passbar/passbar_header.html
at line 18 you find :
<script language="javascript" src="%MagicRevision://passbar/password_strength_optimized.js%"></script>
replace with
<script language="javascript" src="%MagicRevision:/passbar/password_strength_optimized.js%"></script>
The problem was one slash more after MagicaRevision:
I don't know If other people got this error, but I hope that this post is appreciated
(cPanel version 11.24.4-R33311 - WHM version 11.24.2 - X 3.9)
bye bye
Today I found that this error is in the file
/usr/local/cpanel/whostmgr/docroot/passbar/passbar_header.html
at line 18 you find :
<script language="javascript" src="%MagicRevision://passbar/password_strength_optimized.js%"></script>
replace with
<script language="javascript" src="%MagicRevision:/passbar/password_strength_optimized.js%"></script>
The problem was one slash more after MagicaRevision:
I don't know If other people got this error, but I hope that this post is appreciated
(cPanel version 11.24.4-R33311 - WHM version 11.24.2 - X 3.9)
bye bye