Mage_Ajaxsddto_Helper_Data' not found in appMage.php on line 547 Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Fatal error: Class 'Mage_Concept_Helper_Data' not found in C:xampphtdocsmyshopappMage.php on line 547Fatal error: Class 'Magentothem_Installtemplate_Helper_Data' not found in Mage.php on line 547Fatal error: Class 'Mage_Compiler_Helper_Data' not found in /var/www/app/Mage.php on line 547Fatal error: Class 'Mage_Groupdeals_Helper_Data' not found in magentoappMage.php on line 547Fatal error: Class 'Magestore_Magenotification_Helper_Data' not found in /home/ashoocom/public_html/Magento/ashoo/app/Mage.php on line 547Fatal error: Class 'Mage_Localhelper_Helper_Basic' not found in /var/www/html/app/Mage.php on line 547Fatal error: Class 'Mage_Ultimo_Helper_Data' not found in /home/archtraders/stationerypoint/app/Mage.php on line 547Fatal error: Class 'Mage_Blog_Helper_Data' not found in /home/teamgack/public_html/lafzz.com/app/Mage.php on line 547Class 'Mage_Api_Helper_Data' not found in app/Mage.php on line 547How to solve PHP Fatal error: Class 'Eltrino_DiamanteDesk_Helper_Data' not found in /home/abc/public_html/app/Mage.php on line 547
What were wait-states, and why was it only an issue for PCs?
What's called a person who works as someone who puts products on shelves in stores?
Why did Israel vote against lifting the American embargo on Cuba?
Putting Ant-Man on house arrest
What does the black goddess statue do and what is it?
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
When I export an AI 300x60 art board it saves with bigger dimensions
TV series episode where humans nuke aliens before decrypting their message that states they come in peace
Marquee sign letters
Is it appropriate to mention a relatable company blog post when you're asked about the company?
In search of the origins of term censor, I hit a dead end stuck with the greek term, to censor, λογοκρίνω
Is there a possibility to generate a list dynamically in Latex?
Why isn't everyone flabbergasted about Bran's "gift"?
What *exactly* is electrical current, voltage, and resistance?
What is /etc/mtab in Linux?
How would it unbalance gameplay to rule that Weapon Master allows for picking a fighting style?
Can gravitational waves pass through a black hole?
Israeli soda type drink
How did Elite on the NES work?
Will I lose my paid in full property
Could a cockatrice have parasitic embryos?
Where to find documentation for `whois` command options?
Writing a T-SQL stored procedure to receive 4 numbers and insert them into a table
Is it OK if I do not take the receipt in Germany?
Mage_Ajaxsddto_Helper_Data' not found in appMage.php on line 547
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Fatal error: Class 'Mage_Concept_Helper_Data' not found in C:xampphtdocsmyshopappMage.php on line 547Fatal error: Class 'Magentothem_Installtemplate_Helper_Data' not found in Mage.php on line 547Fatal error: Class 'Mage_Compiler_Helper_Data' not found in /var/www/app/Mage.php on line 547Fatal error: Class 'Mage_Groupdeals_Helper_Data' not found in magentoappMage.php on line 547Fatal error: Class 'Magestore_Magenotification_Helper_Data' not found in /home/ashoocom/public_html/Magento/ashoo/app/Mage.php on line 547Fatal error: Class 'Mage_Localhelper_Helper_Basic' not found in /var/www/html/app/Mage.php on line 547Fatal error: Class 'Mage_Ultimo_Helper_Data' not found in /home/archtraders/stationerypoint/app/Mage.php on line 547Fatal error: Class 'Mage_Blog_Helper_Data' not found in /home/teamgack/public_html/lafzz.com/app/Mage.php on line 547Class 'Mage_Api_Helper_Data' not found in app/Mage.php on line 547How to solve PHP Fatal error: Class 'Eltrino_DiamanteDesk_Helper_Data' not found in /home/abc/public_html/app/Mage.php on line 547
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
unable to open permissions_role page I get below error
-Class 'Mage_Ajaxsddto_Helper_Data' not found in E:CUBE9-XAMPPhtdocsboxedappMage.php on line 547
already added below code
4/ Add it on the node like this:
<helpers>
<ajaxsddto>
<class>Vendor_Ajaxsddto_Helper</class>
</ajaxsddto>
</helpers>
5/ Create folder app/code/community/local/Vendor/Ajaxsddto/Helper folder if it doesn't exists and create file Data.php:
class Vendor_Ajaxsddto_Helper_Data extends Mage_Core_Helper_Abstract
any other resolution.
config.xml file
0.1.0
standard
Etheme_Ajaxaddto
ajax
ajaxaddto.xml
<global>
<models>
<ajax>
<class>Etheme_Ajaxaddto_Model</class>
<resourceModel>ajax_mysql4</resourceModel>
</ajax>
<ajax_mysql4>
<class>Etheme_Ajaxaddto_Model_Mysql4</class>
<entities>
<ajax>
<table>ajax</table>
</ajax>
</entities>
</ajax_mysql4>
</models>
<resources>
<ajax_setup>
<setup>
<module>Etheme_Ajaxaddto</module>
</setup>
<connection>
<use>core_setup</use>
</connection>
</ajax_setup>
<ajax_write>
<connection>
<use>core_write</use>
</connection>
</ajax_write>
<ajax_read>
<connection>
<use>core_read</use>
</connection>
</ajax_read>
</resources>
<blocks>
<ajax>
<class>Etheme_Ajaxaddto_Block</class>
</ajax>
</blocks>
<helpers>
<ajaxaddto>
<class>Etheme_Ajaxaddto_Helper</class>
</ajaxaddto>
</helpers>
<events>
<controller_action_postdispatch>
<observers>
<etheme_ajaxaddto_observer>
<type>singleton</type>
<class>Etheme_Ajaxaddto_Model_Observer</class>
<method>getListproduct</method>
</etheme_ajaxaddto_observer>
</observers>
</controller_action_postdispatch>
</events>
</global>
magento-1.9
add a comment |
unable to open permissions_role page I get below error
-Class 'Mage_Ajaxsddto_Helper_Data' not found in E:CUBE9-XAMPPhtdocsboxedappMage.php on line 547
already added below code
4/ Add it on the node like this:
<helpers>
<ajaxsddto>
<class>Vendor_Ajaxsddto_Helper</class>
</ajaxsddto>
</helpers>
5/ Create folder app/code/community/local/Vendor/Ajaxsddto/Helper folder if it doesn't exists and create file Data.php:
class Vendor_Ajaxsddto_Helper_Data extends Mage_Core_Helper_Abstract
any other resolution.
config.xml file
0.1.0
standard
Etheme_Ajaxaddto
ajax
ajaxaddto.xml
<global>
<models>
<ajax>
<class>Etheme_Ajaxaddto_Model</class>
<resourceModel>ajax_mysql4</resourceModel>
</ajax>
<ajax_mysql4>
<class>Etheme_Ajaxaddto_Model_Mysql4</class>
<entities>
<ajax>
<table>ajax</table>
</ajax>
</entities>
</ajax_mysql4>
</models>
<resources>
<ajax_setup>
<setup>
<module>Etheme_Ajaxaddto</module>
</setup>
<connection>
<use>core_setup</use>
</connection>
</ajax_setup>
<ajax_write>
<connection>
<use>core_write</use>
</connection>
</ajax_write>
<ajax_read>
<connection>
<use>core_read</use>
</connection>
</ajax_read>
</resources>
<blocks>
<ajax>
<class>Etheme_Ajaxaddto_Block</class>
</ajax>
</blocks>
<helpers>
<ajaxaddto>
<class>Etheme_Ajaxaddto_Helper</class>
</ajaxaddto>
</helpers>
<events>
<controller_action_postdispatch>
<observers>
<etheme_ajaxaddto_observer>
<type>singleton</type>
<class>Etheme_Ajaxaddto_Model_Observer</class>
<method>getListproduct</method>
</etheme_ajaxaddto_observer>
</observers>
</controller_action_postdispatch>
</events>
</global>
magento-1.9
Can you please add code of yourconfig.xml
– Piyush
Mar 2 '17 at 6:47
add a comment |
unable to open permissions_role page I get below error
-Class 'Mage_Ajaxsddto_Helper_Data' not found in E:CUBE9-XAMPPhtdocsboxedappMage.php on line 547
already added below code
4/ Add it on the node like this:
<helpers>
<ajaxsddto>
<class>Vendor_Ajaxsddto_Helper</class>
</ajaxsddto>
</helpers>
5/ Create folder app/code/community/local/Vendor/Ajaxsddto/Helper folder if it doesn't exists and create file Data.php:
class Vendor_Ajaxsddto_Helper_Data extends Mage_Core_Helper_Abstract
any other resolution.
config.xml file
0.1.0
standard
Etheme_Ajaxaddto
ajax
ajaxaddto.xml
<global>
<models>
<ajax>
<class>Etheme_Ajaxaddto_Model</class>
<resourceModel>ajax_mysql4</resourceModel>
</ajax>
<ajax_mysql4>
<class>Etheme_Ajaxaddto_Model_Mysql4</class>
<entities>
<ajax>
<table>ajax</table>
</ajax>
</entities>
</ajax_mysql4>
</models>
<resources>
<ajax_setup>
<setup>
<module>Etheme_Ajaxaddto</module>
</setup>
<connection>
<use>core_setup</use>
</connection>
</ajax_setup>
<ajax_write>
<connection>
<use>core_write</use>
</connection>
</ajax_write>
<ajax_read>
<connection>
<use>core_read</use>
</connection>
</ajax_read>
</resources>
<blocks>
<ajax>
<class>Etheme_Ajaxaddto_Block</class>
</ajax>
</blocks>
<helpers>
<ajaxaddto>
<class>Etheme_Ajaxaddto_Helper</class>
</ajaxaddto>
</helpers>
<events>
<controller_action_postdispatch>
<observers>
<etheme_ajaxaddto_observer>
<type>singleton</type>
<class>Etheme_Ajaxaddto_Model_Observer</class>
<method>getListproduct</method>
</etheme_ajaxaddto_observer>
</observers>
</controller_action_postdispatch>
</events>
</global>
magento-1.9
unable to open permissions_role page I get below error
-Class 'Mage_Ajaxsddto_Helper_Data' not found in E:CUBE9-XAMPPhtdocsboxedappMage.php on line 547
already added below code
4/ Add it on the node like this:
<helpers>
<ajaxsddto>
<class>Vendor_Ajaxsddto_Helper</class>
</ajaxsddto>
</helpers>
5/ Create folder app/code/community/local/Vendor/Ajaxsddto/Helper folder if it doesn't exists and create file Data.php:
class Vendor_Ajaxsddto_Helper_Data extends Mage_Core_Helper_Abstract
any other resolution.
config.xml file
0.1.0
standard
Etheme_Ajaxaddto
ajax
ajaxaddto.xml
<global>
<models>
<ajax>
<class>Etheme_Ajaxaddto_Model</class>
<resourceModel>ajax_mysql4</resourceModel>
</ajax>
<ajax_mysql4>
<class>Etheme_Ajaxaddto_Model_Mysql4</class>
<entities>
<ajax>
<table>ajax</table>
</ajax>
</entities>
</ajax_mysql4>
</models>
<resources>
<ajax_setup>
<setup>
<module>Etheme_Ajaxaddto</module>
</setup>
<connection>
<use>core_setup</use>
</connection>
</ajax_setup>
<ajax_write>
<connection>
<use>core_write</use>
</connection>
</ajax_write>
<ajax_read>
<connection>
<use>core_read</use>
</connection>
</ajax_read>
</resources>
<blocks>
<ajax>
<class>Etheme_Ajaxaddto_Block</class>
</ajax>
</blocks>
<helpers>
<ajaxaddto>
<class>Etheme_Ajaxaddto_Helper</class>
</ajaxaddto>
</helpers>
<events>
<controller_action_postdispatch>
<observers>
<etheme_ajaxaddto_observer>
<type>singleton</type>
<class>Etheme_Ajaxaddto_Model_Observer</class>
<method>getListproduct</method>
</etheme_ajaxaddto_observer>
</observers>
</controller_action_postdispatch>
</events>
</global>
magento-1.9
magento-1.9
edited Mar 2 '17 at 7:13
Vrushali Chavan
asked Mar 1 '17 at 11:47
Vrushali ChavanVrushali Chavan
42
42
Can you please add code of yourconfig.xml
– Piyush
Mar 2 '17 at 6:47
add a comment |
Can you please add code of yourconfig.xml
– Piyush
Mar 2 '17 at 6:47
Can you please add code of your
config.xml
– Piyush
Mar 2 '17 at 6:47
Can you please add code of your
config.xml
– Piyush
Mar 2 '17 at 6:47
add a comment |
3 Answers
3
active
oldest
votes
1/ Search recursively for the word Ajaxsddto
inside folders app/code/community/
and app/code/local/
2/ When you find the module, open his config.xml
inside app/code/community/local/Vendor/Ajaxsddto/etc
folder
3/ Search for the string <helpers>
, normally you won't find it.
4/ Add it on the <global>
node like this:
<helpers>
<ajax>
<class>Etheme_Ajaxaddto_Helper</class>
</ajax>
</helpers>
5/ Create folder app/code/community/local/Etheme/Ajaxaddto/Helper
folder if it doesn't exists and create file Data.php
:
class Etheme_Ajaxaddto_Helper_Data extends Mage_Core_Helper_Abstract
6/ Flush your Magento cache and test again.
2
after defining helper in config.xml you also have to add helper file (Data.php) in helper folder.
– Piyush
Mar 1 '17 at 13:20
already add <helpers> <ajaxsddto> <class>Vendor_Ajaxsddto_Helper</class> </ajaxsddto> </helpers>
– Vrushali Chavan
Mar 2 '17 at 6:31
I've updated point 4, don't forget to clear your Magento cache.
– Jonathan Ribas
Mar 2 '17 at 8:08
Is this solve your problem
– Vaibhav Ahalpara
Mar 2 '17 at 8:32
add a comment |
It seems like there is a typo mistake in your code.
Search for keyword ajaxsddto
in your files and replace it with ajaxaddto
. I cant say which file contains the error so You need to search in all your files for this wrong keyword.
There is no helper defined with name ajaxsddto
in your code.
add a comment |
I'm almost sure that you haven't disabled compilation (System -> Tools -> Compilation) before installing the extension. Looks like you have cleared cache and Magento took extension configuration files but does not see the php files.
If compilation is enabled, you need to recompile the source files by pressing the corresponding button on this page.
New contributor
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%2f162382%2fmage-ajaxsddto-helper-data-not-found-in-app-mage-php-on-line-547%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
1/ Search recursively for the word Ajaxsddto
inside folders app/code/community/
and app/code/local/
2/ When you find the module, open his config.xml
inside app/code/community/local/Vendor/Ajaxsddto/etc
folder
3/ Search for the string <helpers>
, normally you won't find it.
4/ Add it on the <global>
node like this:
<helpers>
<ajax>
<class>Etheme_Ajaxaddto_Helper</class>
</ajax>
</helpers>
5/ Create folder app/code/community/local/Etheme/Ajaxaddto/Helper
folder if it doesn't exists and create file Data.php
:
class Etheme_Ajaxaddto_Helper_Data extends Mage_Core_Helper_Abstract
6/ Flush your Magento cache and test again.
2
after defining helper in config.xml you also have to add helper file (Data.php) in helper folder.
– Piyush
Mar 1 '17 at 13:20
already add <helpers> <ajaxsddto> <class>Vendor_Ajaxsddto_Helper</class> </ajaxsddto> </helpers>
– Vrushali Chavan
Mar 2 '17 at 6:31
I've updated point 4, don't forget to clear your Magento cache.
– Jonathan Ribas
Mar 2 '17 at 8:08
Is this solve your problem
– Vaibhav Ahalpara
Mar 2 '17 at 8:32
add a comment |
1/ Search recursively for the word Ajaxsddto
inside folders app/code/community/
and app/code/local/
2/ When you find the module, open his config.xml
inside app/code/community/local/Vendor/Ajaxsddto/etc
folder
3/ Search for the string <helpers>
, normally you won't find it.
4/ Add it on the <global>
node like this:
<helpers>
<ajax>
<class>Etheme_Ajaxaddto_Helper</class>
</ajax>
</helpers>
5/ Create folder app/code/community/local/Etheme/Ajaxaddto/Helper
folder if it doesn't exists and create file Data.php
:
class Etheme_Ajaxaddto_Helper_Data extends Mage_Core_Helper_Abstract
6/ Flush your Magento cache and test again.
2
after defining helper in config.xml you also have to add helper file (Data.php) in helper folder.
– Piyush
Mar 1 '17 at 13:20
already add <helpers> <ajaxsddto> <class>Vendor_Ajaxsddto_Helper</class> </ajaxsddto> </helpers>
– Vrushali Chavan
Mar 2 '17 at 6:31
I've updated point 4, don't forget to clear your Magento cache.
– Jonathan Ribas
Mar 2 '17 at 8:08
Is this solve your problem
– Vaibhav Ahalpara
Mar 2 '17 at 8:32
add a comment |
1/ Search recursively for the word Ajaxsddto
inside folders app/code/community/
and app/code/local/
2/ When you find the module, open his config.xml
inside app/code/community/local/Vendor/Ajaxsddto/etc
folder
3/ Search for the string <helpers>
, normally you won't find it.
4/ Add it on the <global>
node like this:
<helpers>
<ajax>
<class>Etheme_Ajaxaddto_Helper</class>
</ajax>
</helpers>
5/ Create folder app/code/community/local/Etheme/Ajaxaddto/Helper
folder if it doesn't exists and create file Data.php
:
class Etheme_Ajaxaddto_Helper_Data extends Mage_Core_Helper_Abstract
6/ Flush your Magento cache and test again.
1/ Search recursively for the word Ajaxsddto
inside folders app/code/community/
and app/code/local/
2/ When you find the module, open his config.xml
inside app/code/community/local/Vendor/Ajaxsddto/etc
folder
3/ Search for the string <helpers>
, normally you won't find it.
4/ Add it on the <global>
node like this:
<helpers>
<ajax>
<class>Etheme_Ajaxaddto_Helper</class>
</ajax>
</helpers>
5/ Create folder app/code/community/local/Etheme/Ajaxaddto/Helper
folder if it doesn't exists and create file Data.php
:
class Etheme_Ajaxaddto_Helper_Data extends Mage_Core_Helper_Abstract
6/ Flush your Magento cache and test again.
edited Mar 2 '17 at 8:48
answered Mar 1 '17 at 13:09
Jonathan RibasJonathan Ribas
903411
903411
2
after defining helper in config.xml you also have to add helper file (Data.php) in helper folder.
– Piyush
Mar 1 '17 at 13:20
already add <helpers> <ajaxsddto> <class>Vendor_Ajaxsddto_Helper</class> </ajaxsddto> </helpers>
– Vrushali Chavan
Mar 2 '17 at 6:31
I've updated point 4, don't forget to clear your Magento cache.
– Jonathan Ribas
Mar 2 '17 at 8:08
Is this solve your problem
– Vaibhav Ahalpara
Mar 2 '17 at 8:32
add a comment |
2
after defining helper in config.xml you also have to add helper file (Data.php) in helper folder.
– Piyush
Mar 1 '17 at 13:20
already add <helpers> <ajaxsddto> <class>Vendor_Ajaxsddto_Helper</class> </ajaxsddto> </helpers>
– Vrushali Chavan
Mar 2 '17 at 6:31
I've updated point 4, don't forget to clear your Magento cache.
– Jonathan Ribas
Mar 2 '17 at 8:08
Is this solve your problem
– Vaibhav Ahalpara
Mar 2 '17 at 8:32
2
2
after defining helper in config.xml you also have to add helper file (Data.php) in helper folder.
– Piyush
Mar 1 '17 at 13:20
after defining helper in config.xml you also have to add helper file (Data.php) in helper folder.
– Piyush
Mar 1 '17 at 13:20
already add <helpers> <ajaxsddto> <class>Vendor_Ajaxsddto_Helper</class> </ajaxsddto> </helpers>
– Vrushali Chavan
Mar 2 '17 at 6:31
already add <helpers> <ajaxsddto> <class>Vendor_Ajaxsddto_Helper</class> </ajaxsddto> </helpers>
– Vrushali Chavan
Mar 2 '17 at 6:31
I've updated point 4, don't forget to clear your Magento cache.
– Jonathan Ribas
Mar 2 '17 at 8:08
I've updated point 4, don't forget to clear your Magento cache.
– Jonathan Ribas
Mar 2 '17 at 8:08
Is this solve your problem
– Vaibhav Ahalpara
Mar 2 '17 at 8:32
Is this solve your problem
– Vaibhav Ahalpara
Mar 2 '17 at 8:32
add a comment |
It seems like there is a typo mistake in your code.
Search for keyword ajaxsddto
in your files and replace it with ajaxaddto
. I cant say which file contains the error so You need to search in all your files for this wrong keyword.
There is no helper defined with name ajaxsddto
in your code.
add a comment |
It seems like there is a typo mistake in your code.
Search for keyword ajaxsddto
in your files and replace it with ajaxaddto
. I cant say which file contains the error so You need to search in all your files for this wrong keyword.
There is no helper defined with name ajaxsddto
in your code.
add a comment |
It seems like there is a typo mistake in your code.
Search for keyword ajaxsddto
in your files and replace it with ajaxaddto
. I cant say which file contains the error so You need to search in all your files for this wrong keyword.
There is no helper defined with name ajaxsddto
in your code.
It seems like there is a typo mistake in your code.
Search for keyword ajaxsddto
in your files and replace it with ajaxaddto
. I cant say which file contains the error so You need to search in all your files for this wrong keyword.
There is no helper defined with name ajaxsddto
in your code.
answered Mar 2 '17 at 7:43
JohnJohn
573718
573718
add a comment |
add a comment |
I'm almost sure that you haven't disabled compilation (System -> Tools -> Compilation) before installing the extension. Looks like you have cleared cache and Magento took extension configuration files but does not see the php files.
If compilation is enabled, you need to recompile the source files by pressing the corresponding button on this page.
New contributor
add a comment |
I'm almost sure that you haven't disabled compilation (System -> Tools -> Compilation) before installing the extension. Looks like you have cleared cache and Magento took extension configuration files but does not see the php files.
If compilation is enabled, you need to recompile the source files by pressing the corresponding button on this page.
New contributor
add a comment |
I'm almost sure that you haven't disabled compilation (System -> Tools -> Compilation) before installing the extension. Looks like you have cleared cache and Magento took extension configuration files but does not see the php files.
If compilation is enabled, you need to recompile the source files by pressing the corresponding button on this page.
New contributor
I'm almost sure that you haven't disabled compilation (System -> Tools -> Compilation) before installing the extension. Looks like you have cleared cache and Magento took extension configuration files but does not see the php files.
If compilation is enabled, you need to recompile the source files by pressing the corresponding button on this page.
New contributor
New contributor
answered Apr 19 at 9:43
Selcuk KaplanSelcuk Kaplan
1
1
New contributor
New contributor
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%2f162382%2fmage-ajaxsddto-helper-data-not-found-in-app-mage-php-on-line-547%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
Can you please add code of your
config.xml
– Piyush
Mar 2 '17 at 6:47