Hi! I would really appreciate some help. I developed a phplib application on a Win98/Apache/PHP/MySQL setup using sess, auth and perm. And it was working beautifully. But when I tried to install it on a Win2000/IIS, I only got Page Cannot Be Displayed errors. So I uninstalled IIS and put in Apache. I know PHP is working because phpinfo() works with both webservers. And MySQL is working with the setup because phpMyAdmin works fine under both. But when I open my phplib application pages that call the page_open function, the browser coughs up this error:
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
It's doesn't show any errors from the PHP processor. The browsers just won't bring up the page. When I add intentional errors in the page, then PHP shows an error.
Is the problem that phplib's session functions don't work with Win2000? Or did I forget an installation step?
Anyway, I'm just stumped. I would be very grateful for your help!
Thank you,
Truman Leung