Magento: internal server 500 error :: Back-end >> System >> Tools >> Backups

We cannot back up magento from the menu "Back-end → System → Tools → Backups" on magento version 1.5. When we try to back up after receiving from 15 to 20 coins, send an error message:


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

Please contact the server administrator, webmaster@choosemadeinusa.com 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.

In addition, when trying to use ErrorDocument to process a request, a 500 Internal Server Error was detected.

Apache / 2.2.23 (Unix) mod_ssl / 2.2.23 OpenSSL / 0.9.8e-fips-rhel5 mod_auth_passthrough / 2.1 mod_bwlimited / 1.4 FrontPage / 5.0.2.2635 Server at www.choosemadeinusa.com Port 443


We applied almost all the solutions that we found on the magento forum, as many people have encountered this issue earlier. The solutions we have applied:

  • 777 "var".
  • "var/backups".
  • ROOT index.php 755.
  • PHP.
  • .
  • index.php index.php.sample .
  • " ", , . "system.log" , - , maganto?
  • "split" "explode" php "app/code/local/MageWorx/LinkExchange/Controller/Router.php"

, , . magento 1,5 1,7, b/c, .

- " 500", Dashboard , , " ", , . , , ?

2013-02-07T16:54:15+00:00 ERR (3): Deprecated functionality: Function split() is deprecated  in /home/choosema/public_html/app/code/local/MageWorx/LinkExchange/Controller/Router.php on line 56
2013-02-07T16:54:15+00:00 ERR (3): Strict Notice: Declaration of MageWorx_SeoSuite_Block_Catalog_Navigation::_renderCategoryMenuItemHtml() should be compatible with that of Mage_Catalog_Block_Navigation::_renderCategoryMenuItemHtml()  in /home/choosema/public_html/app/code/local/MageWorx/SeoSuite/Block/Catalog/Navigation.php on line 38
2013-02-07T16:54:25+00:00 ERR (3): Strict Notice: Declaration of MageWorx_SeoSuite_Block_Catalog_Navigation::_renderCategoryMenuItemHtml() should be compatible with that of Mage_Catalog_Block_Navigation::_renderCategoryMenuItemHtml()  in /home/choosema/public_html/app/code/local/MageWorx/SeoSuite/Block/Catalog/Navigation.php on line 38
2013-02-07T16:54:29+00:00 ERR (3): Strict Notice: Declaration of MageWorx_SeoSuite_Block_Catalog_Navigation::_renderCategoryMenuItemHtml() should be compatible with that of Mage_Catalog_Block_Navigation::_renderCategoryMenuItemHtml()  in /home/choosema/public_html/app/code/local/MageWorx/SeoSuite/Block/Catalog/Navigation.php on line 38
2013-02-07T16:55:08+00:00 ERR (3): Strict Notice: Declaration of MageWorx_SeoSuite_Block_Catalog_Navigation::_renderCategoryMenuItemHtml() should be compatible with that of Mage_Catalog_Block_Navigation::_renderCategoryMenuItemHtml()  in /home/choosema/public_html/app/code/local/MageWorx/SeoSuite/Block/Catalog/Navigation.php on line 38
2013-02-07T16:55:17+00:00 ERR (3): Strict Notice: Declaration of MageWorx_SeoSuite_Block_Catalog_Navigation::_renderCategoryMenuItemHtml() should be compatible with that of Mage_Catalog_Block_Navigation::_renderCategoryMenuItemHtml()  in /home/choosema/public_html/app/code/local/MageWorx/SeoSuite/Block/Catalog/Navigation.php on line 38

, "system.log" , "Router.php" "Navigation.php", - URL? "500 " , .

- , , . , , "system.log" , , - , magento.

+5
4

, , , .

wait_timeout MySQL/etc/my.cnf

-, . , . zip, magento mysqldump . , , PHP/MySQL.

, , Magento 1.5- > 1.7 . , , . , , - , .

+2

, ,

ini_set ('display_errors', 1);

index.php.

, .

+1

In magento 1.9.1, when you get an internal 500 server error, just change the resolution of index.php to 644, delete any maintenance-flag.php file in the root folder. Then you can enter the admin panel!

0
source

using the godaddy server, change the resolution of the "index.php" file to 644 in the root folder.

0
source

All Articles