Can anyone tell me why this happen?
Posted: Fri May 30, 2008 3:04 am
I have this code in a page.
When I run the page I get this message.
/home/procell/procell-www/new/administration/html_editor/
Warning: main(/home/procell/procell-www/administration/html_editor/class/toolbars.class.php) [function.main]: failed to open stream: No such file or directory in /home3/procell/procell-www/new/administration/html_editor/spaw_control.class.php on line 19
If you see, the echo is correct but in the include the /new dosn't appear.
Can anyone help me?
Thanks in advance.
Code: Select all
$spaw_root = $_SERVER['DOCUMENT_ROOT'].'/new/administration/html_editor/';
echo $spaw_root;
include ($spaw_root.'config/spaw_control.config.php');
include ($spaw_root.'class/toolbars.class.php');
include ($spaw_root.'class/lang.class.php');
/home/procell/procell-www/new/administration/html_editor/
Warning: main(/home/procell/procell-www/administration/html_editor/class/toolbars.class.php) [function.main]: failed to open stream: No such file or directory in /home3/procell/procell-www/new/administration/html_editor/spaw_control.class.php on line 19
If you see, the echo is correct but in the include the /new dosn't appear.
Can anyone help me?
Thanks in advance.