Jump to content

SBCommunity

Clients
  • Posts

    9
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by SBCommunity

  1. The login details should work with the instructions I included in the notes but if you still aren't able to access the server I'll see what I can do.
  2. Everything in the client area should now be updated.
  3. Those pages were already tested on the default theme and gave us the same errors.
  4. These are the links we found errors on: https://www.thesbcommunity.com/forums/index.php?/topic/16714-dprsbc-hq-now-open-on-spongecraft/ https://www.thesbcommunity.com/forums/index.php?/clubs/80-the-non-reneverse-club/ We've tried with all third party customizations disabled and are still getting the errors.
  5. We've just upgraded to the latest version of IPS, and we're getting a bug that didn't exist before the upgrade. Certain clubs are giving me an OutOfRangeException when I access them, with one leading to this error being shown at the top of the club topic: And another leading to the topic being completely inaccessible. We've tried viewing the topics on every theme including the default one and gotten the same errors. This is the message we got in the system log for the configuration error: OutOfRangeException: (0) #0 /home/.../public_html/forums/system/Member/Club/Club.php(1370): IPS\Patterns\_ActiveRecord::load() #1 /home/.../public_html/forums/system/Member/Club/Club.php(1906): IPS\Member\_Club->nodes() #2 /home/.../public_html/forums/system/Member/Club/Club.php(2046): IPS\Member\_Club->tabs() #3 /home/.../public_html/forums/applications/core/modules/front/clubs/view.php(138): IPS\Member\_Club->firstTab() #4 /home/.../public_html/forums/system/Dispatcher/Controller.php(118): IPS\core\modules\front\clubs\_view->manage() #5 /home/.../public_html/forums/applications/core/modules/front/clubs/view.php(128): IPS\Dispatcher\_Controller->execute() #6 /home/.../public_html/forums/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\clubs\_view->execute() #7 /home/.../public_html/forums/index.php(13): IPS\_Dispatcher->run() #8 {main} Does anyone have any idea of what may be causing these errors and how we would fix them?
  6. For some reason, I noticed the system flagged our only default English pack on the Languages page in the ACP as “Customized”, despite the fact we never customized anything on it as far as I recall. When I tried to create a new default language using the “Create New” button, it strangely came out as Spanish (also flagged as customized) which I assume shouldn’t be happening. This seems to indicate something is wrong with our language files and I was wondering if there's an issue here or not, so I'm asking here first before doing anything else.
  7. I've troubleshooted the performance issues and I believe they're caused whenever a user does a search, since our forum is so large now that it requires more capability than my server currently has to query the posts table. Is there a way to disable search temporality so I can confirm whether or not it's causing the slowdowns?
  8. All of the tables for our database are using InnoDB.
  9. hi so i upgraded to ips 4.6 back in october and since then we've gotten occasional spikes to cpu usage tied to multiple sql statements being executed at once we just had one for 15 minutes today tied to these statements: IPS\Content\_Comment::getItemsWithPermission:232*/ SELECT COUNT(*) as cnt FROM `l IPS\Content\Search\_Results::count:532*/ SELECT COUNT(*) FROM 'core_search' this is what i could get from the process list, and the first statement showed up twice. while those were running, cpu usage increased from where it generally is under 20% to as high as 105% during the spike, effectively rendering my ips forum inaccessible. how do i keep this from happening again? ty
×
×
  • Create New...