vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Problem with thread edit (https://vborg.vbsupport.ru/showthread.php?t=316398)

Psyd0x 01-03-2015 02:33 PM

Problem with thread edit
 
when I click the save button after editing the post it will stay like this forever until i refresh the page.
http://prntscr.com/5o0mvw

But after I refresh the page the changes are applied

Anyone know from what the problem is?

HM666 01-03-2015 02:39 PM

That is probably related to a mod you have installed on the forum. Try this:

Global disable: open your includes>config.php file and find:

Code:

<?php
and under place:

Code:

define('DISABLE_HOOKS', true);
Save and upload again to your server in the includes directory.

If you find that it works after disabling the plugins globally then re-enable the plugins by putting // in front of the code so it looks like this:

Code:

//define('DISABLE_HOOKS', true);
Save and upload again.

Then you will have to go through your mods one by one until you find the one that is causing the conflict.

nerbert 01-03-2015 05:55 PM

I think you mean immediately after the opening tag

so put the line right after <?php

HM666 01-03-2015 06:11 PM

Quote:

Originally Posted by nerbert (Post 2530243)
I think you mean immediately after the opening tag

so put the line right after <?php

Thanks I changed it. :)

Psyd0x 01-11-2015 10:13 AM

tried still have the problem without the plugins.

kh99 01-11-2015 12:02 PM

Do you have a lot of people subscribed to the thread, and if so, what are your email settings for "use mailqueue" and "use cron based sending"? Someone else was having a similar problem recently and it turned out to be a delay due to sending the subscription emails. That person seems to have fixed it by the mailqueue and cron-based sending.

It could also be a javascript problem. Maybe open your browser javascript console before saving and see if you get any errors there.

HM666 01-11-2015 01:54 PM

Come to think of it I've seen similar problems when a template was changed and the JavaScript was taken out or altered incorrectly.


All times are GMT. The time now is 02:52 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01010 seconds
  • Memory Usage 1,721KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete