
Everything posted by Daniel F
-
ActiveRecord table name without a prefix? Limitation
You can create a second database instance to access your own tables. To gain easy access to it, just override the db() method in your own AR implementation. See also https://invisioncommunity.com/forums/topic/436728-custom-database-table-issue-with-ipsdbi/?do=findComment&comment=2684300 🙂
-
(GFL) Multi-Game Servers List Support Topic
You should be able to purchase it already.
-
(NB45) Content Tabs
I've found following error in the MP test environment Error: Unsupported operand types (0) #0 /Users/danielf/Sites/localhost/mp/applications/core/extensions/core/Dashboard/BackgroundQueue.php(56): IPS\nbcontenttabs\extensions\core\Queue\_Delete->getProgress(Array, 0) #1 /Users/danielf/Sites/localhost/mp/applications/core/modules/admin/overview/dashboard.php(64): IPS\core\extensions\core\Dashboard\_BackgroundQueue->getBlock() #2 /Users/danielf/Sites/localhost/mp/system/Dispatcher/Controller.php(101): IPS\core\modules\admin\overview\_dashboard->manage() #3 /Users/danielf/Sites/localhost/mp/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute() #4 /Users/danielf/Sites/localhost/mp/admin/index.php(14): IPS\_Dispatcher->run() #5 {main}
-
Anyone else scolded for using Plugins, Themes, etc?
I'm working on the ticket right now, but to be fair, according to your system log it's def. a 3rd party issue: ArgumentCountError: Too few arguments to function IPS\core\modules\front\system\_register::_createMember(), 2 passed in /var/www/html/105119/init.php(893) : eval()'d code on line 26 and exactly 4 expected (0) #0 /var/www/html/105119/init.php(893) : eval()'d code(26): IPS\core\modules\front\system\_register::_createMember(Array, Array) #1 /var/www/html/105119/init.php(893) : eval()'d code(90): IPS\core\modules\front\system\hook1905::_createMember(Array, Array, NULL, Object(IPS\Helpers\Form)) #2 /var/www/html/105119/init.php(893) : eval()'d code(15): IPS\core\modules\front\system\hook2764::_createMember(Array, Array, NULL, Object(IPS\Helpers\Form)) #3 /var/www/html/105119/applications/core/modules/front/system/register.php(240): IPS\core\modules\front\system\hook2898::_createMember(Array, Array, NULL, Object(IPS\Helpers\Form)) #4 /var/www/html/105119/applications/core/modules/front/system/register.php(174): IPS\core\modules\front\system\_register->_registrationForm(NULL) #5 /var/www/html/105119/system/Helpers/Wizard/Wizard.php(181): IPS\core\modules\front\system\_register->IPS\core\modules\front\system\{closure}(Array) #6 /var/www/html/105119/applications/core/modules/front/system/register.php(181): IPS\Helpers\_Wizard->__toString() #7 /var/www/html/105119/init.php(893) : eval()'d code(27): IPS\core\modules\front\system\_register->manage() #8 /var/www/html/105119/system/Dispatcher/Controller.php(101): IPS\core\modules\front\system\nexus_hook_register->manage() #9 /var/www/html/105119/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute() #10 /var/www/html/105119/index.php(13): IPS\_Dispatcher->run() #11 {main} This error means literally that a plugin or application hooking the register::_createMember method is failing because it isn't compatible with IPS 4.5
-
Why ips don't want to add icon to menu manager
You can use icons and even emojis in the title field.
-
Reset all users to "Take Me to Comments I Haven't Read"
https://invisioncommunity.com/settings/links/ You can change the default behaviour in the ACP => Members => Profiles => Profile Settings Tab.
-
4.5 Side Blocks - topic feed - issue
Since 4.5 users can configure where they want to be redirected https://invisioncommunity.com/settings/links/
-
ACP Marketplace add 'My Purchases'
He means inside the ACP ( the new 4.5 ACP MP page) 🙂 This was suggested before and I think it's something what we want to look into.
-
WhatsApp Share Button for 4.5
There’s at least one WhatsApp app/plugin in our marketplace
-
Lost All Formatting After Migration/Upgrade
Please submit a ticket and we’ll take a look
-
Current stable release: 4.5.1 - Error ACP Admin
-
Member Notepad
They could use the PM system, create a new folder for such notes and send themself a PM 😉
-
Warn Log
An issue was identified in this plugins upgrade code. You're iterating over almost all member rows in the step2 upgrade step which of course won't work on medium & big boards resulting in issues. foreach( \IPS\Db::i()->select( '*', 'core_members', array( 'warnLogs_tid>?', 0 ) ) as $row ) { \IPS\Db::i()->insert( 'warnlog_membersdata', array( 'member_id' => $row['member_id'], 'topic_id' => $row['warnLogs_tid'] ) ); }
-
Facebook: Changes to token requirements will break your app
-
How to fix "Maintenance tasks not running" ?
I would suggest to submit a ticket if you haven't changed anything and everything was working fine till yet
-
Advance Permissions for clubs forums
You have posted this suggestion already
-
Rest hook still calling - Application removed
Please submit a ticket so that we can take a look at this.
-
Add/Remove "Topic Stats" Block in Forum Topics in IPS 4.5
The feature is called Topic Summary and you can edit the settings or disable this feature completely in your ACP on the Forum Settings Page.
-
(GFL) Multi-Game Servers List Support Topic
There’s no new version waiting for approval.
-
Club categories
-
csrfCheck question
I guess it's fine, given it's only run in your own controllers where you're making sure to use POST requests for any state changes and any actions where data aren't just simply displayed to the user.
-
Community Map
Thx. That's quite strange, the content in doesn't contain anything suspectious.
-
Community Map
A similar issue was mentioned here Personally I haven't seen this ever before, only in the other topic and here.
-
New member registration Admin email
There's a link to the Notification Settings when you open the Admin Notifications. There's also another link on the top on the notifications page
-
Files in the "interface" folder and CIC clients.
No