NNTP newsgroup import with attachment [message #33220] |
Fri, 18 August 2006 15:26 |
jcarter
Messages: 25 Registered: August 2006
Karma: 0
|
Junior Member |
|
|
FUDforum 2.7.5
I get this bug when trying to import a message from newsgroup with an attachment:
PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 40 bytes) in /var/www/forum/FUDforumData/include/theme/default/wordwrap.inc on line 37
I tried increasing memory to 30 Meg in php.ini, it still fails on the same message with attachment.
If you want to reproduce the problem:
NTTP Server: news.barkto.com
group: homeless.nthelp
Try to bring in entire group. I *think* it fails around message #1557 with attachments. The entire group contains about 2300 messages with few attachments.
|
|
|
Re: NNTP newsgroup import with attachment [message #33221 is a reply to message #33220] |
Fri, 18 August 2006 18:11 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
How big is the attachment? Would it be possible to send me the raw content of that message as a text file (compressed if its too big to send directly)?
I suspect the problem is that import script is failing to separate text from the attachment (which is quite large) and then trying to treat it as a message.
FUDforum Core Developer
|
|
|
|
|
|
Re: NNTP newsgroup import with attachment [message #33243 is a reply to message #33240] |
Mon, 21 August 2006 13:56 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Unless your forum is configured to allow HTML message formatting the forum will use the plain-text version of the message or if one is unavailable the HTML version will be posted with HTML stripped.
FUDforum Core Developer
|
|
|
|
|