From: James E. F. <jf...@ac...> - 2002-03-07 03:59:08
|
PHP is probably crashing, and hence not returning data. There are a few probable causes: 1) Unmatched quotes (when editing paths or the phpesp.ini) 2) Missing comma or semicolon at the end of a statement (also from editing paths or the phpesp.ini) 3) PHP failing when trying to load the gettext extension (try changing "gettext.so" to "gettext.dll" in the INI) Also look back in the mailing list archives and run the status script. (I'll try to put it on the website this weekend). Don't you love PHP? I love non-beta releases that crash left and right from simple things like a syntax error. If you find out what the problem was post your solution here so other people using windows can benifit. -James On Thu, 7 Mar 2002, Brendan Lloyd wrote: > G'day: > > I've attempted to install phpESP on Windows NT running Apache & mySQL. I'm > pretty sure I've followed all the instructions but when I go to load > manage.php via my browser, a dialog returns stating that "The document > contained no data. Try again later or contact the server administrator". > > PHP (v.4.1.1) appears to be functioning quite normally, having been tested > with basic scripts like show_source(). > > What have I done wrong? > > Please advise, > Brendan > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |