Support

Akeeba Backup for Joomla!

#12647 Cannot save Download ID [Akeeba Backup Pro]

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 nicholas on Wednesday, 13 June 2012 12:23 CDT

user64709
Mandatory information about my setup:

Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes

Joomla! version: 2.5.4
Apache version 2.2.22
PHP version 5.3.10
MySQL version 5.0.95-community
Architecture x86_64
Operating system linux
Path to Perl /usr/bin/perl
Perl version 5.8.8
Kernel version 2.6.32-220.7.1.el6.x86_64
cPanel Pro 1.0 (RC1)
Host: Host Gator
Akeeba Backup version: 3.5.1


Description of my issue:
Getting the following error when trying to save the download ID to the configuration.

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at wayneswoodworkingworld.com Port 80


nicholas
Akeeba Staff
Manager
Akeeba Backup, like all Joomla! components, uses Joomla!'s com_config to handle the display, edit and save of all component parameters. It's the same as clicking the Options toolbar button in any other component. Therefore the 500 Internal Server Error is caused by something inside Joomla!'s core code. I have not written that code and I cannot provide support for it, sorry :(

For what is worth, I have seen that issue only once. It was a failed upgrade from Joomla! 1.7 to Joomla! 2.5. Here's how to test if that's the case. Go to Manage Content and click on Options on the toolbar. Then click on Save and Close. If you get a 500 Internal Server Error you most likely have a failed 1.7 to 2.5 upgrade or another Joomla! issue.

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!

user64709
Okay thanks for the input and fast response. This site was never below (Joomla) version 2.5

The thing is that It works on another dev server (also a hostgator account) but on this account (where it is to be a live site) it is throwing that errors. This is the same site on both servers.

On the server with the problem however all of the other "options" saving works just fine. rather odd.

nicholas
Akeeba Staff
Manager
I do have an idea, but it's a longshot. Is it possible that the live server has Apache's mod_security2 (not a Joomla! module, it's a security module for Apache the web server) installed whereas the dev sites do not? I will tell you what I'm thinking. The Download ID is a long hex string. The default mod_security2 rules commonly used may regard this as a potential threat and block the request. Let's do an experiment. Try clearing the Download ID field and save the Component Parameters again. Does Joomla! save them without an error?

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!

user64709
Unfortunately I get the error even when I try to save the config "Options" with nod Download ID entered.

nicholas
Akeeba Staff
Manager
Can you try blanking all fields, including any secret key you may have entered?

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!

user64709
I should add that I am able to save the Download ID in Admin Tools Pro with no issue.

user64709
yes they are all blank and the issue remains :(

nicholas
Akeeba Staff
Manager
OK, a white page or a page with a 500 Internal Server Error is, in fact a PHP fatal error in disguise.

First, check your server's error logs (not the access logs) immediately after visiting the page which throws the error. There should be an exact description of the PHP fatal error which occurred. Sometimes you can find the error messages in files called error_log or error.log inside the site's root and/or administrator directories. If unsure about the error log location, please consult your host. Most likely the error logs are available in your site's cPanel, Plesk control panel or similar hosting account management facility.

If your host does not give you access to the error logs and you have access to the Joomla! administrator area, please log in to your site's back-end, go to Global Configuration, click on the Server tab and set the Error Reporting to Maximum (Joomla! 1.5) or Development (Joomla! 2.x and later). Try visiting the problem page again.

If you still get a blank page, edit your configuration.php file and put the following code right after the final closing curly brace ( this is what a curly brace looks like --> } ) but before the closing PHP tag (it looks like ?> that is a question mark and a greater-than sign):
ini_set( 'display_errors', true );
error_reporting( E_ALL ); 
Try visiting the problem page again.

If you still get a white page, please remote the two lines from your configuration.php file. Edit the .htaccess file in your site's root. If you don't have a file named .htaccess create a new one. Beware that htaccess.txt is a DIFFERENT FILE and will NOT work! Add the following to the end of the file:
php_flag display_errors On
php_value error_reporting 32767
and retry loading the problem page.

If you still get a white page, remove the two lines from your .htaccess file. Now, create a file called php.ini with the following content:
display_errors=on
error_reporting=E_ALL
and upload it into your site's root and your site's administrator directory. Retry loading the problem page.

If you still get a white page, delete the php.ini files your created and choose a different host. If your host doesn't allow you to debug any PHP-related issues there is no point paying them.

Please note that if you can not understand what the PHP error message means, just copy and paste it here verbatim so that we can take a look and point you to the right direction.

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!

user64709
[Wed Jun 13 12:20:07 2012] [error] [client 99.112.236.215] File does not exist: /home/waynesww/public_html/500.shtml, referer: http://wayneswoodworkingworld.com/administrator/index.php?option=com_config&view=component&component=com_akeeba&path=&tmpl=component
[Wed Jun 13 12:13:52 2012] [error] [client 99.112.236.215] File does not exist: /home/waynesww/public_html/500.shtml, referer: http://wayneswoodworkingworld.com/administrator/index.php?option=com_config&view=component&component=com_akeeba&path=&tmpl=component
[Wed Jun 13 12:10:00 2012] [error] [client 99.112.236.215] File does not exist: /home/waynesww/public_html/500.shtml, referer: http://wayneswoodworkingworld.com/administrator/index.php?option=com_config&view=component&component=com_akeeba&path=&tmpl=component

nicholas
Akeeba Staff
Manager
That's not really helpful. Not PHP errors are being recorded. Try the next steps for enabling more verbose error reporting.

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!

user64709
still getting the same. I will talk with the hosting support. Thanks for your help.

nicholas
Akeeba Staff
Manager
OK! Once you get access to the PHP error, please paste it here.

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!

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!