MyBB Community Forums

Full Version: New Thread Error Message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: rkaeme.png]

That is the error I get when I make a new thread.

I am using the theme BlackEvo4 if that is relevant.

If you change themes to the default theme does it work correcttly?

And can you re-upload functions.php
Go to ACP > Tools & Maintenance > Cache Manager > posticons > Rebuild Cache; any change??
I tried both of those and neither seemed to stop the warning. Also I have no posticons in the forum cache section?? Hmm...It seems that I don't have any post icons on the new thread page either. lt says post icons but then has none.
Go to ACP > Configuration > Post Icons > what's here??
Thanks Matt, yes it shows all of the post icons and images.
And you're sure there's no posticons in the list of caches?? Weird. Run this query; sorry if it stretches the page, make sure you get all of it, up to the ; at the end:

INSERT INTO `mybb_datacache` (`title`, `cache`) VALUES ('posticons', 'a:20:{i:1;a:3:{s:3:"iid";s:1:"1";s:4:"name";s:3:"Bug";s:4:"path";s:20:"images/icons/bug.gif";}i:2;a:3:{s:3:"iid";s:1:"2";s:4:"name";s:11:"Exclamation";s:4:"path";s:28:"images/icons/exclamation.gif";}i:3;a:3:{s:3:"iid";s:1:"3";s:4:"name";s:8:"Question";s:4:"path";s:25:"images/icons/question.gif";}i:4;a:3:{s:3:"iid";s:1:"4";s:4:"name";s:5:"Smile";s:4:"path";s:22:"images/icons/smile.gif";}i:5;a:3:{s:3:"iid";s:1:"5";s:4:"name";s:3:"Sad";s:4:"path";s:20:"images/icons/sad.gif";}i:6;a:3:{s:3:"iid";s:1:"6";s:4:"name";s:4:"Wink";s:4:"path";s:21:"images/icons/wink.gif";}i:7;a:3:{s:3:"iid";s:1:"7";s:4:"name";s:8:"Big Grin";s:4:"path";s:24:"images/icons/biggrin.gif";}i:8;a:3:{s:3:"iid";s:1:"8";s:4:"name";s:6:"Tongue";s:4:"path";s:23:"images/icons/tongue.gif";}i:9;a:3:{s:3:"iid";s:1:"9";s:4:"name";s:5:"Brick";s:4:"path";s:22:"images/icons/brick.gif";}i:10;a:3:{s:3:"iid";s:2:"10";s:4:"name";s:5:"Heart";s:4:"path";s:22:"images/icons/heart.gif";}i:11;a:3:{s:3:"iid";s:2:"11";s:4:"name";s:11:"Information";s:4:"path";s:28:"images/icons/information.gif";}i:12;a:3:{s:3:"iid";s:2:"12";s:4:"name";s:9:"Lightbulb";s:4:"path";s:26:"images/icons/lightbulb.gif";}i:13;a:3:{s:3:"iid";s:2:"13";s:4:"name";s:5:"Music";s:4:"path";s:22:"images/icons/music.gif";}i:14;a:3:{s:3:"iid";s:2:"14";s:4:"name";s:5:"Photo";s:4:"path";s:22:"images/icons/photo.gif";}i:15;a:3:{s:3:"iid";s:2:"15";s:4:"name";s:7:"Rainbow";s:4:"path";s:24:"images/icons/rainbow.gif";}i:16;a:3:{s:3:"iid";s:2:"16";s:4:"name";s:7:"Shocked";s:4:"path";s:24:"images/icons/shocked.gif";}i:17;a:3:{s:3:"iid";s:2:"17";s:4:"name";s:4:"Star";s:4:"path";s:21:"images/icons/star.gif";}i:18;a:3:{s:3:"iid";s:2:"18";s:4:"name";s:11:"Thumbs Down";s:4:"path";s:27:"images/icons/thumbsdown.gif";}i:19;a:3:{s:3:"iid";s:2:"19";s:4:"name";s:9:"Thumbs Up";s:4:"path";s:25:"images/icons/thumbsup.gif";}i:20;a:3:{s:3:"iid";s:2:"20";s:4:"name";s:5:"Video";s:4:"path";s:22:"images/icons/video.gif";}}');

Run that in phpMyAdmin, then rebuild the cache in the ACP and see what happens then.
Keeps saying You have to choose at least one column to display when I try to run the query. Kinda new to the whole phpmyadmin thing.
Might not be going to the right place then. When you first go to phpMyAdmin you should see a list of databases on the left, click yours. You should then see a list of tables, mybb_adminlog, mybb_adminoptions, mybb_adminsessions etc... click the SQL tab along the top, paste it in there, should work.
That fixed it. Thanks Matt.