Loading...
 
Skip to main content

missing tiki_rss_items and unable to log

Status
Closed
Subject
missing tiki_rss_items and unable to log
Version
5.x
Category
  • Error
Feature
Database MySQL (MyISAM)
Installer (profiles, upgrades and server-related issues)
Submitted by
trois14
Lastmod by
trois14
Rating
(0)
Description

I am trying to test 5.0 RC1 on locahost, but after installing database i received this error message


''Table 'dbxxxxxx.tiki_rss_items' doesn't exist
The query was:
SELECT * FROM `tiki_rss_items` WHERE `rssId` IN( ? ) ORDER BY publication_date DESC
Values:

1. 8

The built query was likely:
SELECT * FROM `tiki_rss_items` WHERE `rssId` IN( '8' ) ORDER BY publication_date DESC''

It was the same with 5.0 beta 2, and when i look to my database tiki_rss_items doesn't exist.
Is it a new table with tiki 5? not install with upgrader?

Importance
9 high
Priority
45
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
3180
Created
Saturday 15 May, 2010 10:06:23 UTC
by trois14
LastModif
Sunday 16 May, 2010 17:51:32 UTC


Show PHP error messages