FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » maillist.php issues
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: maillist.php issues [message #11964 is a reply to message #11961] Thu, 24 July 2003 00:52 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
The id argument to the script is not the forum id, it is the ID of the import rule. Those are ids are listed beside each rule in the mailing list admin control panel.

On to the actual error Wink

The php version you are using does not have a native PHP function file_get_contents(), so it is emulated using existing code inside core.inc.
You may want to add some debug code to that function to see any errors. Removing @ that block errors may give you more. You can safely ignore the filesize() warning however.
Since php://stdin is not a real file it should attempt to read 10 * 1024 * 1024 bytes from stdin.

If it still does not work, try installing PHP 4.3.3 stable snapshot
from http://snaps.php.net and try the CLI sapi.


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon4.gif
Previous Topic: Usercp link colors
Next Topic: Group Permissions
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Sep 09 07:54:39 GMT 2024

Total time taken to generate the page: 0.04765 seconds