skip to Main Content

Magento 1.9 Fatal Error : Class Helper Data not found

I have create a new extension. It appears a error which means that the helper data class not found. My config files are as follows. appcodelocalETLizenzetcconfig.xml <config> <modules> <ET_Lizenz> <version>1.0.0</version> </ET_Lizenz> </modules> <global> <helpers> <ET_Lizenz> <class>ET_Lizenz_Helper</class> </ET_Lizenz> </helpers> <blocks> <ET_Lizenz>…

VIEW QUESTION

php instance error, Not found – Telegram API

I try to learn MadelineProto for make a my telegram userBot. When I make the instance of the API class, I get this Error: PHP Fatal error: Uncaught Error: Class 'API' not found in /var/www/html/projects/quotidiano/MadelineProto/src/danog/MadelineProto/test.php:3 The code is this: $MadelineProto…

VIEW QUESTION

add dynamic class with css binding – Magento

I want to add a class behind payment-method by function with the knockout css binding (in Magento 2.1). So this is the current code: <div class="payment-method" data-bind="css: {'_active': (getCode() == isChecked())}"> <div class="payment-method-title field choice"> <input type="radio" name="payment[method]" class="radio" data-bind="attr:…

VIEW QUESTION

Divi theme – How to create custom Divi module?

How can I add a custom module for Divi Wordpress theme? http://www.elegantthemes.com/gallery/divi/ Original modules are created in main-modules.php Example: class ET_Builder_Module_Gallery extends ET_Builder_Module { .... } But the ET_Builder_Module class is not accessible in my plugin, or in theme functions.php

VIEW QUESTION
Back To Top
Search