From: James E. F. <jf...@ac...> - 2002-05-10 20:47:27
|
On Fri, 10 May 2002, Christoph Schulte wrote: > Hi, > > I've just tried to install and configure phpESP. in version 1.3 the tool > works well if I don't use authentication on designer interface. If I'll > do so I'll get a server error. The same problem I do have with the > version 1.4 beta 3. > The data of my system: > W2K, Apache 1.3 and PHP 4.2.0 Well v1.3 of phpESP was released back in the PHP 4.0.x days (I think). So my guess would be that the change of default settings in PHP since then is causing your problems. Could you try the latest beta release? (The final release of v1.4 should be available soon.) Note: There was one small change in the database between v1.3 and v1.4, so you should make a new database or be sure to read the README on what needs to be done. Oh, I just thought of something else... Are you running PHP as a CGI or a module for Apache? I believe things will fail horribly if you use it as a CGI (its a PHP problem, not a phpesp problem). -James |