Page 1 of 1
Installation

Posted:
Mon Nov 02, 2009 10:44 am
by ancla
Hello,
After installation and after finishing of "Creating your first Application", when the browser is pointed to 'index.php' get a message HTTP 500.
I think installation is ok and the issue is due to some problem with my server to draw information from database (connection to database is ok).
Can anyone help me to solve this issue, please? Thanks in advance.

Posted:
Mon Nov 02, 2009 12:20 pm
by shannah
500 sounds like it might be an error in your .htaccess file. Check your server error log to see for sure.

Posted:
Mon Nov 02, 2009 1:48 pm
by ancla
This is a file of mi server error log regarding to this issue, but I do not understand it. May be can help you?
83.52.244.20 - Ancla21 [02/Nov/2009:11:27:25 -0500] "GET /BDclientes/index.php HTTP/1.0" 500 0 "http://anclaonline.com/intranet/dis_web/dis_es_cen.htm" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)"

Posted:
Thu Nov 05, 2009 7:57 am
by ancla
Pehaps can help this error log I found in my server:
PHP Warning: require_once(/DATAFACE/dataface-public-api.php) [<a>function.require-once</a>]: failed to open stream: No such file or directory in /hermes/bosweb/web299/b2991/sl.ancla21/public_html/BDclientes/index.php on line 2
PHP Fatal error: require_once() [<a>function.require</a>]: Failed opening required '/DATAFACE/dataface-public-api.php' (include_path='.:/usr/local/lib/php-5.2.4/lib/php') in /hermes/bosweb/web299/b2991/sl.ancla21/public_html/BDclientes/index.php on line 2

Posted:
Thu Nov 05, 2009 8:03 am
by Jean
Hola Angel,
Did you include the right path and URL to your Xataface directory like in this example ?
- Code: Select all
require_once '/var/www/html/xataface-1.1.2/dataface-public-api.php';
// include the initialization file
df_init(__FILE__ , 'http://lintranet/xataface-1.1.2');
Jean