MyBB Community Forums

Full Version: Have few MyBB errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Can anyone help me in fixing these mybb errors please?

Error 1
---------------------------------------------------------------------------
Type: 20
File: (Line no. 0)
Message
SQL Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
ORDER BY p.dateline' at line 3
Query:
SELECT subject, message
FROM ngfrb_posts p
WHERE pid IN()
ORDER BY p.dateline
---------------------------------------------------------------------------

Error 2:
---------------------------------------------------------------------------
Type: 2
File: syndication.php (Line no. 119)
Message
Invalid argument supplied for foreach()
---------------------------------------------------------------------------

Error 3:
---------------------------------------------------------------------------
Type: 2
File: front_end.php (Line no. 220)
Message
Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/forum/inc/functions.php:92)
---------------------------------------------------------------------------
front_end.php isn't a MyBB file, but reupload a new copy of ./inc/functions.php. First error is a plugin, what ones have you got installed??
fron_end.php is OpenInviter plugin's file.

I have 3 more errors generated regarding the sitemap generator plugin:
Error1:
--------------------------------------------------------------------------------------------
Type: 2
File: inc/tasks/sitemapthreads.php (Line no. 27)
Message
require_once(MYBB_ADMIN_DIRinc/functions_sitemap_generator.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory
--------------------------------------------------------------------------------------------
Error 2:
--------------------------------------------------------------------------------------------
Type: 2
File: inc/tasks/sitemapprofiles.php (Line no. 27)
Message
require_once(MYBB_ADMIN_DIRinc/functions_sitemap_generator.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory
--------------------------------------------------------------------------------------------
Error 3:
--------------------------------------------------------------------------------------------
Type: 2
File: inc/tasks/sitemapforums.php (Line no. 27)
Message
require_once(MYBB_ADMIN_DIRinc/functions_sitemap_generator.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory
--------------------------------------------------------------------------------------------
sitemapthreads.php, sitemapprofiles.php and sitemapforums.php do not exist.
They're all bugs with the sitemap plugin, it's not generating the file path for the file include properly.