2007-01-02, 08:38 PM
Line 427 of what? If it's a problem with BigDump, you'll have to contact their support.
TO Import DB File >
|
2007-01-02, 08:38 PM
Line 427 of what? If it's a problem with BigDump, you'll have to contact their support.
2007-01-02, 08:40 PM
www.forumistan.net/inc/bigdump.php
When i click "import" this page apperars http://www.forumistan.net/inc/bigdump.ph...lqueries=0
2007-01-02, 08:46 PM
Well the error say: You have to upload the forumistannet.sql to the server <-- did you do that?
Make sure you upload it to: /usr/hosts1/web2/atolye_bodrum/www.forumistan.net/inc/
mySQL error: 1146
Table 'forumistannet.__mybb_datacache' doesn't exist Query: SELECT title,cache FROM __mybb_datacache It is in new and old Db sets ___mybb_datacache mybb_datacache Whats that ?
I have succesfully import my Old DB with BigDump. (Thanks DennisTT)
But old and new one are in the same Database. Old one has mybb_threads New one has __mybb_threads I want to remove new one and use to the old one. Somebody said to me that you can do it in config.php. Someone Has Any idea ??
2007-01-02, 10:08 PM
If you try to read the 3 lines from the error you may come up with this line:
Table 'forumistannet.__mybb_datacache' doesn't exist Do I need to explain what these 3 simple words mean? To recreate the table, run this SQL code in phpMyAdmin
Works Great, Thanks.
But now this appeared: mySQL error: 1146 Table 'forumistannet.__mybb_usergroups' doesn't exist Query: SELECT * FROM __mybb_usergroups Should i run this code again for it ?? Ok ok, im fixing them now. But can i delete the old Db set ?
mySQL error: 1054
Unknown column 'sid' in 'field list' Query: SELECT sid,uid FROM __mybb_sessions WHERE sid='0' AND ip='88.242.67.113' How can i fix it ? I think old and new Db s are mixing. Can i remove new one to fix that problem?
2007-01-02, 10:22 PM
Were you trying to move servers or something?
|
« Next Oldest | Next Newest »
|