Welcome Guest, Not a member yet? Register   Sign In
Implentation of FCKeditor
#5

[eluser]ivantcholakov[/eluser]
Code:
include("fckeditor/fckeditor.php");

This relative path is not resolved well, obviously. I would try an absolute path, something like this:

Code:
require FCPATH.'additional/path/here/fckeditor/fckeditor.php';

or (because I don't know where the file actually is):

Code:
require APPPATH.'additional/path/here/fckeditor/fckeditor.php';

Try to calculate somehow an absolute path and use it.


Messages In This Thread
Implentation of FCKeditor - by El Forum - 01-11-2014, 01:39 AM
Implentation of FCKeditor - by El Forum - 01-11-2014, 06:27 AM
Implentation of FCKeditor - by El Forum - 01-13-2014, 02:42 AM
Implentation of FCKeditor - by El Forum - 01-13-2014, 06:15 AM
Implentation of FCKeditor - by El Forum - 01-13-2014, 08:13 AM
Implentation of FCKeditor - by El Forum - 01-19-2014, 08:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB