Jump to content

Recommended Posts

Posted

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.

  • Administrators
Posted

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.

Posted

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.

  • Administrators
Posted

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

  • Administrators
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...