TO Import DB File >
#11
Line 427 of what? If it's a problem with BigDump, you'll have to contact their support.
Dennis Tsang
Former MyBB Team Member
Web: http://dennistt.net
#12
www.forumistan.net/inc/bigdump.php

When i click "import" this page apperars

http://www.forumistan.net/inc/bigdump.ph...lqueries=0
#13
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/
Dennis Tsang
Former MyBB Team Member
Web: http://dennistt.net
#14
Owp, yep.... :}
#15
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 ?
#16
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 ??
#17
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
CREATE TABLE __mybb_datacache (
  title varchar(50) NOT NULL default '',
  cache mediumtext NOT NULL default '',
  PRIMARY KEY(title)
) TYPE=MyISAM;
Dennis Tsang
Former MyBB Team Member
Web: http://dennistt.net
#18
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 ?
#19
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?
#20
Were you trying to move servers or something?
Dennis Tsang
Former MyBB Team Member
Web: http://dennistt.net


Forum Jump:


Users browsing this thread: 1 Guest(s)