I hope you know that by deleting the vB files attachments, avatars and smilies won't get converted if you have them saved on the filesystem.htmlc wrote:Ok I decided to go ahead with the conversion. I got everything installed for phpBB3 and the converter as well. But the converter wants "This is the relative path on disk to your former board from the root of this phpBB3 installation."
Problem is - I removed all of the files from vb because i want the phpbb3 in the same root dir.
Create a file and name it showthread.php. The content doesn't matter. Save the file somewhere on your server. When you run the convertor, enter the relative path to this file.htmlc wrote:Any ideas how to get around this?
Thanks!
The convertor does not touch url's. They get transferred over as is.htmlc wrote:how does this converter deal with vbseo urls? I want to make sure the urls are converted over.
I don't know. So far, I have not been able to determine the exact number, but I estimate at least 100 characters, probably more.jwaiv wrote:Could you define how long an unbroken string would have to be in order to break the script?
Have a look at http://www.phpbb.com/community/viewtopi ... #p12996138jwaiv wrote:Hmm, theres nothing close to being that long in the posts
Will keep trying.
Really useful script!D¡cky wrote:Have a look at http://www.phpbb.com/community/viewtopi ... #p12996138jwaiv wrote:Hmm, theres nothing close to being that long in the posts
Will keep trying.
You either don't have any posts in the phpbb_posts table or there is a post that does not have a post time.Persia1 wrote:Hello
i've problem in converting my vb to phpbb3
in step 3 ,i got this error
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/install/convertors/functions_vb30.php on line 86: copy(./../../kuhba/./uploads/8/8/0/5687.thumb) [function.copy]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/install/convertors/functions_vb30.php on line 80: copy(./../../kuhba/./uploads/8/8/0/5688.attach) [function.copy]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/install/convertors/functions_vb30.php on line 86: copy(./../../kuhba/./uploads/8/8/0/5688.thumb) [function.copy]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/install/convertors/functions_vb30.php on line 80: copy(./../../kuhba/./uploads/1/3/4/5689.attach) [function.copy]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/install/convertors/functions_vb30.php on line 86: copy(./../../kuhba/./uploads/1/3/4/5689.thumb) [function.copy]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 361: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 362: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
It looks like the vBulletin forum path is missing. Where are your vBulletin attachments stored?Alagos wrote:Do you have any idea what might be wrong there?