Help - Search - Members - Calendar
Full Version: Fckeditor Integration Problem
Zymic Webmaster Forums > Web Design & Development > Server Side Scripting > PHP
Noobkiller
Hi! I'm try to use FCKeditor free text editor for my website but when I run the following code

CODE
<?php
include_once("fckeditor/fckeditor.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Dynamic Website Test</title>
</head>
<body>
<a href="index.php" target="_self" >Home</a>
<a href="post.php" target="_self" >Post New Article</a>
<a href="register.php" target="_self" >Create New Account</a>
</body>
</html>


I always get this error
QUOTE
Warning: include_once(fckeditor_php5.php) [function.include-once]: failed to open stream: No such file or directory in /www/vndv.com/b/o/o/booo/htdocs/fckeditor/fckeditor.php on line 31

Warning: include_once() [function.include]: Failed opening 'fckeditor_php5.php' for inclusion (include_path='.:/usr/share/php') in /www/vndv.com/b/o/o/booo/htdocs/fckeditor/fckeditor.php on line 31


Can anyone please help me?
Noobkiller
^BUMP
Trippin7464
Take advantage of the samples in the fckeditor download.
Make sure you have the path correct and there isn't any capitalization mistakes (Caps makes a difference)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.