MyBB Community Forums

Full Version: Smilies adding help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my forum I wanted to add 6 more smilies using the mass add smilies thing.

When I typed in the url I got this error at the top of the page.
Warning [2] readdir(): supplied argument is not a valid Directory resource - Line: 303 - File: admin/modules/config/smilies.php PHP 5.1.6 (Linux)
File	Line	Function
[PHP]	 	errorHandler->error
/admin/modules/config/smilies.php	303	readdir
/admin/index.php	378	require
Warning [2] closedir(): supplied argument is not a valid Directory resource - Line: 317 - File: admin/modules/config/smilies.php PHP 5.1.6 (Linux)
File	Line	Function
[PHP]	 	errorHandler->error
/admin/modules/config/smilies.php	317	closedir
/admin/index.php	378	require


Thanks.
Undecided

Is your smilies directory actually CHMOD correctly? I seem to get that error when it's not CHMOD right, or the directory doesn't exist.
The minimum the smilies folder needs is 444, so it can be read... should be 755 by default and not sure why it'd be any different.