[Plugin: BuddyPress SMF Import] Allowed memory size error
-
I’m attempting to migrate a very large SMF installation.
My php.ini memory_limit is set to 512M. I’ve also added an ini_set at the top of buddypress-smf-import.php:
ini_set(‘memory_limit’,’512M’);
phpinfo() reports a memory limit of 512M.
And yet, every time I attempt to execute the plugin, the plugin reports my memory limit as 256M, and I get this error:
Starting conversion
memory limit: 256M / time limit: 0
Update bbpress config file
Deleting current forum data
Getting existing WordPress users
Connecting to the SMF database host
Selecting the SMF database
Importing forums…
Importing users…
Importing user metadata…
Get needed SMF posts dataFatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 72 bytes) in /vhost/bonesection.com/www/html/wp-content/plugins/buddypress-smf-import/include/buddypress-smf-functions.php on line 560
Very irritating. How can this be fixed?
The topic ‘[Plugin: BuddyPress SMF Import] Allowed memory size error’ is closed to new replies.