I'm not sure if this is a bug or a server issue. When upgrading to 4.1.19 I receive the following:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1766505 bytes) in /home/xxxx/public_html/includes/filefunctions.php on line 515
Okay, 8MB is a bit small but not uncommon on shared hosting so I'll see what I can trim. Meanwhile you can ask your host if they're willing to increase the limit.
Edit: Doesn't look like I can clear any memory there. You'll need 16M set in your php.ini to use the autoupgrade.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Memory issue
Experienced
Usergroup: Customer
Joined: Oct 02, 2003
Total Topics: 33
Total Comments: 97
I'm not sure if this is a bug or a server issue. When upgrading to 4.1.19 I receive the following:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1766505 bytes) in /home/xxxx/public_html/includes/filefunctions.php on line 515
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
What PHP version? If you're using PHP 4, memory isn't optimized for that platform. If PHP 5, I'll do what I can to get it under that limit.
Experienced
Usergroup: Customer
Joined: Oct 02, 2003
Total Topics: 33
Total Comments: 97
using php 5.2.x
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Okay, 8MB is a bit small but not uncommon on shared hosting so I'll see what I can trim. Meanwhile you can ask your host if they're willing to increase the limit.
Edit: Doesn't look like I can clear any memory there. You'll need 16M set in your php.ini to use the autoupgrade.