Page 1 of 1

Support for Dataface 0.7.1

PostPosted: Sat Jan 16, 2010 3:40 pm
by r0n2990
So I have been using Dataface(Xataface now) for the past 3 years and it works beautifully.

I went to reload the program and had some issues getting it working but I have it pretty much working except for two big issues.

This shows on all pages when I load the website:
Code: Select all
Warning: syntax error, unexpected BOOL_FALSE in C:\xampplite\htdocs\Dataface/lang/en.ini on line 23 in C:\xampplite\htdocs\Dataface\Dataface\ConfigTool.php on line 327


and this warning happens when I try to login to my application:

Code: Select all
Warning: Cannot modify header information - headers already sent by (output started at C:\xampplite\htdocs\Dataface\Dataface\ConfigTool.php:327) in C:\xampplite\htdocs\Dataface\Dataface\AuthenticationTool.php on line 284


Some background information:

Using the auction application as the base of my program.
Using windows XP SP3(I know i should be using Linux but that is not possible right now.
Applicaitons:Apache 2.2.14 (IPv6 enabled)
MySQL 5.1.41 + PBXT engine
PHP 5.3.1

Any Help would be greatly appreciated.

-r0n2990

Re: Support for Dataface 0.7.1

PostPosted: Mon Jan 18, 2010 1:45 am
by Jean
Well Ron,
I hope this helps :
The problem with headers commonly comes from a space before the
Code: Select all
<?php
or after the
Code: Select all
?>
in any file included. For the first problem, I don't know.
Jean

Re: Support for Dataface 0.7.1

PostPosted: Mon Jan 25, 2010 11:11 am
by shannah
This is actually a bug with PHP 5.3 See the stick posts about the PHP 5.3 bug. If you downgrade to PHP 5.2.x or upgrade to 5.3.2 or higher (presumeably), it should fix this issue.
Alternatively, you could try just replacing the Dataface/Config.php file in your distribution with the one from the latest as this contains a workaround for PHP 5.3.