11
Modifications / Re: SMF Likes Plus
« Last post by EL34 on February 26, 2019, 02:57:15 PM »looks like a guest may be trying to view likes that they dont have permission to do so... this is generating an errorCode: [Select]is_not_guest($txt['cannot_' . $error_permission]);
a language string for this would need to be added to errors.english.phpCode: [Select]$txt['cannot_can_like'] = 'Sorry - you cannot view this';
can go at the end of the file.
That did the trick, thanks
No more errors in the error log