Windows XAMPP install issue

A place for users and developers of the Xataface to discuss and receive support.

Windows XAMPP install issue

Postby butchseaman » Thu Jan 28, 2010 10:27 am

I am trying to install xataface in XAMMP on a XP os box.

info page gives me this
F:\PortableApps\xampp\htdocs\xataface/Dataface/templates
Iam using xataface-1.2.3b2 xataface release

and I am getting this output on my page:
display(); ?>

That's it ... I can use the wrong password for the database or other changes and never get a different message. I am missing something here but have just failed to see what it is.
---------------------------

INDEX.PHP
<?
require_once "\xataface\dataface-public-api.php";
df_init(__FILE__, "http://localhost/xataface");
$app =& Dataface_Application::getInstance();
$app->display();
?>

---------------------------

CONF.INI
[_database]
host = "localhost"
user = "root"
password = "et"
name = "test"

[_tables]
id = "id"
inst = "inst"

some direction on this would be really appreciated. I have tried numerous variations with no luck...

Thanks
Butch
butchseaman
 
Posts: 21
Joined: Sat Jan 23, 2010 8:51 am

Re: Windows XAMPP install issue

Postby shannah » Thu Jan 28, 2010 11:03 am

You have short_open_tags turned off. You need to use <?php for your open tag instead of just <?
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm

Re: Windows XAMPP install issue

Postby butchseaman » Thu Jan 28, 2010 11:18 am

Steve...

You are the man..! :D
Each post where I have issues just show me how much I DON'T know about what I am doing...

Thanks man

Butch
butchseaman
 
Posts: 21
Joined: Sat Jan 23, 2010 8:51 am


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 9 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved