page_open is a function in phplib. You probably don't have your libs set up properly. I'd tell you how do fix it, but I am trying to fix it myself...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2001-11-26
Actually this error occurs when the auto_prepend_file variable is not set correctly it has to be set to prepend.php3 in your phplib dir. this file includes all phplib finctions and settings (like page_open() in page.inc)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2001-12-10
I've been getting the same error and I think I have my path set right. Did anyone else find an answer to this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone overhere knows what I've done wrong when I get the following message when I try to open index.php3?
Fatal error: Call to undefined function: page_open() in c:\apache\htdocs\index.php3 on line 16
page_open is a function in phplib. You probably don't have your libs set up properly. I'd tell you how do fix it, but I am trying to fix it myself...
Actually this error occurs when the auto_prepend_file variable is not set correctly it has to be set to prepend.php3 in your phplib dir. this file includes all phplib finctions and settings (like page_open() in page.inc)
I've been getting the same error and I think I have my path set right. Did anyone else find an answer to this?