Jump to content

ssaeth_merged

Members
  • Posts

    17
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ssaeth_merged reacted to Matt in Sharing is Missing   
    I believe the sharing links only show in forums that are accessible by guests. If you need to log in to see a forum, the share links won't be visible (as most services will just return a 404).
  2. Agree
    ssaeth_merged reacted to Adriano Faria in FIX: Reactions in Private Messages 1.0.1   
    I wil NOT be available until February 04, so here goes a quick fix (FTP required) for those who are using the plugin Reactions in Private Messages 1.0.1 and have the following error:
    Download and open /plugins/reactionsinprivatemessages/hooks/messageModel.php and find:
    use \IPS\Content\Reactable { try { \IPS\Content\Reactable::canReact as allowedToReact; } catch ( \Error | \RuntimeException $e ) { if ( method_exists( get_parent_class(), __FUNCTION__ ) ) { return \call_user_func_array( 'parent::' . __FUNCTION__, \func_get_args() ); } else { throw $e; } } } Change it to:
    use \IPS\Content\Reactable { \IPS\Content\Reactable::canReact as allowedToReact; } Save and upload.
    The error is the TRY/CATCH added by the framework when exporting the plugin.
    If you DO NOT have FTP access, then simply disable or uninstall the plugin. I'll take a look (with IPS) when I get back.
    Thank you.
  3. Like
    ssaeth_merged got a reaction from SC36DC in Update of Application Error   
    thanks 😀 i will take a look at my premission settings 
  4. Thanks
    ssaeth_merged reacted to SC36DC in Update of Application Error   
    For me, the issue was a simple, but hard to figure out at first, file permission thing. I use Cloudways, all I had to do was click on 'Reset File/Folder Permissions', and that resolved the issue.
  5. Like
    ssaeth_merged got a reaction from SC36DC in Update of Application Error   
    Did you get any help on this 
×
×
  • Create New...