Warning: main(FCKeditor/fckeditor.php) [function.main]: failed to open stream: No such file or directory in /home/chic123/public_html/admin.php on line 42
Fatal error: main() [function.require]: Failed opening required 'FCKeditor/fckeditor.php' (include_path='.:/usr/local/lib/php') in /home/chic123/public_html/admin.php on line 42
» Quick.Cart v2.x
andrewshift
2007-04-03 11:46
check that the fck folder is called FCKeditor and not fckeditor since there are differences between FCK and fck.
chaudhary
2007-04-03 13:35
Hi andrewshift thanks i got it
pchammer
2007-11-05 12:03
When I try to install the FCKeditor into quickcart 1.2 I receive this error. Parse error: syntax error, unexpected '}' in /var/www/xxxx/xxxxxxxl/HTML/php-files/infusions/twb_shopping_cart/plugins/edit/htmleditor.php on line 28 Binary upload doesn't help on this matter. What to do?
merci
2007-11-06 08:50
pchammer - it is hard to say, what is wrong, paste here a code from file htmleditor.php, I will try to find where is a problem.
pchammer
2007-11-10 00:25
Code from the site (step4): function htmlEditor( $sName = 'tresc', $iH = '300', $iW = '400', $sContent = '' ) { $oFCKeditor = new FCKeditor($sName) ; $oFCKeditor->BasePath = 'fckeditor/'; $oFCKeditor->Value = $sContent; $oFCKeditor->Width = '100%'; $oFCKeditor->Height = $iH; return $oFCKeditor->CreateHtml(); } i REMOVED THE LAST BRACKET -->works like a charm now!
Hi, for the qc2.2 pro and ext versions you need to disable friendly url's (under configuration) and rename the .htaccess in the qc root dir to ie _htaccess. Otherwise the fckeditor won't work. Is the someone who can fix the rewrite rules (in the .htaccess file) so that all starting with admin.php is ignored?