maillist.php issues [message #11961] |
Wed, 23 July 2003 19:55 |
aeto
Messages: 7 Registered: July 2003
Karma: 0
|
Junior Member |
|
|
I am having issues still with the maillist.php script. When I call it with a valid Forum ID, it returns without doing anything, including waiting for an EOF on stdin, or any input for that matter.
By putting watchpoints in the code, it is failing in read_data(). In particular, the PHP call into file_get_contents("php://stdin") is causing PHP to exit without any error, or other indication as to why. It exits with exit code 1. Yes, I realize this sounds like a PHP bug rather than a bug in FUD itself, but if anyone has seen this, help would be appreciated.
I'm running FUD version 2.5.0 with PHP 4.2.3 on a NetBSD 1.6E system. I've run it under truss, and the last system call is an mmap, which completes successfully, from what I can tell. I am going to try and build a debugging version of PHP to see if I can see anything there, as well. Yes, the allow_url_fopen = On line is present in php.ini as well...
Any further suggestions folks have are definately welcomed... I am starting to run out of places to look.
[Updated on: Wed, 23 July 2003 20:26] Report message to a moderator
|
|
|
|
|
|
Re: maillist.php issues [message #11977 is a reply to message #11971] |
Thu, 24 July 2003 13:25 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I suspect this may be due to php's memory_limit setting, if you compiled your php with --enable-memory-limit then your PHP will have a limit on the amount of memory it can allocate. I suppose I should lower the limit to something more reasonable like 2 megabytes.
FUDforum Core Developer
|
|
|
|