Well, I get it!!!!!!!! I forget to create a directory at htdocs level.
;-)
QUOTE (oscarpena @ Oct 23 2009, 06:49 AM)

I 'm configuring CMS (Innovastudio) but the application request me the real path like this: //The real path
//$sBase0="/home/yourserver/htdocs/Editor/assets"; //example for Unix server
I'm try it a line like that but not funtion
Which is exacltly the real path with Network Solutions hosting server?
I've used too the following script to know real path but don't funtion:
<?php
$path = getcwd();
echo $path;
?>
The result is:
/data/20/1/121/115/1936930/user/21xxx27/htdocs
So I change the inicial line for:
$sBase0="/data/20/1/121/115/1936930/user/21xxx27/htdocs/Editor/assets
A wrong message appear on screen
Best regards,
Oscar Peña