Jump to content

Cupach

Clients
  • Posts

    5
  • 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 Cupach

  1. May have found a solution @Adriano Faria - sas_cat_reviews_moderated on staffappsystem_categories was set to NOT NULL but a NULL value was inserted to that field on category generation `sas_cat_reviews_moderated`=NULL. This could be me, MariaDB or my theme, but it seems to have fixed it! Just putting my solution here as a reference 🙂
  2. Many thanks, of course I wouldn't expect you to release a new version for every theme! Seems like a simple error that I'm sure I can iron out. I'll dig deeper into it, thanks anyway.
  3. Hey, I've got a data-type mismatch on one of the entries in front/general/view.php. Happened when I changed the application to allow all usergroups to apply. Have tested with the basic theme and all is good. This is with a popular IPSFocus theme, which I'd assume would at least be a little bit compatible with this application. Do you have a common fix? All is up to date, running on v.4.6.6. TypeError: implode(): Argument #1 ($pieces) must be of type array, string given in <path>\system\Theme\Theme.php(860) : eval()'d code:2330 Stack trace: #0 <path>\system\Theme\Theme.php(860) : eval()'d code(2330): implode() #1 <path>\system\Theme\SandboxedTemplate.php(61): IPS\Theme\class_staffappsystem_front_view->view() #2 <path>\applications\staffappsystem\modules\front\general\view.php(95): IPS\Theme\_SandboxedTemplate->__call() #3 <path>\system\Dispatcher\Controller.php(101): IPS\staffappsystem\modules\front\general\_view->manage() #4 <path>\system\Content\Controller.php(50): IPS\Dispatcher\_Controller->execute() #5 <path>\applications\staffappsystem\modules\front\general\view.php(37): IPS\Content\_Controller->execute() #6 <path>\system\Dispatcher\Dispatcher.php(153): IPS\staffappsystem\modules\front\general\_view->execute() #7 <path>\index.php(13): IPS\_Dispatcher->run() #8 {main}
  4. Bumping for some support (if that's allowed 😁) - I really want to avoid querying /forums/posts but is that the only way?
  5. Currently GET /core/hello only returns community name, community URL & IpsVersion. Is there any endpoint I can hit to get more in-depth forum statistics like total number of posts, threads, members etc. I know there is the GET /forums/posts, /forums/topics that both have a response of totalResults, but you have to manually send a request with a list of your forum IDs which wouldn't be much use if forums get deleted/added. Would this also be a performance hit? Who knows. If anyone has any solutions, it would be great to know! Thanks.
×
×
  • Create New...