Posts: 28,272
Thanks received: 14794
Thanks given: 7687
Joined: Jul 2006
(09 Aug 2019, 02:06 )essanym Wrote: not sure if this is related, but check out my last post in the tugger thread. it's formatted strangely even though all i did was put in text with a url
You have to use
MyCode, not HTML 😉
Posts: 28,272
Thanks received: 14794
Thanks given: 7687
Joined: Jul 2006
Ah... I see what you mean... Yes, this is clearly a bug. Most likely I need to reset some templates. Checking...
Posts: 28,272
Thanks received: 14794
Thanks given: 7687
Joined: Jul 2006
Posts: 28,272
Thanks received: 14794
Thanks given: 7687
Joined: Jul 2006
09 Aug 2019, 12:28
(This post was last modified: 09 Aug 2019, 22:19 by Like Ra.)
OK, I think it's fixed now 😉 This is what I've done (for my reference later):
o- Removed jscripts/sceditor directory
o- Uploaded jscripts/sceditor from the 1.8.21 distribution
o- Reverted Ungrouped templates -> codebuttons template
o- Disabled/Enabled MentionMe and Quick Quote plugins
o- In jscripts/jquery.plugins.min.js changed from offset.top+=el.outerHeight() to offset.top+=el.outerHeight()-170
o- Restarted php-fpm
o- Stopped Apache, removed ModPagespeed cache, started Apache
Posts: 28,272
Thanks received: 14794
Thanks given: 7687
Joined: Jul 2006
Something strange is going on with the forum... E.g. "New reply" does not work" - empty page. Weird...
Posts: 28,272
Thanks received: 14794
Thanks given: 7687
Joined: Jul 2006
Ooophhh... It's working now... It was the smilies cache... Weird...
Posts: 1,300
Thanks received: 668
Thanks given: 1008
Joined: Nov 2013
(07 Sep 2019, 09:24 )Like Ra Wrote: Something strange is going on with the forum... E.g. "New reply" does not work" - empty page. Weird...
that explains why I could not post a new thread... now working.. thanks for fixing it
Posts: 28,272
Thanks received: 14794
Thanks given: 7687
Joined: Jul 2006
07 Sep 2019, 22:05
(This post was last modified: 07 Sep 2019, 22:07 by Like Ra.)
AFAIR it's not the first time when "cached something" breaks "something", and I did not change anything before. It can be seen in the error log as (just for my future reference):
Code:
<error>
<dateline>1567846342</dateline>
<script>inc/functions.php</script>
<line>3336</line>
<type>2</type>
<friendly_type>Warning</friendly_type>
<message>Invalid argument supplied for foreach()</message>
<back_trace>#0 errorHandler->log_error(2, Invalid argument supplied for foreach(), inc/functions.php, 3336) called at [... mybb/inc/class_error.php:189]
#1 errorHandler->error(2, Invalid argument supplied for foreach(), inc/functions.php, 3336, Array ([bind] => message,[smilies] ...
and line 3336 is:
Code:
foreach($smilie_cache as $smilie)
Posts: 28,272
Thanks received: 14794
Thanks given: 7687
Joined: Jul 2006
Just happened again... Puzzled...
Posts: 28,272
Thanks received: 14794
Thanks given: 7687
Joined: Jul 2006
Just fixed some template issues and updated plugins. The "Thank You" one was not showing "Thanks" until I reverted the script (which was setting the style display: none;") to the previous version. Whistle if you notice that something is not working.