problem opening my php pages

Hi I am trying to get my php site working on my computer, it works perfectly fine at college but as soon as i bring it home to work on i get a FATAL ERROR

[php]

Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Fatal error: Unknown: Failed opening required ‘/Applications/XAMPP/xamppfiles/htdocs/assign2-new/pages/login-form.php’ (include_path=’.:/Applications/XAMPP/xamppfiles/lib/php:/Applications/XAMPP/xamppfiles/lib/php/pear’) in Unknown on line 0

[/php]

ANy help would be appreciated

The error message says it all. You cannot open your PHP file (login-form.php) due to permissions. If you’re on *nix, consider chmodding/chowning it to something you can use.

Sponsor our Newsletter | Privacy Policy | Terms of Service