Install Problem

I have uploaded your scripts, set the permissions but when I try to get to the install page it just shows up as a blank white page.

Do you have PHP 5?

Yes MySQL client version: 5.0.41, http://flyjetquest.com/Portal/install/install.php

My files and folders are all set to 666 not 777 everything can read/write just not execute I don’t believe this is the problem as I can install countless other php programs/forums on my server.

I think you do need execute permissions since the scripts are executed. Might as well try 775.Also, try turning on error reporting in your server/php.ini file (display_errors=on), as well has error_reporting=E_ALL.Blank page usually indicates some sort of parse error.

I tured on the error reporting and I have a bunch of errorshttp://flyjetquest.com/Portal/install/install.php include CLASS_PATH . ‘/DB.class.php’; include CLASS_PATH . ‘/Template.class.php’; include CLASS_PATH . ‘/TemplateSet.class.php’; include CLASS_PATH . ‘/Vars.class.php’;It is looking for these and not finding them and I do not see them in the zip file I download from the site or in what I have uploaded.

Those should be in the core/classes folder.Download the complete copy and re-upload I guess. Let me know.

Downloaded again and reuploaded still a no go, I just installed phpbb3 forums and a few other php programs without a problem this morning.

Did you turn error reporting off? That link is blank.

My host did yes I just shot them an email to leave it on for the rest of the weekend.

Not sure but the problem is most likely stemming from the fact that I use a windows based server and not a linux.

Interesting, I tested on a windows server for a while. I don’t see it up yet, but I’ll keep checking it to see if I can spot the error. If you do see it, if you can copy/paste the whole thing here that’d be great.ThanksNabeel

I’m having them set this domain on a linux box now so it should be fine after its done.

Ok, lets hope that works. Though I’m not sure why that would be a problem completely? I’m wondering why you didn’t see those files though.