Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Report New Forum Bugs and Issues Here
#94

You probably already knew this or had other things that take priority, but apparently themes can be cached under './cache/themes/' in MyBB, so it's possible that clearing that out would make themes work.

(23rd April 2021, 17:35)Echoen Wrote: Yeah, but the plugin didn't work, though removing all the plugin files didn't remove it. And it won't go away! Still hammering on this, arrgh.
I'm assuming you've tried this already, but did you make sure that any cache files that might have the "NUMTHANKEDLIKED" string in them were cleared/removed?

This also might fix some of your theming problems, potentially.

If this is a Unix/Linux server you can probably search for the "NUMTHANKEDLIKED" string under the server's forum directories using grep to get an idea of what's making the string stick around.
I don't know how it's stored, though, so you should probably make sure it's running under a very "nice" process (basically, so it doesn't hog I/O and CPU cycles).

Running something like this under the forum directory should be enough to do a search without compromising on throughput/functionality (basically by telling it to pause the search whenever any other process needs to run, and to only search during idle periods).

Assuming you're currently in the myBB directory on the server in a shell, this is correct for a recursive search; if you want to provide a path to search replace the '.' at the end with your path. It'll print out all file names with matching text inside. Of course, this depends on the strings not being compressed.
Code:
ionice -c idle nice -n 19 grep -l -r TYL_NUMTHANKEDLIKED .

Usual disclaimer: this is theoretical; I have no idea how your setup is and if you don't know what this is doing you probably shouldn't run it on a production server. I am certain it won't cause permanent harm to the system or corrupt any data, but I don't want to inadvertently DoS anything because of some process running on the machine hogging time.

I run a (very small-time) linux server of my own and use Unix systems pretty much exclusively at home. That's my only credential for this stuff, though.


Messages In This Thread
Report New Forum Bugs and Issues Here - by dxasmodeus - 3rd January 2021, 04:27
RE: Report New Forum Bugs and Issues Here - by holice - 3rd January 2021, 05:14
RE: Report New Forum Bugs and Issues Here - by Echoen - 3rd January 2021, 05:20
RE: Report New Forum Bugs and Issues Here - by Osprey - 3rd January 2021, 05:35
RE: Report New Forum Bugs and Issues Here - by Echoen - 3rd January 2021, 05:46
RE: Report New Forum Bugs and Issues Here - by Osprey - 3rd January 2021, 06:07
RE: Report New Forum Bugs and Issues Here - by leeter - 3rd January 2021, 16:58
RE: Report New Forum Bugs and Issues Here - by booobp - 4th January 2021, 05:07
RE: Report New Forum Bugs and Issues Here - by titlov - 4th January 2021, 20:41
RE: Report New Forum Bugs and Issues Here - by rage1_8 - 12th January 2021, 21:28
RE: Report New Forum Bugs and Issues Here - by rador - 6th January 2021, 02:42
RE: Report New Forum Bugs and Issues Here - by Dolfus - 6th January 2021, 13:02
RE: Report New Forum Bugs and Issues Here - by MacFiz - 14th January 2021, 10:06
RE: Report New Forum Bugs and Issues Here - by MacFiz - 14th January 2021, 18:02
RE: Report New Forum Bugs and Issues Here - by spod - 15th January 2021, 00:08
RE: Report New Forum Bugs and Issues Here - by beans - 29th January 2021, 00:41
RE: Report New Forum Bugs and Issues Here - by Amadeus - 5th February 2021, 17:19
RE: Report New Forum Bugs and Issues Here - by spod - 9th February 2021, 20:46
RE: Report New Forum Bugs and Issues Here - by kakuro - 10th February 2021, 00:46
RE: Report New Forum Bugs and Issues Here - by dxasmodeus - 11th February 2021, 21:50
RE: Report New Forum Bugs and Issues Here - by jokermon - 20th February 2021, 04:51
RE: Report New Forum Bugs and Issues Here - by dxasmodeus - 20th February 2021, 18:51
RE: Report New Forum Bugs and Issues Here - by spod - 24th February 2021, 03:04
RE: Report New Forum Bugs and Issues Here - by dxasmodeus - 24th February 2021, 04:38
RE: Report New Forum Bugs and Issues Here - by dxasmodeus - 25th February 2021, 05:09
RE: Report New Forum Bugs and Issues Here - by spod - 17th March 2021, 19:51
RE: Report New Forum Bugs and Issues Here - by Beau - 29th March 2021, 04:53
RE: Report New Forum Bugs and Issues Here - by dio - 21st April 2021, 04:32
RE: Report New Forum Bugs and Issues Here - by dragontamer8740 - 28th April 2021, 00:10
RE: Report New Forum Bugs and Issues Here - by spod - 29th April 2021, 07:38
RE: Report New Forum Bugs and Issues Here - by dio - 16th June 2021, 03:57
RE: Report New Forum Bugs and Issues Here - by dxasmodeus - 10th September 2021, 18:26
RE: Report New Forum Bugs and Issues Here - by dxasmodeus - 10th September 2021, 18:43
RE: Report New Forum Bugs and Issues Here - by jokermon - 20th October 2021, 19:38
RE: Report New Forum Bugs and Issues Here - by jokermon - 23rd October 2021, 09:12
RE: Report New Forum Bugs and Issues Here - by jokermon - 30th December 2021, 09:58
RE: Report New Forum Bugs and Issues Here - by dxasmodeus - 30th December 2021, 19:14

Forum Jump:


Users browsing this thread: 27 Guest(s)