
Re: Forum Integrated News Delivery
hi guys,
i have run the query in the backend and created the table. The description of the table that we got from the mysql is given below.
then installed as above. but i get these errors in the
ACP?
any one help?
pleassssssssssssssssssssse
Couldn't obtain newsfeeds list
DEBUG MODE
SQL Error : 1146 Table 'ch0pper_phpb3.bbxs5_newsfeeds' doesn't exist
SELECT f.forum_name, n.*, c.cat_id, c.cat_title, u.user_id, u.username FROM bbxs5_newsfeeds n, bbxs5_forums f, bbxs5_categories c, bbxs5_users u WHERE f.forum_id = n.forum_id AND c.cat_id = f.cat_id AND u.user_id = n.user_id ORDER BY c.cat_order ASC, f.forum_order ASC, n.news_name ASC
Line : 611
File : admin_newsfeeds.php
AND
Fatal error: Call to undefined function: bbencode_second_pass() in /home/ch0pper/public_html/forum/adm/admin_newsfeed_sources.php on line 75
====================================================================================================
|Field | Type | Null | Key | Default | Extra |
| feed_id | smallint(5) unsigned | | PRI | NULL | auto_increment |
| forum_id | smallint(5) unsigned | | MUL | 0 | |
| user_id | mediumint(8) | | | 0 | |
| news_url | varchar(255) | | | | |
| news_name | varchar(60) | YES | | NULL | |
| news_limit | smallint(5) unsigned | | | 0 | |
| news_active | tinyint(1) unsigned | | | 1 | |
| news_encoding | varchar(16) | | | Detect | |
| include_channel | tinyint(1) unsigned | | | 1 | |
| include_image | tinyint(1) unsigned | | | 1 | |
| topic_prefix | varchar(60) | YES | | NULL | |
| strip_topic | tinyint(1) unsigned | | | 0 | |
| single_post | tinyint(1) unsigned | | | 0 | |
| use_html | tinyint(1) unsigned | | | 0 | |
| include_icon | tinyint(1) unsigned | | | 1 | |
| include_title | tinyint(1) unsigned | | | 1 | |
| include_description | tinyint(1) unsigned | | | 1 | |
| include_details | tinyint(1) unsigned | | | 1 | |
| include_content | tinyint(1) unsigned | | | 0 | |
| include_readmore | tinyint(1) unsigned | | | 1 | |
| is_podcast | tinyint(1) unsigned | | | 0 | |
| strip_images | tinyint(1) unsigned | | | 0 | |
====================================================================================================
Please let us know if you have further queries.