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.
import vanilla 1 to vanilla 2, format issue
hi, i followed the importing data instructions ( http://vanillaforums.com/blog/help-topics/importing-data/ ) to upgrade from my vanilla 1 to vanilla 2.
But the interface of vanilla 2 says me the format is wrong.
my file name, made with the vanilla2export.php :
export_tykayn_2010-08-09_110117.txt.gz
so i executed the SQL with phpmyadmin and it returned two errors
import.php: Missing parameter: import_type (FAQ 2.8)
import.php: Missing parameter: format (FAQ 2.8)
thanks for your help
But the interface of vanilla 2 says me the format is wrong.
my file name, made with the vanilla2export.php :
export_tykayn_2010-08-09_110117.txt.gz
so i executed the SQL with phpmyadmin and it returned two errors
import.php: Missing parameter: import_type (FAQ 2.8)
import.php: Missing parameter: format (FAQ 2.8)
thanks for your help
0
Comments
In there you can upload the file created by vanilla2export.php, enter the admin username and password of the Vanilla 1 forum, and click Upload.
i tried this in the dashboard interface with the admin username and password of the old vanilla 1, but i have the error message:
The import file is not in the correct format.
I tried to rename the import file like this and upload for each of these:
export_importation_forum_q.txt
export_tykayn_2010-08-09_110117.txt.gz
tykayn.sql.gz
but it doesnt work, that is why i tried with the SQL console of phpmyadmin
Failing that make the directory the export script runs from writeable, that will give you an extra option to save the file directly to the server. Try the above two procedures with the file created directly on the server.
the uncompressed export.txt file worked very well
I found I had to remove some whitespace at the top of the txt file for Vanilla to accept it.