rt-dubt
Tue 9th Oct '07, 12:51pm
Hi, hoping someone can help with a step in the upgrade process.
We have a fairly large forum database (10+GB), and currently in the process of upgrading to v3.6.5. Currently, we're stuck on step 7 of v3.6.0 beta 1. We're running into the memory_limit problem that other people have experienced.
In previous steps where I have seen this error, bypassing the PHP memory limit variable did the trick:
ini_set("memory_limit", -1);
However, for step 7, that bit of code doesn't seem to matter:
Step 7) Signature Permissions
Creating sigpic table
Altering usergroup Table (1 of 9)
Altering usergroup Table (2 of 9)
Altering usergroup Table (3 of 9)
Altering usergroup Table (4 of 9)
Altering usergroup Table (5 of 9)
Altering usergroup Table (6 of 9)
Altering usergroup Table (7 of 9)
Altering usergroup Table (8 of 9)
Altering usergroup Table (9 of 9)
Altering user Table (1 of 1)
Creating sigparsed table
Altering setting Table (1 of 1)
Renaming post_parsed table to postparsed
Updating Thread Redirects
Altering forum Table (1 of 3)
Altering forum Table (2 of 3)
Altering forum Table (3 of 3)
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 1584686 bytes) in /wwwroot/vine2/includes/adminfunctions.php on line 3216
In going through the code I suspect it is trying to allocate too much memory either build_forum_genealogy() or when it attempts to rebuild the datastore build_datastore()
Any helps/hints/suggestions would be appreciated.
Thanks!
We have a fairly large forum database (10+GB), and currently in the process of upgrading to v3.6.5. Currently, we're stuck on step 7 of v3.6.0 beta 1. We're running into the memory_limit problem that other people have experienced.
In previous steps where I have seen this error, bypassing the PHP memory limit variable did the trick:
ini_set("memory_limit", -1);
However, for step 7, that bit of code doesn't seem to matter:
Step 7) Signature Permissions
Creating sigpic table
Altering usergroup Table (1 of 9)
Altering usergroup Table (2 of 9)
Altering usergroup Table (3 of 9)
Altering usergroup Table (4 of 9)
Altering usergroup Table (5 of 9)
Altering usergroup Table (6 of 9)
Altering usergroup Table (7 of 9)
Altering usergroup Table (8 of 9)
Altering usergroup Table (9 of 9)
Altering user Table (1 of 1)
Creating sigparsed table
Altering setting Table (1 of 1)
Renaming post_parsed table to postparsed
Updating Thread Redirects
Altering forum Table (1 of 3)
Altering forum Table (2 of 3)
Altering forum Table (3 of 3)
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 1584686 bytes) in /wwwroot/vine2/includes/adminfunctions.php on line 3216
In going through the code I suspect it is trying to allocate too much memory either build_forum_genealogy() or when it attempts to rebuild the datastore build_datastore()
Any helps/hints/suggestions would be appreciated.
Thanks!