Fatal error: Class 'Adminmodule_Customerpage_Helper_Data' not found in /home/weburl/app/Mage.php on line 547 Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Fatal error: Class 'Zend_Log' not foundFatal error: Class 'Mage_Core_Model_App' not found in app/Mage.php on line 670Fatal error: Call to undefined method Mage_Catalog_Model_Resource_Category_Flat::getProductsPosition()Fatal error: Class 'Linksture_Faqs_Helper_Data' not found in public_html/app/Mage.php on line 546Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Mage_Core_Model_Config_Element' is not allowed'Fatal error: Class 'Mage_Themeframework_Helper_Theme' not found in app/mage.phpHow to fix “Fatal error: Class 'Mage_Catalog_Block_Product_Abstract' not found” after restoring backup of Magento installation?Fatal error: Class 'Fris_Socialbuttons_Helper_Data' not found in D:xampphtdocsmagentoappMage.php on line 547Magento 2: How to disable Minify CSS JS setting?Fatal error: Uncaught Error: Class 'Spyc' not found in app/code/DeviceDetector/Yaml/Spyc.php
Does using the Inspiration rules for character defects encourage My Guy Syndrome?
Retract an already submitted Recommendation Letter (written for an undergrad student)
What helicopter has the most rotor blades?
Coin Game with infinite paradox
What is a 'Key' in computer science?
A journey... into the MIND
Where/What are Arya's scars from?
Israeli soda type drink
In search of the origins of term censor, I hit a dead end stuck with the greek term, to censor, λογοκρίνω
What's called a person who works as someone who puts products on shelves in stores?
Protagonist's race is hidden - should I reveal it?
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
Philosophers who were composers?
What was Apollo 13's "Little Jolt" after MECO?
Where to find documentation for `whois` command options?
All ASCII characters with a given bit count
Why isn't everyone flabbergasted about Bran's "gift"?
What is the ongoing value of the Kanban board to the developers as opposed to management
Processing ADC conversion result: DMA vs Processor Registers
What is a good proxy for government quality?
Does Prince Arnaud cause someone holding the Princess to lose?
Are there existing rules/lore for MTG planeswalkers?
Why I cannot instantiate a class whose constructor is private in a friend class?
How did Elite on the NES work?
Fatal error: Class 'Adminmodule_Customerpage_Helper_Data' not found in /home/weburl/app/Mage.php on line 547
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Fatal error: Class 'Zend_Log' not foundFatal error: Class 'Mage_Core_Model_App' not found in app/Mage.php on line 670Fatal error: Call to undefined method Mage_Catalog_Model_Resource_Category_Flat::getProductsPosition()Fatal error: Class 'Linksture_Faqs_Helper_Data' not found in public_html/app/Mage.php on line 546Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Mage_Core_Model_Config_Element' is not allowed'Fatal error: Class 'Mage_Themeframework_Helper_Theme' not found in app/mage.phpHow to fix “Fatal error: Class 'Mage_Catalog_Block_Product_Abstract' not found” after restoring backup of Magento installation?Fatal error: Class 'Fris_Socialbuttons_Helper_Data' not found in D:xampphtdocsmagentoappMage.php on line 547Magento 2: How to disable Minify CSS JS setting?Fatal error: Uncaught Error: Class 'Spyc' not found in app/code/DeviceDetector/Yaml/Spyc.php
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
This Error occured durring instalation of extension in magento store.
when i did configuration disable and copmlitaion enabled, then all dashbord of admnin pannel lost and this error showing on my admin pannel.
Please advice me how i can recover my website from this error.
admin-panel fatal-error
add a comment |
This Error occured durring instalation of extension in magento store.
when i did configuration disable and copmlitaion enabled, then all dashbord of admnin pannel lost and this error showing on my admin pannel.
Please advice me how i can recover my website from this error.
admin-panel fatal-error
Thank you dears for helping me. I can try this method to resolve this issue.
– Sadam Hussain
Mar 29 '17 at 9:18
Can you share app/code/.../etc/config.xml from this module?
– sv3n
May 12 '17 at 7:12
add a comment |
This Error occured durring instalation of extension in magento store.
when i did configuration disable and copmlitaion enabled, then all dashbord of admnin pannel lost and this error showing on my admin pannel.
Please advice me how i can recover my website from this error.
admin-panel fatal-error
This Error occured durring instalation of extension in magento store.
when i did configuration disable and copmlitaion enabled, then all dashbord of admnin pannel lost and this error showing on my admin pannel.
Please advice me how i can recover my website from this error.
admin-panel fatal-error
admin-panel fatal-error
edited 3 mins ago
Muhammad Anas
8091322
8091322
asked Mar 29 '17 at 7:18
Sadam HussainSadam Hussain
1
1
Thank you dears for helping me. I can try this method to resolve this issue.
– Sadam Hussain
Mar 29 '17 at 9:18
Can you share app/code/.../etc/config.xml from this module?
– sv3n
May 12 '17 at 7:12
add a comment |
Thank you dears for helping me. I can try this method to resolve this issue.
– Sadam Hussain
Mar 29 '17 at 9:18
Can you share app/code/.../etc/config.xml from this module?
– sv3n
May 12 '17 at 7:12
Thank you dears for helping me. I can try this method to resolve this issue.
– Sadam Hussain
Mar 29 '17 at 9:18
Thank you dears for helping me. I can try this method to resolve this issue.
– Sadam Hussain
Mar 29 '17 at 9:18
Can you share app/code/.../etc/config.xml from this module?
– sv3n
May 12 '17 at 7:12
Can you share app/code/.../etc/config.xml from this module?
– sv3n
May 12 '17 at 7:12
add a comment |
2 Answers
2
active
oldest
votes
You need to disable compilation. To disable compilation in Magento, edit:-- includes/config.php. At around line 28, uncomment the first line and comment out the second:
#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
#define('COMPILER_COLLECT_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'stat');
then after remove the directory var/cache.
add a comment |
I think in your site compilation is on So follow below solution
Solution 1:
Turn Off the compiler from your terminal steps
- Open your terminal /connect your ssh access
- Go to your magento root via this command
cd yourpathtomagentoDir
- Fire this commnad
php -f compiler.php disable
- After this do compile
php -f compiler.php compile
- After this enable compile
php -f compiler.php enable
Solution 2:
- Go to your module's xml file located in
app/etc/modules
and disable the module - Clear the cache
- Now you are able to login in back end
- Disable the compiler and install your module
- Do compile and enable your magento compile
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%2f166668%2ffatal-error-class-adminmodule-customerpage-helper-data-not-found-in-home-web%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
You need to disable compilation. To disable compilation in Magento, edit:-- includes/config.php. At around line 28, uncomment the first line and comment out the second:
#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
#define('COMPILER_COLLECT_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'stat');
then after remove the directory var/cache.
add a comment |
You need to disable compilation. To disable compilation in Magento, edit:-- includes/config.php. At around line 28, uncomment the first line and comment out the second:
#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
#define('COMPILER_COLLECT_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'stat');
then after remove the directory var/cache.
add a comment |
You need to disable compilation. To disable compilation in Magento, edit:-- includes/config.php. At around line 28, uncomment the first line and comment out the second:
#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
#define('COMPILER_COLLECT_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'stat');
then after remove the directory var/cache.
You need to disable compilation. To disable compilation in Magento, edit:-- includes/config.php. At around line 28, uncomment the first line and comment out the second:
#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
#define('COMPILER_COLLECT_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'stat');
then after remove the directory var/cache.
answered Mar 29 '17 at 8:56
Chirag RajputChirag Rajput
1,280321
1,280321
add a comment |
add a comment |
I think in your site compilation is on So follow below solution
Solution 1:
Turn Off the compiler from your terminal steps
- Open your terminal /connect your ssh access
- Go to your magento root via this command
cd yourpathtomagentoDir
- Fire this commnad
php -f compiler.php disable
- After this do compile
php -f compiler.php compile
- After this enable compile
php -f compiler.php enable
Solution 2:
- Go to your module's xml file located in
app/etc/modules
and disable the module - Clear the cache
- Now you are able to login in back end
- Disable the compiler and install your module
- Do compile and enable your magento compile
add a comment |
I think in your site compilation is on So follow below solution
Solution 1:
Turn Off the compiler from your terminal steps
- Open your terminal /connect your ssh access
- Go to your magento root via this command
cd yourpathtomagentoDir
- Fire this commnad
php -f compiler.php disable
- After this do compile
php -f compiler.php compile
- After this enable compile
php -f compiler.php enable
Solution 2:
- Go to your module's xml file located in
app/etc/modules
and disable the module - Clear the cache
- Now you are able to login in back end
- Disable the compiler and install your module
- Do compile and enable your magento compile
add a comment |
I think in your site compilation is on So follow below solution
Solution 1:
Turn Off the compiler from your terminal steps
- Open your terminal /connect your ssh access
- Go to your magento root via this command
cd yourpathtomagentoDir
- Fire this commnad
php -f compiler.php disable
- After this do compile
php -f compiler.php compile
- After this enable compile
php -f compiler.php enable
Solution 2:
- Go to your module's xml file located in
app/etc/modules
and disable the module - Clear the cache
- Now you are able to login in back end
- Disable the compiler and install your module
- Do compile and enable your magento compile
I think in your site compilation is on So follow below solution
Solution 1:
Turn Off the compiler from your terminal steps
- Open your terminal /connect your ssh access
- Go to your magento root via this command
cd yourpathtomagentoDir
- Fire this commnad
php -f compiler.php disable
- After this do compile
php -f compiler.php compile
- After this enable compile
php -f compiler.php enable
Solution 2:
- Go to your module's xml file located in
app/etc/modules
and disable the module - Clear the cache
- Now you are able to login in back end
- Disable the compiler and install your module
- Do compile and enable your magento compile
edited May 12 '17 at 6:16
Teja Bhagavan Kollepara
2,99241950
2,99241950
answered Mar 29 '17 at 7:21
Murtuza ZabuawalaMurtuza Zabuawala
12.7k73363
12.7k73363
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%2f166668%2ffatal-error-class-adminmodule-customerpage-helper-data-not-found-in-home-web%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
Thank you dears for helping me. I can try this method to resolve this issue.
– Sadam Hussain
Mar 29 '17 at 9:18
Can you share app/code/.../etc/config.xml from this module?
– sv3n
May 12 '17 at 7:12