vavavr00m / sweetcron

Automatically exported from code.google.com/p/sweetcron
Other
0 stars 0 forks source link

Database Error when adding Feed #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sweetcron installed in subfolder
2. db-prefix sweetcron_ set manually after "normal" installation and
changed in database.php
3. Installation seemed working
4. Added feed
5. Wanted to fetch items.

What is the expected output? What do you see instead?

Expected loaded items.
got an error: 
An Error Was Encountered

Error Number: 1054

Unbekanntes Tabellenfeld 'sweetcron_1' in on clause

SELECT * FROM (`sweetcron_items`) JOIN `sweetcron_feeds` ON
sweetcron_feeds.feed_id = sweetcron_1 WHERE `item_date` = 1219991100

What version of the product are you using? On what operating system?
108a
OS should be debian

Please provide any additional information below.

Original issue reported on code.google.com by florian....@gmail.com on 4 Sep 2008 at 11:27

GoogleCodeExporter commented 9 years ago
this is an issue with your db prefix

the install script in the latest version in the repository now understands 
prefixes.

it will be rolled into an official release package for 1.09

Original comment by yongf...@gmail.com on 5 Sep 2008 at 5:04