Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7488069
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T14:43:43+00:00 2026-05-29T14:43:43+00:00

I am trying to set a custom backend model for a custom attribute. The

  • 0

I am trying to set a custom backend model for a custom attribute. The problem is that Magento prepends the ‘Mage’ directory to the path, so I can’t keep all the files in my extension directory.

Code:

$setup = new Mage_Eav_Model_Entity_Setup('core_setup');
$setup->addAttribute('catalog_category', $postData['attribute_code'], array(
                        'label'      => $postData['frontend_label'],
                        'input'      => $postData['frontend_input'],
                        'backend'    => 'my_company/myextension_model_category_attribute_backend_file',
                        'required'   => $postData['is_required'],
                        'global'     => Mage_Catalog_Model_Resource_Eav_Attribute::SCOPE_STORE,
                        'group'      => $postData['attribute_group_name'],
                        'sort_order' => $postData['sort_order']
));

Instead of the path being relative to my extension, ‘Mage’ gets prepended and results in this error:

Warning: include(Mage/My_Company/Model/My_Extension/Model/Category/Attribute/Backend/File.php): failed to open stream

I haven’t found a solution that works with the addAttribute() method.

In troubleshooting, it wasn’t immediately clear where Magento is prepending the path.

Everything renders fine (I’m using a file renderer), but it doesn’t save correctly without the backend of course.

I’m on Magento 1.6.1.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T14:43:45+00:00Added an answer on May 29, 2026 at 2:43 pm

    Double check if your app/code/local/Your_Company/Your_Extension/etc/config.xml registered your model to Magento system:

    <global>
        ...
        <models>
            <my_company>
                <class>Company_Extension_Model_Category_Attribute_Backend_File</class>
            </my_company>
        </models>
        ...
    </global>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to set up a custom backend that queries another database, for which
I'm trying to create a custom object that behaves properly in set operations. I've
I'm trying to set custom 'name' attribute in django form. I've been trying this
I'm trying to make a set of custom tags that encapsulate form elements (markup
I'm trying to set a source_model on a custom module in Magento. module is
I'm using jquery 1.5 and html4 standard. I'm trying to set custom attribute which
I am trying to set custom font to Paragraph, but I can't make it
I am using jboss-as-7.1.0.Final-SNAPSHOT and trying to set up custom login module that uses
I am trying to set a custom class to an Iterator through the setInfoClass
I am trying to set an image as the background of a custom UIButton.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.