0 down vote favorite
Hi , to all
Having a very very strange problem.
Not really have to post any code.
I am using fckeditor to my site and i am using this line to include it to my site
where url::base(FALSE) is my root path and it works great.
So the above path is actually
Well i have the same instance and version of fckeditor in another site and i use the exact same tactic and include command
But then it shows the message
failed to open stream: No such file or directory
For the record i work in Kohana framework and have checked if it is a folder rights issue
I cant find out why..
Hi , to all
Having a very very strange problem.
Not really have to post any code.
I am using fckeditor to my site and i am using this line to include it to my site
$path=url::base(FALSE)."static/scripts/fckeditor/fckeditor.php"; include("$path");
where url::base(FALSE) is my root path and it works great.
So the above path is actually
/mysite/web/admin/static/scripts/fckeditor/fckeditor.php
Well i have the same instance and version of fckeditor in another site and i use the exact same tactic and include command
include(/myothersite/web/admin/static/scripts/fckeditor/fckeditor.php);
But then it shows the message
failed to open stream: No such file or directory
For the record i work in Kohana framework and have checked if it is a folder rights issue
I cant find out why..