View Single Post
Old October 15th, 2009, 07:48 AM   #1 (permalink)
Trixi.com
Junior Member
Verified Customer
 
Join Date: Nov 2006
Posts: 18
Table doesn't exist

Hi,

I moved my forum & photopost from one domain to another and upgraded from 5.5 to 6.23 and also my VB software is 3.84 Level 1. Importing and moving was a bit complicate for a newbie like me - but finally I got it...

My Forum ist installed on Pedicabforum / Rickshawforum - Talk about Rickshaws & Pedicabs -Talk about pedicabs - and my Gallery at www.pedicabforum.com/photopost

The Photopost works fine. When I visit the forum Pedicabforum / Rickshawforum - Talk about Rickshaws & Pedicabs -Talk about pedicabs I receive

Table 'ricksha1_forums.pedicab_photos' doesn't exist

So I renamed the directory photopost to photopost1 and the forum loads well....

Strange...I guess that the forum database is calling something and did not find it....so I entered phhMyadmin and searched in my forum database for the word "photopost". I found it in several tables....and started to delete the table datastore....

Hurra - now it works, but all my plugins are not working anymore....

How to fixi the problem? I have of course a backup of my database - so I may play with it....

Would be great if somebady would help me...the config.files are well configured.....it must be mabey and old table entry in my forum database from prior installations....


PS: This is in my datastore table:

SELECT * FROM `ricksha1_forums`.`datastore` WHERE `title` LIKE CONVERT(_utf8 '%photopost%' USING latin1) COLLATE latin1_swedish_ci OR `data` LIKE CONVERT(_utf8 '%photopost%' USING latin1) COLLATE latin1_swedish_ci OR `unserialize` LIKE '%photopost%'
Trixi.com is offline   Reply With Quote