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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||