Results 1 to 2 of 2

Please Help

This is a discussion on Please Help within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Please help. I was on the older version of OSCMax and was having problems with Authorize.net so I installed a ...

      
  1. #1
    New Member
    Join Date
    Mar 2005
    Posts
    10
    Rep Power
    0


    Default Please Help

    Please help.
    I was on the older version of OSCMax and was having problems with Authorize.net so I installed a brand new version of the latest release. I then populated my old OSCMAX database via phpmyadmin into the new database. Everything looks fine, except when you click on a product it has the following errors -



    Warning: main(includes/classes/pad_PRODINFO_ATTRIBUTE_PLUGIN.php): failed to open stream: No such file or directory in /home/value/public_html/catalog/templates/fallback/content/product_info.tpl.php on line 114

    Warning: main(includes/classes/pad_PRODINFO_ATTRIBUTE_PLUGIN.php): failed to open stream: No such file or directory in /home/value/public_html/catalog/templates/fallback/content/product_info.tpl.php on line 114

    Fatal error: main(): Failed opening required 'includes/classes/pad_PRODINFO_ATTRIBUTE_PLUGIN.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/value/public_html/catalog/templates/fallback/content/product_info.tpl.php on line 114



    This is happening on every product in the store...What can I do to fix this?
    Thanks,
    Brad

  2. #2
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    21


    Default RE: Please Help

    the line you are looking for is:
    require(DIR_WS_CLASSES . 'pad_' . PRODINFO_ATTRIBUTE_PLUGIN . '.php');

    The message is saying that it's looking for a file in:
    includes/classes
    and it is not finding the file.

    There are 6 pad_*.php files in the directory. Since PRODINFO_ATTRIBUTE_PLUGIN is not defined in the /includes/filenames.php file (and since I don't work any stores with attributes) my guess is that the filename is loaded from the admin selection under configuration -> product information in the first selection labeled "Product Info Attribute Display Plugin" , which lists all 6 of the pad_ options.
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •