Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
DawPi Posted May 17, 2023 Posted May 17, 2023 Hello, error: Undefined array key 0 Full track: #0 \applications\convert\sources\Software\Core\Invisioncommunity.php(692): Whoops\Run->handleError(2, 'Undefined array...', 'C:\\wamp\\www\\45\\...', 692) #1 \applications\convert\sources\Library.php(285): IPS\convert\Software\Core\_Invisioncommunity->convertMembers() #2 \applications\convert\modules\admin\manage\convert.php(559): IPS\convert\_Library->process(NULL, 'convertMembers', 100) #3 \system\Helpers\MultipleRedirect\MultipleRedirect.php(93): IPS\convert\modules\admin\manage\_convert->IPS\convert\modules\admin\manage\{closure}(NULL) #4 \applications\convert\modules\admin\manage\convert.php(579): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure)) #5 \system\Dispatcher\Controller.php(107): IPS\convert\modules\admin\manage\_convert->runStep() #6 \applications\convert\modules\admin\manage\convert.php(45): IPS\Dispatcher\_Controller->execute() #7 \system\Dispatcher\Dispatcher.php(153): IPS\convert\modules\admin\manage\_convert->execute() #8 \admin\index.php(13): IPS\_Dispatcher->run() #9 {main} I've fixed it by changing that line: $libraryClass->convertMember( $row, $profileFields, $profilePhotoName, $path . ( isset( $bits ) ? $bits[0] : '' ), NULL, $coverPhotoName, $path . ( isset( $coverBits[0] ) ? $coverBits[0] : '' ) ); Into: $libraryClass->convertMember( $row, $profileFields, $profilePhotoName, $path . ( isset( $bits[0] ) ? $bits[0] : '' ), NULL, $coverPhotoName, $path . ( isset( $coverBits[0] ) ? $coverBits[0] : '' ) ); Â I'm not sure if it's enough or not, but I want to report it anyway.
Marc Posted May 17, 2023 Posted May 17, 2023 Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release. Â
Solution Marc Posted July 20, 2023 Solution Posted July 20, 2023 This issue was resolved in our recent 4.7.12 release of the platform. Please upgrade to this version to resolve the bug, and if you experience any further issues with this, please let us know. DawPi 1
DawPi Posted July 20, 2023 Author Posted July 20, 2023 (edited) I've done it few months ago. I hope you didn't expected that I'll wait so long for it. 😉 Maybe for someone else will be useful. Hm, are you sure that was done in .12?  Hm, yeah, .10 -> .12 exists:  So it was fixed in .11 Edited July 20, 2023 by DawPi
Marc Posted July 20, 2023 Posted July 20, 2023 33 minutes ago, DawPi said: I've done it few months ago. I hope you didn't expected that I'll wait so long for it. 😉 Maybe for someone else will be useful. Hm, are you sure that was done in .12?  Hm, yeah, .10 -> .12 exists:  So it was fixed in .11 Either way, its fixed 😄 lol  No, I wouldnt expect you to wait that long, however its more so other people are aware
Recommended Posts