Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
teraßyte Posted July 8, 2021 Posted July 8, 2021 (edited) In \applications\core\api\hello.php you have this code: public function GETindex() { return new \IPS\Api\Response( 200, array( 'communityName' => \IPS\Settings::i()->board_name, 'communityUrl' => \IPS\Settings::i()->base_url, 'ipsApplications' => \IPS\Application::load('core')->version, 'ipsApplications' => array_filter( array_keys( \IPS\Application::applications() ), function( $k ) { return \in_array( $k, \IPS\IPS::$ipsApps ); } ) ) ); } The version line used to have the ipsVersion key, looks like it was overwritten by mistake with ipsApplications: 'ipsVersion' => \IPS\Application::load('core')->version Edited July 8, 2021 by teraßyte The Old Man 1
Stuart Silvester Posted July 8, 2021 Posted July 8, 2021 Thank you, I have created an internal bug report for this. The Old Man 1
The Old Man Posted July 30, 2021 Posted July 30, 2021 Hi @Stuart Silvester Can you confirm that this has been fixed in the recent updates, please? I think I fell foul of this recently whilst experimenting with it from a Wordpress plugin and gave up thinking it was me at fault. Thank you.
Solution Ryan Ashbrook Posted July 30, 2021 Solution Posted July 30, 2021 1 minute ago, The Old Man said: Hi @Stuart Silvester Can you confirm that this has been fixed in the recent updates, please? I think I fell foul of this recently whilst experimenting with it from a Wordpress plugin and gave up thinking it was me at fault. Thank you. Yes, this is fixed in the latest release. The Old Man 1
Recommended Posts