Magento 1.9 - HTTP ERROR 500 and PHP Fatal error:Magento: Admin login not working for main admin loginFresh install, no plug ins, fatal error on category management pageMagento - Invalid block typeMagento Custom HeaderHelp!!! Http 500 errorSQLSTATE[HY000] : General error: 2013 Lost connection to MySQL server during query in MagentoCheckout redirecting to the cart pageMagento1 createBlock method returns “bool(false)” in livehostThere has been an error processing your request error while going to the pageHTTP 500 error with a php script
Why is this python script running in background consuming 100 % CPU?
Why do the i8080 I/O instructions take a byte-sized operand to determine the port?
Why did Nick Fury not hesitate in blowing up the plane he thought was carrying a nuke?
Is being an extrovert a necessary condition to be a manager?
size of pointers and architecture
Does the fact that we can only measure the two-way speed of light undermine the axiom of invariance?
Are there any tips to help hummingbirds find a new feeder?
JavaScript: Access 'this' when calling function stored in variable
Why is the reciprocal used in fraction division?
Why is unzipped file smaller than zipped file
Why is this integration method not valid?
What is the required burn to keep a satellite at a Lagrangian point?
Team member is vehemently against code formatting
How could the B-29 bomber back up under its own power?
Salesforce bug enabled "Modify All"
DeleteCases using two lists but with partial match?
Way of refund if scammed?
Illustrating that universal optimality is stronger than sphere packing
Negative impact of having the launch pad away from the Equator
Ribbon Cable Cross Talk - Is there a fix after the fact?
Unary Enumeration
Can a UK national work as a paid shop assistant in the USA?
Can someone get a spouse off a deed that never lived together and was incarcerated?
Is there any mention of ghosts who live outside the Hogwarts castle?
Magento 1.9 - HTTP ERROR 500 and PHP Fatal error:
Magento: Admin login not working for main admin loginFresh install, no plug ins, fatal error on category management pageMagento - Invalid block typeMagento Custom HeaderHelp!!! Http 500 errorSQLSTATE[HY000] : General error: 2013 Lost connection to MySQL server during query in MagentoCheckout redirecting to the cart pageMagento1 createBlock method returns “bool(false)” in livehostThere has been an error processing your request error while going to the pageHTTP 500 error with a php script
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
We recently moved to a new hosting company and they set our Magento 1.9.1 website as parked on top of the main account's domain. It worked fine for about a week. We haven't made any changes and now we are getting the following Error when trying to access the website:
This page isn’t working `www.ourwebsite.com` is currently unable to handle this request.
HTTP ERROR 500
PHP Fatal error: Uncaught Error: Function name must be a string in /home/account/mydomain.com/includes/src/__default.php:28278
Stack trace:
#0 /home/account/mydomain.com/includes/src/__default.php(14070): Mage_Core_Model_Layout->getOutput()
#1 /home/account/mydomain.com/app/code/local/Smartwave/Ajaxcatalog/controllers/Catalog/CategoryController.php(111): Mage_Core_Controller_Varien_Action->renderLayout()
#2 /home/account/mydomain.com/includes/src/__default.php(14098): Smartwave_Ajaxcatalog_Catalog_CategoryController->viewAction()
#3 /home/account/mydomain.com/includes/src/__default.php(18482): Mage_Core_Controller_Varien_Action->dispatch('view')
#4 /home/account/mydomain.com/includes/src/__default.php(18016): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#5 /home/account/mydomain.com/includes/src/__default.php(20808): Mage_Core_Controller_Varien_Front->dispatch()
#6 /home/account/mydomain.com/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#7 / in /home/account/mydomain.com/includes/src/__default.php on line 28278
The interesting part of this is that the main website which runs Magento 1.9.4 is up and running with no problems. It's the 2 parked domains/websites that run Magento 1.9.1 that have this issue.
magento-1.9 fatal-error http-error-500
add a comment |
We recently moved to a new hosting company and they set our Magento 1.9.1 website as parked on top of the main account's domain. It worked fine for about a week. We haven't made any changes and now we are getting the following Error when trying to access the website:
This page isn’t working `www.ourwebsite.com` is currently unable to handle this request.
HTTP ERROR 500
PHP Fatal error: Uncaught Error: Function name must be a string in /home/account/mydomain.com/includes/src/__default.php:28278
Stack trace:
#0 /home/account/mydomain.com/includes/src/__default.php(14070): Mage_Core_Model_Layout->getOutput()
#1 /home/account/mydomain.com/app/code/local/Smartwave/Ajaxcatalog/controllers/Catalog/CategoryController.php(111): Mage_Core_Controller_Varien_Action->renderLayout()
#2 /home/account/mydomain.com/includes/src/__default.php(14098): Smartwave_Ajaxcatalog_Catalog_CategoryController->viewAction()
#3 /home/account/mydomain.com/includes/src/__default.php(18482): Mage_Core_Controller_Varien_Action->dispatch('view')
#4 /home/account/mydomain.com/includes/src/__default.php(18016): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#5 /home/account/mydomain.com/includes/src/__default.php(20808): Mage_Core_Controller_Varien_Front->dispatch()
#6 /home/account/mydomain.com/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#7 / in /home/account/mydomain.com/includes/src/__default.php on line 28278
The interesting part of this is that the main website which runs Magento 1.9.4 is up and running with no problems. It's the 2 parked domains/websites that run Magento 1.9.1 that have this issue.
magento-1.9 fatal-error http-error-500
add a comment |
We recently moved to a new hosting company and they set our Magento 1.9.1 website as parked on top of the main account's domain. It worked fine for about a week. We haven't made any changes and now we are getting the following Error when trying to access the website:
This page isn’t working `www.ourwebsite.com` is currently unable to handle this request.
HTTP ERROR 500
PHP Fatal error: Uncaught Error: Function name must be a string in /home/account/mydomain.com/includes/src/__default.php:28278
Stack trace:
#0 /home/account/mydomain.com/includes/src/__default.php(14070): Mage_Core_Model_Layout->getOutput()
#1 /home/account/mydomain.com/app/code/local/Smartwave/Ajaxcatalog/controllers/Catalog/CategoryController.php(111): Mage_Core_Controller_Varien_Action->renderLayout()
#2 /home/account/mydomain.com/includes/src/__default.php(14098): Smartwave_Ajaxcatalog_Catalog_CategoryController->viewAction()
#3 /home/account/mydomain.com/includes/src/__default.php(18482): Mage_Core_Controller_Varien_Action->dispatch('view')
#4 /home/account/mydomain.com/includes/src/__default.php(18016): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#5 /home/account/mydomain.com/includes/src/__default.php(20808): Mage_Core_Controller_Varien_Front->dispatch()
#6 /home/account/mydomain.com/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#7 / in /home/account/mydomain.com/includes/src/__default.php on line 28278
The interesting part of this is that the main website which runs Magento 1.9.4 is up and running with no problems. It's the 2 parked domains/websites that run Magento 1.9.1 that have this issue.
magento-1.9 fatal-error http-error-500
We recently moved to a new hosting company and they set our Magento 1.9.1 website as parked on top of the main account's domain. It worked fine for about a week. We haven't made any changes and now we are getting the following Error when trying to access the website:
This page isn’t working `www.ourwebsite.com` is currently unable to handle this request.
HTTP ERROR 500
PHP Fatal error: Uncaught Error: Function name must be a string in /home/account/mydomain.com/includes/src/__default.php:28278
Stack trace:
#0 /home/account/mydomain.com/includes/src/__default.php(14070): Mage_Core_Model_Layout->getOutput()
#1 /home/account/mydomain.com/app/code/local/Smartwave/Ajaxcatalog/controllers/Catalog/CategoryController.php(111): Mage_Core_Controller_Varien_Action->renderLayout()
#2 /home/account/mydomain.com/includes/src/__default.php(14098): Smartwave_Ajaxcatalog_Catalog_CategoryController->viewAction()
#3 /home/account/mydomain.com/includes/src/__default.php(18482): Mage_Core_Controller_Varien_Action->dispatch('view')
#4 /home/account/mydomain.com/includes/src/__default.php(18016): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#5 /home/account/mydomain.com/includes/src/__default.php(20808): Mage_Core_Controller_Varien_Front->dispatch()
#6 /home/account/mydomain.com/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#7 / in /home/account/mydomain.com/includes/src/__default.php on line 28278
The interesting part of this is that the main website which runs Magento 1.9.4 is up and running with no problems. It's the 2 parked domains/websites that run Magento 1.9.1 that have this issue.
magento-1.9 fatal-error http-error-500
magento-1.9 fatal-error http-error-500
edited May 15 at 7:42
Muhammad Hasham
3,96372172
3,96372172
asked Mar 11 at 10:37
AllysinAllysin
501042
501042
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
It seems you're using the Magento Compiler. You'll need to refresh or disable. In my case, I prefer to disable the Compiler.
The easier way is using Magento shell. Go to the shell directory and then run:
php compiler.php state
Now you'll see the current status of or compiler. If is enabled and/or compiled then please execute these commands:
php compiler.php disable
php compiler.php clear
Now it is disabled and you've cleared all the generated files.
I hope this will help
add a comment |
The compilation mode is enabled, thats way you see those errors.
Disable compilation: Go into :
includes/config.php
and comment this line
-#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
To get rid of the error you need to disable the compilation in production , and clear the include directory created during compilation includes/src.
php -f shell/compiler.php – clear
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f265282%2fmagento-1-9-http-error-500-and-php-fatal-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
It seems you're using the Magento Compiler. You'll need to refresh or disable. In my case, I prefer to disable the Compiler.
The easier way is using Magento shell. Go to the shell directory and then run:
php compiler.php state
Now you'll see the current status of or compiler. If is enabled and/or compiled then please execute these commands:
php compiler.php disable
php compiler.php clear
Now it is disabled and you've cleared all the generated files.
I hope this will help
add a comment |
It seems you're using the Magento Compiler. You'll need to refresh or disable. In my case, I prefer to disable the Compiler.
The easier way is using Magento shell. Go to the shell directory and then run:
php compiler.php state
Now you'll see the current status of or compiler. If is enabled and/or compiled then please execute these commands:
php compiler.php disable
php compiler.php clear
Now it is disabled and you've cleared all the generated files.
I hope this will help
add a comment |
It seems you're using the Magento Compiler. You'll need to refresh or disable. In my case, I prefer to disable the Compiler.
The easier way is using Magento shell. Go to the shell directory and then run:
php compiler.php state
Now you'll see the current status of or compiler. If is enabled and/or compiled then please execute these commands:
php compiler.php disable
php compiler.php clear
Now it is disabled and you've cleared all the generated files.
I hope this will help
It seems you're using the Magento Compiler. You'll need to refresh or disable. In my case, I prefer to disable the Compiler.
The easier way is using Magento shell. Go to the shell directory and then run:
php compiler.php state
Now you'll see the current status of or compiler. If is enabled and/or compiled then please execute these commands:
php compiler.php disable
php compiler.php clear
Now it is disabled and you've cleared all the generated files.
I hope this will help
answered May 15 at 7:40
Muhammad HashamMuhammad Hasham
3,96372172
3,96372172
add a comment |
add a comment |
The compilation mode is enabled, thats way you see those errors.
Disable compilation: Go into :
includes/config.php
and comment this line
-#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
To get rid of the error you need to disable the compilation in production , and clear the include directory created during compilation includes/src.
php -f shell/compiler.php – clear
add a comment |
The compilation mode is enabled, thats way you see those errors.
Disable compilation: Go into :
includes/config.php
and comment this line
-#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
To get rid of the error you need to disable the compilation in production , and clear the include directory created during compilation includes/src.
php -f shell/compiler.php – clear
add a comment |
The compilation mode is enabled, thats way you see those errors.
Disable compilation: Go into :
includes/config.php
and comment this line
-#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
To get rid of the error you need to disable the compilation in production , and clear the include directory created during compilation includes/src.
php -f shell/compiler.php – clear
The compilation mode is enabled, thats way you see those errors.
Disable compilation: Go into :
includes/config.php
and comment this line
-#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
To get rid of the error you need to disable the compilation in production , and clear the include directory created during compilation includes/src.
php -f shell/compiler.php – clear
answered Mar 11 at 12:25
Ylgen GuxholliYlgen Guxholli
1,112415
1,112415
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f265282%2fmagento-1-9-http-error-500-and-php-fatal-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown