Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla import stuck on Insert Tables
hmalaud
New
Hello y'all,
I am trying to do as follow:
1. download vanilla 2.2
2. install vanilla 2.2 locally (-> working fine)
3. use vanilla exporter on my phpbb forum
4. grab the exported file and put it in downloads
5. try the import script
And I get stuck on the Import Tables step. The red error box displays but it's empty (empty
inside).Thanks for your help!
0
Comments
Try enabling debugging and see if you get an actual error message.
Add
$Configuration['Debug'] = true;
to your/conf/config.php
file.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Thanks for the tip! I tried that but it seems I got the wrong line, now it leaves me with an error at least:
Was there anything above/below that trace?
What version of PHP are you running?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
PHP version is 5.5.29, and this is the whole log in the box.
I'm running a local apache/php version (el capitan default), could that be a problem?
Does your exported file have data in it?
Instead of clicking on the button, you should middle click it to open it in a new tab, I think you will get the full error output that way.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
My export is a .gz file of 28Mo, containing a .txt file that contains data (~65Mo).
You're talking about the "Start Import" button?
Yes.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Well it only opens the same page in another tab ^^
Would you mind sharing the export file so I could test it?
I understand if you don't.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
I can try, but is there a way so I can send it to you only maybe?
Sure, you can send me a message.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Possibly related:
https://github.com/vanilla/vanilla/issues/2983
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Well mine gets block the step right before.
Update: I have (finally) been able to try to import on a live environment, and the import worked perfectly. This is an issue linked to my el Capitan native php/apache conf... Very boring.
Sorry for the inconvenience.