JamesThePanda Posted July 21, 2009 Share Posted July 21, 2009 Hi Im adding the FCK editor to and Os Commerce installation. Im having a problem on the html_output page Does anyone know why I am getting this error? I have replaced the domain name with domain.com I think the error start with this code Im ment to add require("../../FCKeditor/fckeditor.php"); Here is the error Warning: require(../../FCKeditor/fckeditor.php) [function.require]: failed to open stream: No such file or directory in /home/suni4691/public_html/domain.com/admin/includes/functions/html_output.php on line 13 Warning: require(../../FCKeditor/fckeditor.php) [function.require]: failed to open stream: No such file or directory in /home/suni4691/public_html/domain.com/admin/includes/functions/html_output.php on line 13 Fatal error: require() [function.require]: Failed opening required '../../FCKeditor/fckeditor.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/suni4691/public_html/domain.com/admin/includes/functions/html_output.php on line 13 Thanks James Link to comment https://forums.phpfreaks.com/topic/166734-php-error/ Share on other sites More sharing options...
simon551 Posted July 21, 2009 Share Posted July 21, 2009 php can't find the file. are you sure it's there? /home/suni4691/public_html/domain.com/admin/FCKeditor/fckeditor.php Link to comment https://forums.phpfreaks.com/topic/166734-php-error/#findComment-879247 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.