Import forum data error/problems [message #12841] |
Thu, 11 September 2003 22:23 |
djdaddybob
Messages: 73 Registered: September 2002
Karma: 0
|
Member |
|
|
Due to an unknown problem (mentioned in the "how to" section) we have had to reinstall our forum (v2.5.2) and are trying to
import forum data from our datadump backup copy. In doing this,
the import does not seem to complete and we get this message:
(admimport.php) 1146: Table '<our database name here>.pg_class' doesn't exist
Query: SELECT a.attname FROM pg_class c, pg_attribute a WHERE c.relname = 'fud25_action_log' AND a.attnum > 0 AND a.attrelid = c.oid AND a.attname='id'
Server Version: 3.23.56
[Referring Page] <our forum path here>/adm/admimport.php?rid=2&S=ab32115df072a2f2d10327a0797ff007
I have successfully imported/restored from a backup copy of our
forum in the past, using an older version of FUD. I know it works but something seems wrong here. Last question: when importing/restoring from a backup, aren't all edited templates and custom graphics restored as well? Seems like this worked before but again not this time around. Please advise, thanks.
[Updated on: Thu, 11 September 2003 22:23] Report message to a moderator
|
|
|
Re: Import forum data error/problems [message #12904 is a reply to message #12841] |
Thu, 18 September 2003 14:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
When doing a dataimport all of the data from the old forum is imported. This includes styles, avatars and so on. When the import is complete you should have a forum identical the one you've made a data dump of.
FUDforum Core Developer
|
|
|
|