I've just installed this extension. Works fine but there's one little mistake I've found. I use the extension "PreviewPost". By clicking on the preview button the following message appears: Notice: Undefined property: AuthRoleID in /srv/www/domain.com/httpdocs/modx/forum/extensions/RelNoFollow/default.php on line 23
Notice: Undefined property: Blog::$AuthRoleID in /home/simon/public_html/vanillasource.co.uk/forums/extensions/RelNoFollow/default.php on line 23 This error appears when you are trying to preview a post (and possibly other places). To fix, change line 22 from if ($FormatPurpose == FORMAT_STRING_FOR_DISPLAY) { to if ($FormatPurpose == FORMAT_STRING_FOR_DISPLAY && isset($Object->AuthRoleID)) {
Comments
On this site RelNoFollow 1.3.
Can we get this updated please?
I use the extension "PreviewPost". By clicking on the preview button the following message appears:
Notice: Undefined property: AuthRoleID in /srv/www/domain.com/httpdocs/modx/forum/extensions/RelNoFollow/default.php on line 23
is there any solution for this?
thx in advance!
Notice: Undefined property: Blog::$AuthRoleID in /home/simon/public_html/vanillasource.co.uk/forums/extensions/RelNoFollow/default.php on line 23
this is not working on my blog page
Notice: Undefined property: Blog::$AuthRoleID in /home/simon/public_html/vanillasource.co.uk/forums/extensions/RelNoFollow/default.php on line 23
This error appears when you are trying to preview a post (and possibly other places). To fix, change line 22 from
if ($FormatPurpose == FORMAT_STRING_FOR_DISPLAY) {
to
if ($FormatPurpose == FORMAT_STRING_FOR_DISPLAY && isset($Object->AuthRoleID)) {
cheers
im getting this ...
The plugin folder was not properly defined.
im getting this ...
The plugin folder was not properly defined.