Jump to content
DevFuse Forums

Michael

Management
  • Posts

    4,467
  • Joined

  • Last visited

  • Days Won

    424

Everything posted by Michael

  1. Apologies, I've manually set this up and you should have access in the customer centre now.
  2. What kind of error are you getting with Paypal?
  3. Could you please PM me from where you purchase this application your ftp and admin login details so I can troubleshoot this further. I don't appear to be able to reproduce this.
  4. What version of IPB and Birthday Greeter are you using? Just did a quick test without any issues.
  5. Fatal error on redeem points function https://invisioncommunity.com/forums/topic/424430-basic-points-support/?do=findComment&comment=2921163
  6. This should be relatively easy to add next update - admin cannot view a list of members points from AdminCP. - admin cannot edit each member points from adminCP.
  7. Copyright tag conflicting with bottom links - https://invisioncommunity.com/forums/topic/416243-videos-support/?do=findComment&comment=2915609
  8. Do you get an error or nothing opens up? It should be an ajax popup.
  9. Should already support the latest version, what problem are you having?
  10. Could you please PM me your /applications/nexus/sources/Package/Item.php file?
  11. Are you using the very latest version? I believe I recently patched this as part of the IPB 4.7 update already.
  12. I do understand your frustration Chris. My personal life is quite a bit busier these days and the last few IPB updates have been more difficult from a developers perspective. So my free time has been going towards that lately. I hope to eventually have more time to devote to new features again.
  13. A few language conflicts that I can clear up. ''settings'' reported but look for other ones.
  14. Also modify code so if a selected form is filtered, only export the custom fields for that form instead of all fields.
  15. Issues with address field in csv export, look at using displayValue instead. Open applications/form/modules/front/forms/logs.php Find: $customFieldDataToWrite[] = ( isset( $fieldValues[ $field->id ]['value_value'] ) ) ? $fieldValues[ $field->id ]['value_value'] : '--'; Add ABOVE: if( isset( $fieldValues[ $field->id ]['value_value'] ) AND $field->type == 'Address' ) { $fieldValues[ $field->id ]['value_value'] = \IPS\GeoLocation::buildFromJson( $fieldValues[ $field->id ]['value_value'] )->toString(' '); } Save.
  16. All my apps and plugins were manually tested with IPB 4.7.0 and PHP 8.1 but it appears IPS have required further changes to be made. I'll be going through and updating them all again in the coming weeks but until then, if you are using the latest version, none of these logs appear to be critical and you are able to manually enable the application again until I've updated this.
  17. All my apps and plugins were manually tested with IPB 4.7.0 and PHP 8.1 but it appears IPS have required further changes to be made. I'll be going through and updating them all again in the coming weeks but until then, if you are using the latest version, none of these logs appear to be critical and you are able to manually enable the application again until I've updated this.
  18. Have you purchased before on my site? The latest update should still be in the client centre.
  19. Just to further add, this was a very last minute thing released and I wasn't aware a lot of technical errors were going to lock so many apps. IPS have since made changes to this in the latest update so it doesn't lock apps for very technical errors.
  20. All my apps and plugins were manually tested with IPB 4.7.0 and PHP 8.1 but it appears IPS have required further changes to be made. I'll be going through and updating them all again in the coming weeks but until then, if you are using the latest version, none of these logs appear to be critical and you are able to manually enable the application again until I've updated this.
  21. All my apps and plugins were manually tested with IPB 4.7.0 and PHP 8.1 but it appears IPS have required further changes to be made. I'll be going through and updating them all again in the coming weeks but until then, if you are using the latest version, none of these logs appear to be critical and you are able to manually enable the application again until I've updated this.
  22. It's a technical requirement by IPS but still confirming this so can note when this is updated.
  23. Michael

    Error

    Yeah the loaded hooks helps troubleshoot but the issue appears to be with the Calendar app, were you able to resolve this?
  24. v3.5.4 is the latest version, if you are using this version, you are updated already.
×
×
  • Create New...