Code: Select all
General Error
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where config_name="board_startdate"' at line 1 [1064]
SQL
update phpbb_config set config_value= where config_name="board_startdate"
BACKTRACE
FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: install/convertors/functions_vb30.php
LINE: 66
CALL: dbal_mysql->sql_query()
FILE: install/install_convert.php(1654) : eval()'d code
LINE: 2
CALL: vb_import_polloption()
FILE: install/install_convert.php
LINE: 1654
CALL: eval()
FILE: install/install_convert.php
LINE: 799
CALL: install_convert->jump()
FILE: install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: install/index.php
LINE: 409
CALL: install_convert->main()
FILE: install/index.php
LINE: 286
CALL: module->load()
The board start date is taken from the oldest post that was converted to phpBB3. Either your vBulletin posts did not get converted to phpBB3 or the oldest post does not have a post time. Look at the phpbb posts table to see what is going on.Vashidu wrote:i have a error, please help me
Code: Select all
SQL ERROR [ mysqli ]
Error writing file '/tmp/MYWwp0nW' (Errcode: 28) [3]
SQL
SELECT user.userid, user.userid AS poster_id, user.usergroupid, user.ipaddress, user.salt, user.joindate, user.username, user.password, user.posts, user.email, user.birthday, user.lastvisit, user.lastactivity, user.timezoneoffset, userfield.field2, userfield.field3, userfield.field4, user.homepage, user.msn, user.yahoo, user.aim, user.icq, user.customtitle, avatar.avatarpath, user.pmunread, user.emailstamp, user.autosubscribe, usertextfield.signature, user.joindate AS post_time FROM ((user LEFT JOIN userfield ON user.userid = userfield.userid) LEFT JOIN usertextfield on user.userid=usertextfield.userid) LEFT JOIN avatar on user.avatarid=avatar.avatarid WHERE (user.userid <> -1) ORDER BY user.userid LIMIT 10994, 2000
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/db/mysqli.php
LINE: 205
CALL: dbal_mysqli->sql_query()
FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysqli->_sql_query_limit()
FILE: install/install_convert.php
LINE: 1233
CALL: dbal->sql_query_limit()
FILE: install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: install/index.php
LINE: 409
CALL: install_convert->main()
FILE: install/index.php
LINE: 286
CALL: module->load()
you can try using the format "link" [L] [/ L] or by opening the HTML tips on the forum.Souljacker wrote:Hi guys
My old install is at [site]/forum
PHPBB3 is at [site]/f
I've put ../forum at Board path:
but i get this error
Could not find path to your former board. Please check your settings and try again.
» ../forum was specified as the source path.
Can someone help me?
../forum should be the correct path.Souljacker wrote:Hi guys
My old install is at [site]/forum
PHPBB3 is at [site]/f
I've put ../forum at Board path:
but i get this error
Could not find path to your former board. Please check your settings and try again.
» ../forum was specified as the source path.
Can someone help me?
Isn't it just needed that files and database are on the same server?D¡cky wrote:The convertor will not work across subdomains. If a subdomain in being used, both boards have to be in the same subdomain.
No, they have to be in the same domain or the same subdomain. Relative paths will not work across different domains or different subdomains.mario_7 wrote:Isn't it just needed that files and database are on the same server?D¡cky wrote:The convertor will not work across subdomains. If a subdomain in being used, both boards have to be in the same subdomain.