Could you please post the text message you get with the 500
error? Also set DEBUG => TRUE in your phpESP.ini, and see
if it gives any more information. And if you have access to
the httpd "error-log" please take a look at it and see if
there is any more information there.
If the 500 error is from Apache directly, then it may be
a few things (check matched quotes etc where you edited
files). If it is a 500 generated by phpESP it is probably a
database issue, and DEBUG might tell you more (oh -- that
feature might not be in v1.3, you could try the CVS
version).
-James
On Thu, 21 Mar 2002, Brian Hulse wrote:
> This is a new install, and all appears to be OK (e.g. path edits, file
> locations, db table creation) except that I get a 500 error when
> accessing the /admin/manage.php. If I comment out the following lines, I
> can see the page, but no login, of course. I am on a shared (Linux) host
> running PHP 4.1.2 Suggestions? What other information would help? (Can't
> get to the errorlog right now, but will grab it if that would help.)
>
> // if(!manage_auth(
> // XADDSLASHES(@$HTTP_SERVER_VARS['PHP_AUTH_USER']),
> // XADDSLASHES(@$HTTP_SERVER_VARS['PHP_AUTH_PW'])))
> // exit;
>
> TIA,
> Brian
>
> ________________________________________________________________________________
> _______________________________________________ phpESP-general mailing
> list php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpesp-general
>
|