SquirrelMail's Cpanel_pw_changer plugin problem
I have installed cpanel_pw_changer plugin in the plugin directory, added plugin in the main config file and I get the following error:Warning: main(../src/validate.php): failed to open stream: No such file or directory in /home/lXXXXX/public_html/webmail/plugins/cpanel_pw_changer/cpanel_pw_changer.php on line 27
Warning: main(): Failed opening '../src/validate.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/XXXXX/public_html/webmail/plugins/cpanel_pw_changer/cpanel_pw_changer.php on line 27
Fatal error: Call to undefined function: sqgetglobalvar() in /home/XXXXX/public_html/webmail/plugins/cpanel_pw_changer/cpanel_pw_changer.php on line 37
In the plugin config file I put the following:
//Where is the CPanel pop password change file located?
//This will be different for every CPanel theme. You can find the file
//location by going into the CPanel POP Email Accounts area and then
//right-clicking on the "Change Password" link. Choose the
//"Copy shortcut" option and then cut/paste it here.
//NOTE: Do NOT include the domain/port info or anything after the filename.
$cpanel_file_location = "/frontend/x2/mail/passwdpop.html";
The author of the plugin told me the path is incorrect, but I checked 5 times and the path is the following:
domain.com:2082/frontend/x2/mail/passwdpop.html?email=user&domain=domain.com
Anyone?
Thanks