IPS Member Map 3.6.4.1 Download

File Size: KB

Download Count:

File Update Date:

You can free Member Map
3.6.4.1 download the source from the button above

There was a 500 error in the admin center and in the public part of the site after moving from php 7.4.23 to 8.1.6 and upgrading Invision Community from 4.6.12.1 to 4.7.11.

applications/membermap/sources/Markers/Groups.php
Find in page 198:
public function getLastCommentTime()
Replaced by:
public function getLastCommentTime( \IPS\Member $member = NULL )

applications/membermap/sources/Markers/Markers.php
Find in page 718:
public function contentImages( $limit = NULL )
{
$attachments = parent::contentImages( $limit ) ?: array();
Replaced by:
public function contentImages( $limit = NULL, $ignorePermissions = FALSE )
{
$attachments = parent::contentImages( $limit, $ignorePermissions ) ?: array();

Template error (edit every installed template on the site).
Find in membermap > front > markers > groupRow

{{if method_exists( $table, 'canModerate' ) AND $table->canModerate()}}
Replaced by:
{{if $table AND method_exists( $table, 'canModerate' ) AND $table->canModerate()}}
This is a dead application. All features have been removed from this version simply to make it uninstallable on IPS 4.7 and PHP8.

The new one can be found here. There is an import tool in the new app to migrate your stuff over

embermap2-png-0de9ce7a14e3defb5d8d800f9a91e6a5-png.png
embermap1-jpg-56d780d56205e560b5a5c6429ffbf73b-jpg.jpg
 

Similar Topics

Back
Top