cancel
Showing results for 
Search instead for 
Did you mean: 

Helper Data

Helper Data

Hello Magento Family

How to Fix this issue Magento 1
Fatal error: Class 'Cryozonic_Stripe_Helper_Data' not found in /home4/ghg3d1lj/public_html/app/Mage.php on line 547

3 REPLIES 3

Re: Helper Data

Hello @Reeehan ,

 

Please create Data.php file on below location, You find directory on existing folder so you will get one of the below directories in your file structure  

  • app/code/local/Cryozonic/Stripe/Helper
  • app/code/community/Cryozonic/Stripe/Helper

 

<?php

class Cryozonic_Stripe_Helper_Data extends Mage_Core_Helper_Abstract {

}


--
If my answer is useful, please Accept as Solution & give Kudos

 

Re: Helper Data

Hello @Reeehan 

 

Please verify Data.php file exist or not at location app/code/community/Cryozonic/Stripe/Helper. If file doesn't exit there please check the extension folder from where you have uploaded and copy Data.php file to same location. Because there are some predefined functions which will be helpful in later functionality for stripe. 

 

If my answer is useful, please Accept as Solution & give Kudos.

Re: Helper Data

Thank you for responding just disable compile and add install the extension and run compile than working fine