Support

Akeeba Backup for Joomla!

#18450 ssl - required - Updating

Posted in ‘Akeeba Backup for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
n/a
PHP version
n/a
Akeeba Backup version
n/a

Latest post by user81348 on Monday, 09 December 2013 07:59 CST

user81348
Nicholas,

I finally fixed my problem -

user81348
Nicholas,

Sorry - First missive seem to have been sent by mistake. I have fixed the problem with the introduction of the ssl module. See my internal note - please pass along. No sure why php5-openssl is not automatically installed with LAMP

Thanks for your help

Richard

*********************************************************************************************************

I have now (5 hour work, I guess, plus a subscription to Akeeba) got the automatic upgrade of Akeeba tools and Akeeba backup working. The Server send me an Email when it need upgrading.

At one level this is unimportant, but it make sense to try to understand why it failed:

This required the php.ini file

in /etc/php5/apache2

(there is another one in /etc/php5/cli which (unfortunately) answers to php -i )

to have both the Upload limit and file size limits

php_value upload_max_filesize 10M
php_value post_max_size 10M

set to 10M

for the temporary director to be set, using a relative path

i.e

/tmp

not /srv/www/htdocs/tmp

and the php5-openssl

module to be loaded

Snippet from php.ini below

********************************************************************


; http://php.net/cgi.rfc2616-headers
;cgi.rfc2616_headers = 0

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = /tmp
;upload_tmp_dir =

; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 10M

; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20


nicholas
Akeeba Staff
Manager
The OpenSSL PHP module is not included in the default installation of LAMP under Debian and Ubuntu (I suppose the same holds true for other Linux distros as well). The same goes for the PHP cURL module. One of the two is necessary if you are going to download anything from an HTTPS site, like our server.

I would recommend taking a look at the PHP modules which are available for installation on your server. I believe that whenever you have a problem with an extension you'll find that some PHP module is not installed.

Nicholas K. Dionysopoulos

Lead Developer and Director

🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

user81348
Nicholas,

As it happen this is openSUSE. Thanks for the advice.... I hope other people pick this
up if they hit the same problem (but perhaps few run their own Server, rather than having it
hosted, and a profession hosing company would install it)

Richard

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!