I have a problem when I'm using page_open on a server with PHP5 and IIS.
When I try to do this:
page_open( array( "sess" => "session") );
The browser displays a "This page cannot be displayed"-error. Dose anybody know whats causing this? Or how I can fix it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use PHP5+Apache in Fedora$. I have the same problem. I open the web server error_log file and find something like ...cannot open 'prepend.php3' file...
I find that there is a permission problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a problem when I'm using page_open on a server with PHP5 and IIS.
When I try to do this:
page_open( array( "sess" => "session") );
The browser displays a "This page cannot be displayed"-error. Dose anybody know whats causing this? Or how I can fix it?
I use PHP5+Apache in Fedora$. I have the same problem. I open the web server error_log file and find something like ...cannot open 'prepend.php3' file...
I find that there is a permission problem.