I don't get it, I just simply open a file that's saved as a .php file

http://vcob.org/blank.php

with the following code in it

<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">

</BODY>
</HTML>

and I get this error. I have another file with information in it and php is running fine, what is this error?

    I googled like nuts and I couldn't find anything but some oriental writings and junk. I think I need lessons in how to use google. LOL!

    Anyway, one of the sites says this

    This problem hapens when the PHP is trying to access some file and has
    not premissions to do it.

    To solve this problem, inspect your php.ini, some paths variables like
    upload_tmp_dir or session_save_path and others, must be configured to
    use directories with write permissios for the http user.

    The problem is that I don't have access to the php.ini and can't edit it (not even through .htaccess) the php file that I have running runs fine except for that stupid error, is there anyway to just turn it off or something? I tried this

    error_reporting(0);

    to no avail.

      Write a Reply...