Error displaying the error page: Application Instantiation Error: Akeeba Engine detected a problem while saving temporary data. Please restart your backup.%
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by keenmouse on Thursday, 30 June 2016 10:43 CDT
$ /usr/local/php70/bin/php ~/[my domain]/cli/admintools-filescanner.php Admin Tools PHP File Scanner CLI 3.8.4 (2016-06-20) Copyright (C) 2011-2016 Nicholas K. Dionysopoulos ------------------------------------------------------------------------------- Admin Tools is Free Software, distributed under the terms of the GNU General Public License version 3 or, at your option, any later version. This program comes with ABSOLUTELY NO WARRANTY as per sections 15 & 16 of the license. See http://www.gnu.org/licenses/gpl-3.0.html for details. ------------------------------------------------------------------------------- You are using PHP 7.0.6 (cli) Unsetting time limit restrictions Starting file scanning Error displaying the error page: Application Instantiation Error: Akeeba Engine detected a problem while saving temporary data. Please restart your backup.%
His site's temp directory is unwritwable from CLIYou will need to talk to your host about that.
$ /usr/local/php70/bin/php -i | grep tmp sys_temp_dir => ~/[my domain]/tmp => ~/[my domain]/tmp upload_tmp_dir => no value => no value Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtmp, rtsp, smtp, smtps, telnet, tftp session.save_path => /tmp => /tmp soap.wsdl_cache_dir => /tmp => /tmp TMPDIR => ~/[my domain]/tmp $_SERVER['TMPDIR'] => ~/[my domain]/tmp $_ENV['TMPDIR'] => ~/[my domain]/tmp $ touch ~/[my domain]/tmp/test $ /usr/local/php70/bin/php ~/[my domain]/cli/admintools-filescanner.php Admin Tools PHP File Scanner CLI 3.8.4 (2016-06-20) Copyright (C) 2011-2016 Nicholas K. Dionysopoulos ------------------------------------------------------------------------------- Admin Tools is Free Software, distributed under the terms of the GNU General Public License version 3 or, at your option, any later version. This program comes with ABSOLUTELY NO WARRANTY as per sections 15 & 16 of the license. See http://www.gnu.org/licenses/gpl-3.0.html for details. ------------------------------------------------------------------------------- You are using PHP 7.0.6 (cli) Unsetting time limit restrictions Starting file scanning Error displaying the error page: Application Instantiation Error: Akeeba Engine detected a problem while saving temporary data. Please restart your backup.%
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!
$ cat tmpWriteTest.php <?php $my_file = '/home/[my username]/[my domain]/tmp/testfile.txt'; $handle = fopen($my_file, 'w') or die('Cannot open file: '.$my_file); $data = 'This is the data'; fwrite($handle, $data); ?>% $ /usr/local/php70/bin/php tmpWriteTest.php $ cat /home/[my username]/[my domain]/tmp/testfile.txt This is the data%
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!
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!
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!
$ /usr/local/php70/bin/php ~/[my domain]/cli/admintools-filescanner.php Admin Tools PHP File Scanner CLI rev565AE30 (2016-06-23) Copyright (c) 2010-2016 Akeeba Ltd / Nicholas K. Dionysopoulos ------------------------------------------------------------------------------- Admin Tools is Free Software, distributed under the terms of the GNU General Public License version 3 or, at your option, any later version. This program comes with ABSOLUTELY NO WARRANTY as per sections 15 & 16 of the license. See http://www.gnu.org/licenses/gpl-3.0.html for details. ------------------------------------------------------------------------------- You are using PHP 7.0.6 (cli) Unsetting time limit restrictions. Site paths determined by this script: JPATH_BASE : /home/[my username]/[my domain] JPATH_ADMINISTRATOR : /home/[my username]/[my domain]/administrator Starting file scanning Last Tick : 2016-06-23 16:31:03 GMT-0600 (MDT) Memory used : 3.36 Mb Warnings : no warnings issued (good) Last Tick : 2016-06-23 16:31:03 GMT-0600 (MDT) Memory used : 4.15 Mb Warnings : no warnings issued (good) Last Tick : 2016-06-23 16:31:03 GMT-0600 (MDT) Memory used : 4.51 Mb Warnings : no warnings issued (good) ********** ERROR! ********** Call to a member function getFiles() on boolean Technical information: Code: 0 File: /home/[my username]/[my domain]/administrator/components/com_akeeba/BackupEngine/Core/Domain/Pack.php Line: 870 Stack Trace: #0 /home/[my username]/[my domain]/administrator/components/com_akeeba/BackupEngine/Core/Domain/Pack.php(288): Akeeba\Engine\Core\Domain\Pack->scanFiles() #1 /home/[my username]/[my domain]/administrator/components/com_akeeba/BackupEngine/Base/Part.php(252): Akeeba\Engine\Core\Domain\Pack->_run() #2 /home/[my username]/[my domain]/administrator/components/com_akeeba/BackupEngine/Core/Kettenrad.php(314): Akeeba\Engine\Base\Part->tick() #3 /home/[my username]/[my domain]/administrator/components/com_akeeba/BackupEngine/Base/Part.php(256): Akeeba\Engine\Core\Kettenrad->_run() #4 /home/[my username]/[my domain]/cli/admintools-filescanner.php(236): Akeeba\Engine\Base\Part->tick() #5 /home/[my username]/[my domain]/cli/admintools-filescanner.php(322): AdminToolsFAM->execute() #6 {main}
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!
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!
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!
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!
HTTP/1.1 500 FOF: Model \Akeeba\AdminTools\Site\Model\ScanAlert not found
curl -L --max-redirs 1000 -v "https://[my domain]/index.php?option=com_admintools&view=filescanner&key=K7Gux6IscG3Gf0x8ZnbO" * Hostname was NOT found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#0) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS handshake, CERT (11): * SSLv3, TLS handshake, Server key exchange (12): * SSLv3, TLS handshake, Server finished (14): * SSLv3, TLS handshake, Client key exchange (16): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /index.php?option=com_admintools&view=filescanner&key=K7Gux6IscG3Gf0x8ZnbO HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:30:45 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=2G-641nA9RH-quO1Q7IqL3; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 0 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#1) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:30:49 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=wuMVJysgJwevEwf5e42sA1; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 1 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#2) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:30:49 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=Tr5AEIx-imutUgiFOgct03; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 2 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#3) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:30:56 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=F-wRelaE0qchBxV6IfvHW1; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 3 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#4) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:31:02 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=ylimr%2CnnfaA4QaAc1RWkR1; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 4 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#5) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:31:08 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=BIF5v0Ci90jyeGNmiAjDY2; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 5 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#6) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:31:13 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=R6s7ciBmgGEMn6VHsf8BT0; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 6 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#7) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:31:20 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=hL2SEOiLdC3kduqp83l020; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 7 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#8) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:31:26 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=rMJSwJuTcslnKfJfnAL%2CF2; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 8 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#9) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:31:33 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=G03t%2C11p8tHtWIsbU75362; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 9 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#10) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:31:39 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=PKBhwSGdJ37NrVLGqmTDj3; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 10 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was NOT found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#11) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:31:46 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=syexYtXdRQP9DcQY%2C61I-1; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 11 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#12) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:31:52 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=KMMHz1fvIYLqdh52j-%2CwQ2; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 12 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#13) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 302 Found < Date: Tue, 28 Jun 2016 19:31:58 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Connection: close < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=B9w5NVn0m%2C3-0wOebizyp2; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < Location: https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Vary: Accept-Encoding < Content-Length: 0 < Content-Type: text/plain;charset=UTF-8 < * Closing connection 13 * SSLv3, TLS alert, Client hello (1): * Issue another request to this URL: 'https://[my domain]/component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB' * Hostname was found in DNS cache * Trying [my ip address]... * Connected to [my domain] ([my ip address]) port 443 (#14) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSL re-using session ID * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES128-GCM-SHA256 * Server certificate: * subject: CN=[my domain] * start date: 2016-05-19 08:04:00 GMT * expire date: 2016-08-17 08:04:00 GMT * subjectAltName: [my domain] matched * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET /component/admintools/?view=FileScanner&task=step&key=K7Gux6IscG3Gf0x8ZnbO&lang=en-GB HTTP/1.1 > User-Agent: curl/7.35.0 > Host: [my domain] > Accept: */* > < HTTP/1.1 500 FOF: Model \Akeeba\AdminTools\Site\Model\ScanAlert not found < Date: Tue, 28 Jun 2016 19:31:58 GMT * Server Apache is not blacklisted < Server: Apache < Strict-Transport-Security: max-age=31536000 < Cache-Control: no-cache < Pragma: no-cache < Set-Cookie: d6f22d21c02aef8bb5f8b3a93b05c9ea=GnjchUXTItZrbTBfiSi%2CG1; path=/; HttpOnly < X-Frame-Options: SAMEORIGIN < Access-Control-Allow-Origin: * < Timing-Allow-Origin: * < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Cache-Control: no-transform < Connection: close < Transfer-Encoding: chunked < Content-Type: text/html; charset=UTF-8 < <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>500 - FOF: Model \Akeeba\AdminTools\Site\Model\ScanAlert not found</title> <link rel="stylesheet" href="https://www.akeeba.com/templates/system/css/error.css" type="text/css" /> </head> <body> <div class="error"> <div id="outline"> <div id="errorboxoutline"> <div id="errorboxheader">500 - FOF: Model \Akeeba\AdminTools\Site\Model\ScanAlert not found</div> <div id="errorboxbody"> <p><strong>You may not be able to visit this page because of:</strong></p> <ol> <li>an <strong>out-of-date bookmark/favourite</strong></li> <li>a search engine that has an <strong>out-of-date listing for this site</strong></li> <li>a <strong>mistyped address</strong></li> <li>you have <strong>no access</strong> to this page</li> <li>The requested resource was not found.</li> <li>An error has occurred while processing your request.</li> </ol> <p><strong>Please try one of the following pages:</strong></p> <ul> <li><a href="https://www.akeeba.com/index.php" title="Go to the Home Page">Home Page</a></li> </ul> <p>If difficulties persist, please contact the System Administrator of this site and report the error below.</p> <div id="techinfo"> <p>FOF: Model \Akeeba\AdminTools\Site\Model\ScanAlert not found</p> <p> </p> </div> </div> </div> </div> </div> </body> </html> * Closing connection 14 * SSLv3, TLS alert, Client hello (1):
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!
By the way, with this development version installed, will I have to install the next official release manually, or will it be detected as an available update?
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!
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!