Guest Posted September 2, 2008 Posted September 2, 2008 Hi there. I just installed Newsdesk 1.50 on a fresh OSc. Everything works fine in the admin area and news shows up in the menu box. The problem is, when i click on the news, i get a MySql error in newsdesk_index.php: (1054 - Unknown column 'p.newsdesk_id' in 'on clause' select count(p.newsdesk_id) as total from newsdesk_description pd, newsdesk p left join manufacturers m on p.newsdesk_id = m.manufacturers_id, newsdesk_to_categories p2c left join specials s on p.newsdesk_id = s.products_id where p.newsdesk_status = '1' and p.newsdesk_id = p2c.newsdesk_id and pd.newsdesk_id = p2c.newsdesk_id and pd.language_id = '4' and p2c.categories_id = '10' And in newsdesk_info.php Fatal error: Call to undefined function mws_header_main() in /xxxxxx/xxxxxxx/catalog/newsdesk_info.php on line 123 Can somebody help...? Quote
Guest Posted September 3, 2008 Posted September 3, 2008 Hi there. I just installed Newsdesk 1.50 on a fresh OSc. Everything works fine in the admin area and news shows up in the menu box. The problem is, when i click on the news, i get a MySql error in newsdesk_index.php: (1054 - Unknown column 'p.newsdesk_id' in 'on clause' select count(p.newsdesk_id) as total from newsdesk_description pd, newsdesk p left join manufacturers m on p.newsdesk_id = m.manufacturers_id, newsdesk_to_categories p2c left join specials s on p.newsdesk_id = s.products_id where p.newsdesk_status = '1' and p.newsdesk_id = p2c.newsdesk_id and pd.newsdesk_id = p2c.newsdesk_id and pd.language_id = '4' and p2c.categories_id = '10' And in newsdesk_info.php Fatal error: Call to undefined function mws_header_main() in /xxxxxx/xxxxxxx/catalog/newsdesk_info.php on line 123 Can somebody help...? The sql error was fixed by installing a previus the newsdesk_index with the Mysql 5 update for version 1.48 Hmm.. maybe this fix should have been included in the 1.50 version...;-) Still have the problem with "Fatal error: Call to undefined function mws_header_main() in /xxxxxx/xxxxxxx/catalog/newsdesk_info.php on line 12". Can anybody help...`? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.