MyBB Community Forums

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

Upgraded from 1.8.8 to 1.8.9 and made these alterations to global.css as suggested:

.deleted_post_hidden {
	border-top: 2px solid #ccc;
	padding: 15px;
}

.deleted_post_collapsed {
	border-top: 3px solid #333;
	padding: 15px;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

.deleted_post_collapsed .show_deleted_post a.button span {
	background-position: 0 -400px;
}


I attempted to update the templates to the latest versions but I think I have done this incorrectly as although I can enter posts as all users, deletion is no longer possible stating that:

"Sorry, but you did not select any threads to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some threads and try again."

It is no longer stating that any templates require update on searching but I think I have messed something up here.  Any chance of giving me an idea as to what to attempt next? 

Thank you
Pete
check if this post helps !
Thank you - have confirmed that both these variables are already present in the headerinclude on my forum with the " inserted as mentioned in the post.

Still will not allow deletion of posts I'm afraid

Any other ideas on this?
also check this change in ~/jscripts/general.js file
GREAT!!! Thank you very much!! That worked a treat..

Only thing is that the initial line 498 in ~/jscripts/general.js of : "secure: cookieSecureFlag," didn't even exist
I added on line 498 as was suggested with : "secure: cookieSecureFlag == true" and it works, but should I be concerned that other files are also not fully up to date as well on my forum? As I said, no results are being indicated as requiring update on running the checker in ACP, but this general.js was definitely incorrect and not up to date.

I guess I could backup the database, run a fresh installation from scratch, recover the database and tweak it all to suit....? This would ensure ALL files are fully modified correctly and totally up to date - is this a procedure you would recommend me carrying out or do you think this is a waste of time and you have better idea of ways to do this sort of confirmation routines?

Thank you (again)
Pete
can you run file verification tool available at tools & maintenance section &
tell us which php & js files are changed ..

[ignore files reported from install folder & its subfolders.
Also ignore reported images]
Hello,


OK, can see results below..

jscripts/general.js - Changed
inc/languages/english.php - Changed
inc/languages/english/global.lang.php - Changed
inc/languages/english/usercp.lang.php - Changed
inc/languages/english/forumdisplay.lang.php - Changed
inc/languages/english/admin/tools_adminlog.lang.php - Changed
inc/languages/english/admin/global.lang.php - Changed
inc/languages/english/admin/user_module_meta.lang.php - Changed
inc/languages/english/admin/forum_management.lang.php - Changed
inc/languages/english/admin/user_users.lang.php - Changed
inc/languages/english/admin/config_attachment_types.lang.php - Changed
inc/languages/english/admin/user_groups.lang.php - Changed
inc/languages/english/admin/style_templates.lang.php - Changed
inc/languages/english/admin/user_admin_permissions.lang.php - Changed
inc/languages/english/messages.lang.php - Changed
inc/languages/english/member.lang.php - Changed
inc/languages/english/memberlist.lang.php - Changed
inc/languages/english/modcp.lang.php - Changed
inc/languages/english/moderation.lang.php - Changed
inc/languages/english/admin/user_awaiting_activation.lang.php - Missing

looks to me like the only one of interest is the general.js which is appearing as I just updated it as per this thread, is that correct you think?

Pete