Jump to content

Kenneth Baker

Clients
  • Joined

  • Last visited

  1. Thank you @Daniel F that was the problem
  2.    Kenneth Baker reacted to a post in a topic: class loading system , a bug?
  3. Hello I'm not sure what's the correct room to post this I'm forwarding this from one of my staff who tries to create a custom app: is it a bug or is he missing something? There seems to be problem with loading classes with same IDs. The Models has same namespace. class ClassOne extends Item { ... } class ClassTwo extends ActiveRecord { ... } When loading classes with same ID in controller: $variable1 = ClassOne::load(1); $variable2 = ClassTwo::load(1); The result is that both variables will be the same ClassOne -object. When switched around: $variable2 = ClassTwo::load(1); $variable1 = ClassOne::load(1); The result is that both variables will be the same ClassTwo-object. If the IDs are not the same, both classes loads correctly. $variable2 = ClassTwo::load(1); $variable1 = ClassOne::load(2);
  4.    Kenneth Baker reacted to a post in a topic: v5 questions
  5.    Kenneth Baker reacted to a post in a topic: Invision Community 5.0.0 Released
  6.    Matt reacted to a post in a topic: Invision Community 5.0.0 Released
  7. Hello Is there supposed to be the upgrade option from the ACP of 4.7.20 or do i have to upload the whole thing manually?
  8.    Kenneth Baker reacted to a post in a topic: Disable external links per user group
  9.    Kenneth Baker reacted to a post in a topic: Clubs statistics error
  10. Thanks for the suggestions I just did both and it didn’t solve the error if helps in any way, in the Backtrack box of the system error log, there’s this /IPB/init.php(1049): IPS\_Log::log() /IPB/system/Helpers/Chart/Dynamic.php(539): IPS\IPS::exceptionHandler() /IPB/applications/core/modules/admin/clubs/stats.php(79): IPS\Helpers\Chart\_Dynamic->__toString() /IPB/system/Dispatcher/Controller.php(118): IPS\core\modules\admin\clubs\_stats->manage() /IPB/applications/core/modules/admin/clubs/stats.php(38): IPS\Dispatcher\_Controller->execute() /IPB/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\clubs\_stats->execute() /IPB/acp/index.php(13): IPS\_Dispatcher->run() #7 {main}
  11. Nothing major that i can think of , just the typical light maintenance of custom themes and some version updates of some common paid apps, i don’t have the knowledge for anything beyond that I have disabled all of the plugins but it wasn’t it
  12. Hello in version 4.7.19 at the Statistics section > Clubs Activity > Activity By Club tab, there’s this error OutOfRangeException: (0) #0 /IPB/applications/core/modules/admin/clubs/stats.php(397): IPS\Patterns\_ActiveRecord::load() #1 /IPB/system/Helpers/Chart/Callback.php(118): IPS\core\modules\admin\clubs\_stats->getResults() #2 IPB/system/Helpers/Chart/Callback.php(242): IPS\Helpers\Chart\_Callback->compileForOutput() #3 /IPB/system/Helpers/Chart/Dynamic.php(505): IPS\Helpers\Chart\_Callback->getOutput() #4 /IPB/applications/core/modules/admin/clubs/stats.php(79): IPS\Helpers\Chart\_Dynamic->__toString() #5 /IPB/system/Dispatcher/Controller.php(118): IPS\core\modules\admin\clubs\_stats->manage() #6 /IPB/applications/core/modules/admin/clubs/stats.php(38): IPS\Dispatcher\_Controller->execute() #7 /IPB/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\clubs\_stats->execute() #8 /IPB/admin/index.php(13): IPS\_Dispatcher->run() #9 {main} In addition to that the All Club Activity shows the wrong topics numbers, it shows numbers of thousands of topics while the true numbers are a few dozens It’s been like this for a few month now
  13. Hello On fluid view In v4.7.19, regular members are able to see topics titles from forums they don't have access too It's just the titles, they can't read the topics themselves
  14. Hello Where is the setting in the ACP where i can set a member group to be shown in the @ feature ? I mean that when i type the @ there is a certain member group who doesnt show , the feature works fine for other member groups and i dont know why
  15.    Analogged reacted to a post in a topic: Marketplace Closure
  16. Kenneth Baker started following onlyME
  17.    The Old Man reacted to a post in a topic: Marketplace Closure
  18.    MediaDiGi reacted to a post in a topic: Marketplace Closure
  19. But as MediaDiGi wrote, from the way the current design of the Providers Directory looks like the only way for us to see new updates is go thru dozen of pages one by one and manually check if something new was posted And impossible to see which are new modifications because there's no central location for that either To me it looks like we'll have a community which almost impossible for new devs to enter the club since if its up to us only to decide who isnt suspicious then not many clients will be willing to be the first to buy something from a dev who just signed up recently
  20.    SeNioR- reacted to a post in a topic: Links Directory
  21. Ahhh okay, got it, thanks
  22. Hello Which settings do i need to enable in order to allow all staff and members to write comments and reviews? For the Moderators group i have enabled all the sliders to green under Members> Staff > Links Directory tab , and did the same with all the options under the Comments & Reviews section at the Submission tab at the edit category section , and still cant see the text box, only this : I do have the text box but i dont know because of which setting exactly And the Members only have settings to enable access to the links directory with no group permission for comments
  23. Thanks for the answer With all this i think we got to the point where its not worth anymore to bother and get this feature to work and might as well just have it removed
  24. Also, i'm not sure to what its related exactly and if something can be done but now at least on my board seems like the Gif's in the menu loads very slow
  25. With someone else's help i took the default key and entered it in the custom key field, it worked until recently, since a few days ago that stopped working and still neither did my old custom key so i created a new one
  26.    Adriano Faria reacted to a post in a topic: Giphy stopped functioning
  27. Issue solved, there's some odd issue with the custom key and the setting to switch to the public wasnt saved thanks for the replies