Nuke looks insanely great, it motivated me to install PHP. It was easy enough to get it running but I have a few problems. BTW I am using IE5, and the webserver is FreeBSD 3.4 with Apache 1.3.12 and PHP 4.02.
1. The email that gets sent to new users is malformed -- it is missing the recipient. I am using Exim instead of sendmail, and I do successfully pass Exim messages from other apps, like MWForum. I do not believe this to be a problem with the MTA, but I could be wrong.
Here's the error message:
"A message that you sent contained no recipient addresses, and so no delivery could be attempted."
Sure enough, if you look at the attached message, the To field is blank, and the rest looks fine. I can post the entire error message if anyone thinks it will help.
2. Clicking on the Lost Password button gives me a "Page cannot be displayed" error for user.php3. However it does generate an email, which gets fubared as above.
I saw the post that suggested editing the path to user.php3 in the POST routine, but I checked the relevant file and my URL was formed correctly, as a function of the base URL I configured.
3. If I add a user as the Admin, and then try to log in as that user, I get the same kind of error on user.php3.
4. If I get the password out of the bounced email and try logging in with that, I get an incorrect login notice.
If anyone has solutions or leads, please post. :)
Cheers,
Matt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2000-09-16
More data: logcheck alerted me to an httpd bailout that is related to the pages Nuke chokes on.
Whenever I get one of the "page not found" errors about user.php3, I get this in my logs:
Sep 16 08:40:05 wrongcrowd /kernel: pid 59198 (httpd), uid 65534: exited on signal 8
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Nuke looks insanely great, it motivated me to install PHP. It was easy enough to get it running but I have a few problems. BTW I am using IE5, and the webserver is FreeBSD 3.4 with Apache 1.3.12 and PHP 4.02.
1. The email that gets sent to new users is malformed -- it is missing the recipient. I am using Exim instead of sendmail, and I do successfully pass Exim messages from other apps, like MWForum. I do not believe this to be a problem with the MTA, but I could be wrong.
Here's the error message:
"A message that you sent contained no recipient addresses, and so no delivery could be attempted."
Sure enough, if you look at the attached message, the To field is blank, and the rest looks fine. I can post the entire error message if anyone thinks it will help.
2. Clicking on the Lost Password button gives me a "Page cannot be displayed" error for user.php3. However it does generate an email, which gets fubared as above.
I saw the post that suggested editing the path to user.php3 in the POST routine, but I checked the relevant file and my URL was formed correctly, as a function of the base URL I configured.
3. If I add a user as the Admin, and then try to log in as that user, I get the same kind of error on user.php3.
4. If I get the password out of the bounced email and try logging in with that, I get an incorrect login notice.
If anyone has solutions or leads, please post. :)
Cheers,
Matt
More data: logcheck alerted me to an httpd bailout that is related to the pages Nuke chokes on.
Whenever I get one of the "page not found" errors about user.php3, I get this in my logs:
Sep 16 08:40:05 wrongcrowd /kernel: pid 59198 (httpd), uid 65534: exited on signal 8