PDA

View Full Version : WSOD


clawson
17-09-04, 05:53 AM
I have a WSOD. I put into index.php the line:

ini_set('display_errors', 1);

and this is what I got back....:

Parse error: syntax error, unexpected T_CLONE, expecting T_STRING in C:\apache2triad\htdocs\dotproject\classes\dp.class .php on line 98

Probably my config file, but can't figure it out.
Database Created
Users created and privileged
root directory correct

Used Apache2Triad bundle...

My system check is clean...:

MySQL Available OK
MySQL Server Version
MySQL Database Connection Connected OK
MySQL Database Select Selected OK
Operating System Windows NT BSDC 5.1 build 2600
PHP Version 5.0.1 OK
Server API apache2handler
Web Server Apache/2.0.50 (Win32) PHP/5.0.1
User Agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
default locale LC_COLLATE=C
LC_CTYPE=English_United States.1252
LC_MONETARY=C
LC_NUMERIC=C
LC_TIME=C

session.auto_start 0 OK
session.save_handler files
session.save_path C:\apache2triad\temp OK
session.serialize_handler php
session.use_cookies 1 OK
session.use_trans_sid 0 OK
file_uploads 1 OK
/locales/en directory writable 1 OK
/files directory writable 1 OK
/files/temp directory writable 1 OK
root_dir C:/apache2triad/htdocs/dotproject root_dir seems to be incorrect, probably should be

clawson
17-09-04, 08:39 AM
I loaded the CVS snapshot and it worked. However, the CVS is not very stable and I would like to run a stable version. Any suggestions are appreciated...

ajdonnison
17-09-04, 09:16 AM
You are using PHP5, which is not supported. You are essentially on your own. The CVS may work, but it has not been fully qualified for PHP5.