Simple Machines Community Forum

SMF Support => Converting to SMF => vBulletin => Topic started by: Tingel on November 08, 2009, 12:02:19 PM

Title: Converting vBulletin 3.8.3 to SMF2.0RC1.2 open_basedir error
Post by: Tingel on November 08, 2009, 12:02:19 PM
hello folks

I installed SMF2.0 RC1.2 and now I want to convert alle the posts and users from my old vBulletin 3.8.3 Board. But theres alwas the error:

"The converter detected that your host has open_basedir enabled on this server. Please ask your host to disable this setting or try moving the contents of your vBulletin 3 to the public html folder of your site."

Heres a screenshot of the problem
(http://www.abload.de/img/unbenanntbwf7.png)

Best regards Tingel
Title: Re: Converting vBulletin 3.8.3 to SMF2.0RC1.2 open_basedir error
Post by: Norv on November 08, 2009, 10:03:08 PM
From the screenshot it looks like you have vbulletin and smf installed in two different web roots (two different websites on separate roots), and your host configuration does not allow PHP to work with both at the same time.
Are you sure those are the right paths to your installations ? If yes, then eventually try this:
- create a folder named "includes" in your SMF folder
- copy in this folder the file your_vb_installation/includes/config.php
- try again running convert.php, but instead of the vbulletin path, tell it the location of the SMF folder again.
Title: Re: Converting vBulletin 3.8.3 to SMF2.0RC1.2 open_basedir error
Post by: Norv on November 08, 2009, 10:05:41 PM
On another note, you may want to try using the attached files for the conversion, as they should be the most up to date.
Title: Re: Converting vBulletin 3.8.3 to SMF2.0RC1.2 open_basedir error
Post by: Tingel on November 09, 2009, 01:11:17 PM
Thx, this problem is now solved. But now Im having a new one >:(
Hope you can help me  ;)


QuoteSorry, the database connection information used in the specified installation of SMF cannot access the installation of vBulletin 3. This may either mean that the installation doesn't exist, or that the Database account used does not have permissions to access it.

The error that was received from the Database was: Incorrect database name ''


(http://www.abload.de/img/unbenannt3u0d.png)
Title: Re: Converting vBulletin 3.8.3 to SMF2.0RC1.2 open_basedir error
Post by: Norv on November 09, 2009, 01:19:05 PM
Have you copied the file config.php from vbulletin, or by any chance made an empty one?

If you copied it, then it should work and I'm not sure what the problem is. Eventually, if you wish, perhaps you can PM me the file to take a look (there might be something changed/broken in its format). Don't post it here, as it probably contains sensitive information from your installation.
In case you made another one, then please do copy the existing file from vbulletin folder /includes, instead.