|
|
Re: Can't Get Started with FUDforum2_20030626 [message #11346 is a reply to message #11341] |
Thu, 26 June 2003 17:28 |
deeEllEe
Messages: 12 Registered: June 2003 Location: Ottawa, Canada
Karma: 0
|
Junior Member |
|
|
Thanks for your reply. I looked in install.php and found one reference to that on line 36:
ini_set('memory_limit', '20M');
I commented it out (just a guess) and tried again, but the result was the same.
DeeEllEe.
It may be FUD to you, but it's our bread and butter.
|
|
|
|
Re: Can't Get Started with FUDforum2_20030626 [message #11350 is a reply to message #11347] |
Thu, 26 June 2003 17:33 |
deeEllEe
Messages: 12 Registered: June 2003 Location: Ottawa, Canada
Karma: 0
|
Junior Member |
|
|
# grep memory /usr/share/doc/libphp_common430-430/php.ini-dist
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
; If this parameter is set to Off, then memory leaks will not be shown (on
; keeping them in memory.
Is that the culprit? If so, what is a better limit?
Thanks.
DeeEllEe.
It may be FUD to you, but it's our bread and butter.
|
|
|
|
|
|
|
Re: Can't Get Started with FUDforum2_20030626 [message #11361 is a reply to message #11358] |
Thu, 26 June 2003 19:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
According to that phpinfo() your memory limit is set to 8M. So you need to do two things (comment out the ini_set() line I've previously mentioned) and raise the memory limit to something like 64M in your config. You'll know if you've done it correctly once your phpinfo() shows the memory limit at 64M.
FUDforum Core Developer
|
|
|
Re: Can't Get Started with FUDforum2_20030626 [message #11376 is a reply to message #11361] |
Thu, 26 June 2003 20:11 |
deeEllEe
Messages: 12 Registered: June 2003 Location: Ottawa, Canada
Karma: 0
|
Junior Member |
|
|
Okay, thanks. Up-and-running now. I'm encountering some other problems, but I'll try to figure them out myself before prevailing on you again.
Cheers.
DeeEllEe.
It may be FUD to you, but it's our bread and butter.
|
|
|