Author |
|
Simon Newbie
Joined: 29 March 2015
Online Status: Offline Posts: 2
|
Posted: 29 March 2015 at 2:03pm | IP Logged
|
|
|
Hello,
I have installed afterlogic on my debian some weeks ago as described here: http://www.afterlogic.com/wiki/Install_on_Debian_/_Ubuntu_Linux_%28WebMail_Lite%29#Upgrading_the_product_installation
But I cannot upgrade my installation with "afterlogic upgrade"
Heres the output:
Code:
simon@sv:~$ sudo afterlogic upgrade
Upgrading the installation...
--2015-03-29 16:56:57-- http://www.afterlogic.com/download/webmail_php.zip
Resolving www.afterlogic.com (www.afterlogic.com)... 69.64.65.189
Connecting to www.afterlogic.com (www.afterlogic.com)|69.64.65.189|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7468528 (7,1M) [application/x-zip-compressed]
Saving to: `/tmp/alwm/webmail_php.zip'
100%[===================================================================================>] 7.468.528 448K/s in 17s
2015-03-29 16:57:14 (427 KB/s) - `/tmp/alwm/webmail_php.zip' saved [7468528/7468528]
--2015-03-29 16:57:15-- http://www.afterlogic.com/download/ubuntu/ubuntu.zip
Resolving www.afterlogic.com (www.afterlogic.com)... 69.64.65.189
Connecting to www.afterlogic.com (www.afterlogic.com)|69.64.65.189|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1854 (1,8K) [application/x-zip-compressed]
Saving to: `/tmp/alwm/ubuntu.zip'
100%[===================================================================================>] 1.854 --.-K/s in 0s
2015-03-29 16:57:15 (203 MB/s) - `/tmp/alwm/ubuntu.zip' saved [1854/1854]
cp: cannot stat `/home/igor/ubuntu/afterlogic.php': No such file or directory
|
|
|
How can I fix this and why is it even trying to access a file in /home/igor ?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 March 2015 at 4:02pm | IP Logged
|
|
|
Seems like there's a problem in the package, my fault indeed. You need to remove this line from /usr/bin/afterlogic script:
Code:
cp /home/igor/ubuntu/afterlogic.php /usr/share/afterlogic/afterlogic.php |
|
|
The line right before this one should place a working copy of afterlogic.php script to that same location, just run it with:
Code:
php /usr/share/afterlogic/afterlogic.php upgrade |
|
|
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Simon Newbie
Joined: 29 March 2015
Online Status: Offline Posts: 2
|
Posted: 29 March 2015 at 5:44pm | IP Logged
|
|
|
Removing that line did help, thanks for that! "afterlogic upgrade" now quits with "Done!" so I assume the update process went through fine.
But when I run now "afterlogic check" I still get: "Newer version of the product is available." When I check the html source code of the login page I see version: <!-- 7.5.0 -->
Is this the current version? I'm having trouble finding the current version number of afterlogic.
Thanks again!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 30 March 2015 at 5:09am | IP Logged
|
|
|
It's safe to disregard that, package information is outdated now. Will be fixed once our new website is out.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|