Loading...
 
Skip to main content

Features / Usability


Deleting shoutbox postings --> system error

posts: 50 Germany

When I want to delete a shoutbox posting, I get an error:

An error occured while performing the request.

Things to check:
1. Did you complete the Tiki Installer?
2. Is your database corrupt? Please see how to repair your database
3. Are your database credentials accurate? (username, database name, etc in db/local.php)

I'm sure the database isnt' corrupt, and I also completed the Tiki installer. So there must be another problem here.

On a clean installation, deleting postings works fine, so it must have something to do with ma upgrade from 6 to Tiki 7.

Any idea how I can do further analysis of this error?

Thanks,
Jan

posts: 4664 Japan

There's a column missing in the shoutbox database table. New installations have it, but upgrades don't. You can look at db/tiki.sql to see its properties if you like. I'm just posting this as information for now; I'll update this post with the sql statement when I get a chance.

-- Gary


posts: 50 Germany

This was helpful, thanks. I copied the missing column from a new installation, and now it works.

I noticed a cople of other differences in the database tables of the old and new installation. Could my other problem with the Facebook login result from that?

Jan