HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla Porter Version 2.4 with PHP 7.X ?
seems this is still not working ?
0
seems this is still not working ?
Comments
What error are you getting?
We want to migrate from VB 5.5.1 to latest Vanilla but need to be sure Porter wil work with PHP 7.x
Can someone confirm Porter will work with PHP 7.x ?
This is the error we are getting;
similar problem...
Same here. Any info on how to get around this? I have an old forum that needs rescuing.
It does work w/ PHP 7, but you need the
mysqli
extension. Themysql
package doesn't exist in PHP 7.xSo i installed mysqli but its needed mysql functions so the last comment does not work out. as Summary almost 1 Year no Updated shows me vanilla is not interested that people are moving to vanilla - really sad i wanted to give it a try but .......
There was in fact an issue with the version 2.4 of the Porter. A new version has been uploaded today. Please let us know if you run into any other issue while using this version.
The PDO extension is used by default. This can be changed by modifying the value of the
DB_EXTENSION
constant in thevanilla2export.php
file, like in the example below.Sorry for any inconveniences this issue might have caused.