Recent content by RisteDimitrievski

  1. R

    User Group Legend [Deleted]

    This resource has been removed and is no longer available. The following reason was provided:
  2. R

    Profile Customization [Deleted]

    This resource has been removed and is no longer available. The following reason was provided:
  3. R

    Forum Moderators [Deleted]

    This resource has been removed and is no longer available. The following reason was provided:
  4. R

    Limit Content Read by Guests [Deleted]

    This resource has been removed and is no longer available. The following reason was provided:
  5. R

    Login faster using Metamask [Deleted]

    This resource has been removed and is no longer available. The following reason was provided:
  6. R

    Change Post Author [Deleted]

    This resource has been removed and is no longer available. The following reason was provided:
  7. R

    Not a bug OptionGroup unknown getter 'Option'

    I've fixed it. Manually removing addon, and it's data via phpmyadmin.
  8. R

    Not a bug OptionGroup unknown getter 'Option'

    ErrorException: [E_USER_WARNING] Accessed unknown getter 'Options' on XF:OptionGroup[addonid] in src\XF\Mvc\Entity\Entity.php at line 209 Tried reinstalling the addon but doesn't work. I did by mistake in php callback in option set invalid method. Any idea how to resolve this error, or i'll...
  9. R

    Login faster using Metamask [Deleted]

    RisteDimitrievski updated Login faster using Metamask with a new update entry: Version 1.0.4 Read the rest of this update entry...
  10. R

    Forum Moderators [Deleted]

    RisteDimitrievski updated Forum Moderators with a new update entry: Version 1.0.1 Released Read the rest of this update entry...
  11. R

    2checkout payment gateway

    Are 2checkout payment gateway compatible with Verifone ( previously 2checkout) ?
  12. R

    Abstracted permissions sometimes return false even if permissionID is set to true

    sometimes hasContentPermission method return false even if permissionId is set to true on abstracted content permission. In my situation this was protected $privatePermissionId = 'view'; But when i do dumping $this->PermissionSet // i found that the $privatePermissionId is true Any...
  13. R

    LogicException: Entity addonid:Attachment (class: addonid\Entity\Attachment) could not be found in src\XF\Mvc\Entity\Manager.php at li

    But on other entities there are no exceptions and all are like $variable = $this->em()->create("addonid\XF:Entity");
  14. R

    LogicException: Entity addonid:Attachment (class: addonid\Entity\Attachment) could not be found in src\XF\Mvc\Entity\Manager.php at li

    Yes. Let me explain i get special character in error log Where it should print a least addonid\XF\Entity\Attachment. But he is looking for entity in addonid\Entity folder.
  15. R

    LogicException: Entity addonid:Attachment (class: addonid\Entity\Attachment) could not be found in src\XF\Mvc\Entity\Manager.php at li

    Idk why this happened but in my code is : $variable = $this->em()->create("addonid\XF:Attachment"); And i got this error: Attachment entity is a new entity i'm creating for handling my own attachment data in my addon.
Top Bottom