Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Adriano Faria Posted November 22, 2015 Posted November 22, 2015 I need to hook into Downloads settings form (.../applications\downloads\modules\admin\downloads/settings.php) to update a hook but I can't because it isn't returning the form itself: ... \IPS\Output::i()->title = \IPS\Member::loggedIn()->language()->addToStack('settings'); \IPS\Output::i()->output = $form; } It should return $form. Due to that, I got the error: Quote Fatal error: Call to a member function add() on a non-object in C:\wamp\www\ips41\init.php(425) : eval()'d code on line 15 It was like that on Forums app too but it was changed in early days of 4.0 at requests. Thank you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.