XF 2.2 Problem with vBulletin Albums 4.2 import

denns

Member
I do have an other problem during the import process from vBulletin Albums 4.2.
After about 57% of the media items have been imported, an "HTTP ERROR 500" error message appears.

Restarting the import leads to the same error. Going to the media-page i can see the already imported images.
I have carried out the whole import twice, but without success. (uninstall, install, new import)
Does somebody has any idea?
 
What does the 500 error page say? It sounds like it's probably a web server-based error, in which case you (or your host) might need to look into the raw web server error logs to see if there's more detail available.

You may find more success if you use the CLI-based importer, as you tend to avoid web server limits (memory and time).
 
Code:
[06-Jan-2021 14:57:54 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 139264 bytes) in /www/htdocs/w005555/src/XF/Db/Mysqli/Statement.php on line 125
[06-Jan-2021 14:57:54 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /www/htdocs/w005555/src/XF/Error.php on line 201

May this be the relevant error? unfortunately i am not very familiar with these things.
 
Top Bottom