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