Guest User

Untitled

a guest
Oct 12th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. www-data@debi:~/dev/community/forum$ php import.php type=vanilla1 prefix=LUM_ dbhost=localhost dbname=forum dbuser=x dbpass=x savefile=y
  2. PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0
  3.  
  4. PHP Fatal error: Out of memory (allocated 1050673152) (tried to allocate 42 bytes) in /localhost/dev/community/forum/import.php on line 406
  5. PHP Stack trace:
  6. PHP 1. {main}() /localhost/dev/community/forum/import.php:0
  7. PHP 2. ExportController->DoExport() /localhost/dev/community/forum/import.php:4225
  8. PHP 3. Vanilla1->ForumExport() /localhost/dev/community/forum/import.php:1481
  9. PHP 4. ExportModel->ExportTable() /localhost/dev/community/forum/import.php:1597
  10. PHP 5. ExportModel->_ExportTable() /localhost/dev/community/forum/import.php:350
  11.  
  12. Fatal error: Out of memory (allocated 1050673152) (tried to allocate 42 bytes) in /localhost/dev/community/forum/import.php on line 406
  13.  
  14. Call Stack:
  15. 0.0073 1130124 1. {main}() /localhost/dev/community/forum/import.php:0
  16. 0.0081 1138196 2. ExportController->DoExport() /localhost/dev/community/forum/import.php:4225
  17. 0.0302 1147648 3. Vanilla1->ForumExport() /localhost/dev/community/forum/import.php:1481
  18. 0.0350 1153468 4. ExportModel->ExportTable() /localhost/dev/community/forum/import.php:1597
  19. 0.0350 1153512 5. ExportModel->_ExportTable() /localhost/dev/community/forum/import.php:350
  20.  
  21.  
  22. [here's with unlimited ram]
  23. www-data@debi:~/dev/community/forum$ php import.php type=vanilla1 prefix=LUM_ dbhost=localhost dbname=forum dbuser=x dbpass=x savefile=y
  24. PHP Warning: Xdebug MUST be loaded as a Zend extension in Unknown on line 0
  25.  
  26. Segmentation fault
Add Comment
Please, Sign In to add comment