MyBB Community Forums

Full Version: Cannot modify header error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

I have been running my new MyBB for some days and it was all OK. Till now when I get the following error on reply:
Quote:Warning: sprintf(): Too few arguments in /home/mybbro/public_html/inc/datahandlers/post.php on line 755

Warning: Cannot modify header information - headers already sent by (output started at /home/mybbro/public_html/inc/datahandlers/post.php:755) in /home/mybbro/public_html/inc/functions.php on line 78

Where should I start with the cleaning? Thank you in advance.
Have you changed anything?
maybe you use your own php script or some mod.

If before all was ok, then maybe you make any changes last time.
Maybe this is only in specific situation?

I tried repeat this error, but it's working wrongly only when
- i use sprintf() without arguments
- and next i try use 'output_page' myBB function.

I can't destroy much more my scripts for check this error Smile
Undo any code modifications you've made