Guest Posted April 9, 2005 Posted April 9, 2005 Hi all, First, thanks for this contribution and thanks to all of you who have made osc possible. Second, please bear with me as I am new to osc and php. I hope that I am posting in the right forum for my questions. If not, please direct me to the correct forum. History: I am using a winxp machine and IE 6.0. I installed osc about a month ago and have added a few contributions but I am not sure which ones. (I will be documenting all future updates). I'm not sure which version of osc I am running and am unsure where to check. I recently attempted to install WYSIWYG HTMLArea MS2 v1.7 using the step by steo installation guide. I backed up my catalog and database prior to installing this contribution but I would like to try to make it work before I restoring the back up. Here are my errors: 1.) On my mainpage the following is displayed. Warning: main(includes/languages/english/mainpage.php): failed to open stream: No such file or directory in /home/.shared/server/youbeadit.com/shop/index.php on line 307 And Warning: main(): Failed opening 'includes/languages/english/mainpage.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/.shared/server/youbeadit.com/shop/index.php on line 307 2.) In /shop/admin/categories.php?selected_box=catalog the following is displayed. } 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 ' '; } } } Does anyone have any suggestions as to how to troubleshoot this? I'm primarily concerned with adding html to products and not as concerned with html emails. Perhaps I installed the wrong contribution? Any help would be greatly appreciated. Thanks in advance, Jay
Thijs_NL Posted September 28, 2005 Posted September 28, 2005 I have the same problemas you discribed in point 2. It looks like a faultin the manual ? How have you fixed this, or maybe someone else can help me with this ?
Thijs_NL Posted September 28, 2005 Posted September 28, 2005 I have found the problem ! What happened was some comment-outs that I had made that the HTML didn't liked. There was also a "fault" in the manual with step 1.1g if you ask me. Just add the code under it befor the last } there and without what you have searched for.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.