Hi everybody.
hope you can help me with my issue.
My application run perfectly in my local environment for windows (php 5.2.5,apache 2.2.8,mysql 5.0)
However when I uploaded to my x10hosting account, it does not work it display this error
Warning: require_once(Auth.php) ...
Failed opening required 'Auth.php' (include_path='.:/x10hosting/php2/pear/PEAR;/home/apeesoft/public_html/citas_medicas/PEAR/')
the string connection in my local working environment is
$CITAS_MEDICAS['dsn_mysql'] = "mysql://cm_user:12345@localhost/citas_medicas2";
where user: cm_user ; password:12345 ; db: citas_medicas
and the string being used in my x10hosting account was set so:
$CITAS_MEDICAS['dsn_mysql'] = "mysql://apeesoft_cmuser:12345@localhost/apeesoft_citasmedicas2";
where user:apeesoft_cmuser ; password:12345 ; DB: apeesoft_citasmedicas2
hope to get any feed back from you
thanks in advance
hope you can help me with my issue.
My application run perfectly in my local environment for windows (php 5.2.5,apache 2.2.8,mysql 5.0)
However when I uploaded to my x10hosting account, it does not work it display this error
Warning: require_once(Auth.php) ...
Failed opening required 'Auth.php' (include_path='.:/x10hosting/php2/pear/PEAR;/home/apeesoft/public_html/citas_medicas/PEAR/')
the string connection in my local working environment is
$CITAS_MEDICAS['dsn_mysql'] = "mysql://cm_user:12345@localhost/citas_medicas2";
where user: cm_user ; password:12345 ; db: citas_medicas
and the string being used in my x10hosting account was set so:
$CITAS_MEDICAS['dsn_mysql'] = "mysql://apeesoft_cmuser:12345@localhost/apeesoft_citasmedicas2";
where user:apeesoft_cmuser ; password:12345 ; DB: apeesoft_citasmedicas2
hope to get any feed back from you
thanks in advance