Support Forum
Yes - the following are missing or unavailable:
sp-resources/forum-avatar-pool
sp-resources/forum-custom-icons
sp-resources/forum-language/simple-press
sp-resources/forum-language/sp-plugins
sp-resources/forum-language/sp-themes
sp-resources/forum-cache
There was another two folders that were missing, but I went in via FTP and manually created them on the server to resolve the issue. Should I do the same for all these?
This just gets stranger.
So it looks like the original problem may be that folders can not be automatically created. Then when you activate the uploader plugin it fails to create the folders so also then stops the install and does not create the new db table either. At least that is my best guess.
So as well as creating the new folders you need the real issue then is working out why they can not be created and that will most often come down to permissions on the server. Can you check them? They should be the same as those set up for the wp-content folder of which they are a grand-children.
But you will also need to check the UID/GUID values on those folders to ensure they have the correct ownership. If you do not know how to check this then to be honest the best and easiest way is to ask your hosting support to check them all to ensure that new folders can be both created and written to by the php software.
YELLOW
SWORDFISH
|
Well that is, of course, good news - but doesn't explain why the install failed to create the folders you needed. The only other thing that comes to mind would be something like an .htaccess rule that prevents it.
It probably means that you will need to create these manually. By default they are named (under the sp-resources folder):
forum-image-uploads
forum-media-uploads
forum-file-uploads
If we still need to create the missing table manually will you be able to do that with a sql script that you can run form phpmyadmin?
YELLOW
SWORDFISH
|
Weirder and weirder then!
This is the SQL to create the table.
CREATE TABLE `XXX_sfpostattachments` ( `attachment_id` bigint(20) NOT NULL AUTO_INCREMENT, `post_id` bigint(20) NOT NULL, `topic_id` bigint(20) NOT NULL, `type` varchar(10) NOT NULL, `path` varchar(250) NOT NULL, `filename` varchar(100) NOT NULL, `size` int(11) NOT NULL, PRIMARY KEY (`attachment_id`), KEY `post_id_idx` (`post_id`), KEY `topic_id_idx` (`topic_id`) );
Of course you do need to change the 'XXX' for your own table prefix (default of course of 'wp_).
YELLOW
SWORDFISH
|
Oddly, though, now all forum permissions have been knocked out, and each forum displays:
Warning - There are no usergroups with members that have permission to use this forum
I've done the 'Add a User Group Permission Set to an Entire Group', giving Members Standard Access, and it tells me usergroup permission sets have been added to the forums... but the warning doesn't go away.
Help?
1 Guest(s)