scorpio33 Posted January 12, 2005 Posted January 12, 2005 I just installed this Contribution. I am getting these two errors under the new products box on the main page. Warning: main(includes/languages/english/mainpage.php): failed to open stream: No such file or directory in /hsphere/local/home/ricky33/gamesrealcheap.com/catalog/index.php on line 327 Warning: main(): Failed opening 'includes/languages/english/mainpage.php' for inclusion (include_path='.:/usr/local/lib/php') in /hsphere/local/home/ricky33/gamesrealcheap.com/catalog/index.php on line 327 I also get this mess showing on the page when i click on Catalog in my admin. } else { // create category/product info $heading[] = array('text' => '' . EMPTY_CATEGORY . ''); $contents[] = array('text' => TEXT_NO_CHILD_CATEGORIES_OR_PRODUCTS); } break; } if ( (tep_not_null($heading)) && (tep_not_null($contents)) ) { echo ' ' . "\n"; $box = new box; echo $box->infoBox($heading, $contents); echo ' ' . "\n"; // Add neccessary JS for WYSIWYG editor of category image if($action=='edit_category'){ if (HTML_AREA_WYSIWYG_DISABLE != 'Disable'){ echo ' '; } } } The E-mail part of the install works great. I would like to have the rest of the contribution working just as good. Please help me to fix these problems if you can. Thanks in advance Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.