I has sended message to support, thank you.
Meantime...
For testing, I has modified the path into file form.php as follow:
$scriptpath = substr( $_SERVER['SCRIPT_FILENAME'], 0, -4 );
$paths = explode ( DIRECTORY_SEPARATOR , $scriptpath );
$myName = end($paths);
require $scriptpath . '/
TEST/fbapp/php/config.inc.php';
and result of
http://www.hobbyeart.it/form/autunno_in … a/form.php
is an error (obviously) where I can see this error of construction of the path:
/usr/local/psa/home/vhosts/hobbyeart.it + httpdocs/form/autunno_inverno_2012/Elettra/genova/TEST/form/
=
/usr/local/psa/home/vhosts/hobbyeart.it/httpdocs/form/autunno_inverno_2012/Elettra/genova/TEST/form/
So I thing that the error is in the construction of the path
Have you some idea to resolve it?
Thank you