Author |
|
webguyz Newbie
Joined: 09 October 2008 Location: United States
Online Status: Offline Posts: 9
|
Posted: 22 May 2012 at 10:26am | IP Logged
|
|
|
Downloaded latest version of scrip and this is on latest version of cpanel. Suspect some issue with DB access. The directory does get installed and files are unpacked to /usr/local/cpanel/base/3rdparty/afterlogic folder
root@cp01 [~/webmail-panel-installer]# ./installer -t lite -a install
Selected platform: cPanel
Init platform... DONE!
Executing action install... Downloading package webmail-lite-php.zip
--2012-05-22 12:21:54-- http://www.afterlogic.com/download/webmail-lite-php.zip
Resolving www.afterlogic.com... 69.64.65.189
Connecting to www.afterlogic.com|69.64.65.189|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2755369 (2.6M) [application/x-zip-compressed]
Saving to: `/tmp/al_webmail/webmail-lite-php.zip'
100%[====================================================>] 2,755,369 362K/s in 8.2s
2012-05-22 12:22:02 (326 KB/s) - `/tmp/al_webmail/webmail-lite-php.zip' saved [2755369/2755369]
Extracting package webmail-lite-php.zip
Setup permissions
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
FAILED!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 May 2012 at 6:21am | IP Logged
|
|
|
Check .my.cnf file found in /root/ directory, it should contain MySQL credentials, make sure those are correct ones.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
webguyz Newbie
Joined: 09 October 2008 Location: United States
Online Status: Offline Posts: 9
|
Posted: 23 May 2012 at 9:36am | IP Logged
|
|
|
I did find the .my.cnf file and tested it by going to the command line of my cpanel server and typing in: mysql -u root -p and then entering the password from the .my.cnf file and was able to successfully access the mysql server. Do I need to replace the info in the ./configure file of the installer?
$settings->SetConf( 'Common/DBHost', 'localhost');
$settings->SetConf( 'Common/DBName', $args[1] ) ;
$settings->SetConf( 'Common/DBLogin', $args[2] ) ;
$settings->SetConf( 'Common/DBPassword', $args[3] ) ;
Thanks!
|
Back to Top |
|
|
webguyz Newbie
Joined: 09 October 2008 Location: United States
Online Status: Offline Posts: 9
|
Posted: 23 May 2012 at 10:08am | IP Logged
|
|
|
Just to clarify, will the cpanel integration script install the Webmail lite product and make it work with cPanel, or do I have to first install Webmail lite and verify operation and and then install the cpanel integration?
Thanks!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 25 May 2012 at 1:49am | IP Logged
|
|
|
OK, the developers have added a patch which fixes the issue related to MySQL credentials. Remove the existing installation, then download and run the updated installer, that should help.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
webguyz Newbie
Joined: 09 October 2008 Location: United States
Online Status: Offline Posts: 9
|
Posted: 26 May 2012 at 11:59am | IP Logged
|
|
|
I tried now after removing the old install and got the same error messages. The downloaded file is the same size as before. Do I have the correct installer??
thanks!
Andy
root@cp01 [~]# cd webmail-panel-installer
root@cp01 [~/webmail-panel-installer]# ls
./ ../ configure cPanel/ DirectAdmin/ functions installer* messages
root@cp01 [~/webmail-panel-installer]# chmod a+x ./installer
root@cp01 [~/webmail-panel-installer]# ./installer -t lite -a install
Selected platform: cPanel
Init platform... DONE!
Executing action install... Downloading package webmail-lite-php.zip
--2012-05-26 13:55:13-- http://www.afterlogic.com/download/webmail-lite-php.zip
Resolving www.afterlogic.com... 69.64.65.189
Connecting to www.afterlogic.com|69.64.65.189|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2755369 (2.6M) [application/x-zip-compressed]
Saving to: `/tmp/al_webmail/webmail-lite-php.zip'
100%[======================================>] 2,755,369 362K/s in 8.1s
2012-05-26 13:55:22 (332 KB/s) - `/tmp/al_webmail/webmail-lite-php.zip' saved [2 755369/2755369]
Extracting package webmail-lite-php.zip
Setup permissions
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: Y & nbsp; ES)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: Y & nbsp; ES)
FAILED!
root@cp01 [~/webmail-panel-installer]#
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 May 2012 at 12:07am | IP Logged
|
|
|
That's strange, looks like the package wasn't updated in download section. I have updated it and rechecked that it was updated; the package size is 12,725 bytes.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
webguyz Newbie
Joined: 09 October 2008 Location: United States
Online Status: Offline Posts: 9
|
Posted: 28 May 2012 at 8:30pm | IP Logged
|
|
|
Tried again and got the same exact error.
Will have to try some other product.
Thanks!
|
Back to Top |
|
|