[xFv] Founding Members [Deleted]

Server error is being logged everyday on beta 6. i uninstall the plugin, still get errors

Code:
Stack trace
#0 [internal function]: XF\Template\Templater->handleTemplateError(512, 'Template public...', '/home/nginx/dom...', 512, Array)
#1 src/XF/Template/Templater.php(512): trigger_error('Template public...', 512)
#2 src/XF/Template/Templater.php(469): XF\Template\Templater->getTemplateData('public', 'xfv_fm_above_ba...')
#3 src/XF/Template/Templater.php(1151): XF\Template\Templater->getTemplateCode('public', 'xfv_fm_above_ba...')
#4 src/XF/CssRenderer.php(253): XF\Template\Templater->renderTemplate('xfv_fm_above_ba...', Array, false)
#5 src/XF/CssRenderer.php(202): XF\CssRenderer->renderTemplate('public:xfv_fm_a...', NULL)
#6 src/XF/CssRenderer.php(82): XF\CssRenderer->renderTemplates(Array, Array, Array)
#7 src/XF/CssWriter.php(37): XF\CssRenderer->render(Array)
#8 css.php(29): XF\CssWriter->run(Array, 2, 1)
#9 {main}

Kindly suggest what to do
Try removing the install files.
That should do it. Hopefully
 
I removed all files from server via ftp.

Still i get server error logs
Template error: Template public:xfv_fm_profile.less is unknown
  • Yesterday at 7:01 AM
  • src/XF/Template/Templater.php:512
Template error: Template public:xfv_fm_above_banners.less is unknown
  • Yesterday at 3:29 AM
  • src/XF/Template/Templater.php:512
Template error: Template public:xfv_founding_members_responsive.less is unknown
  • Yesterday at 3:29 AM
  • src/XF/Template/Templater.php:512
 
Have you uninstalled the addon like you installed it in AdminCP?
There is NO reason this should be leaving anything like this as this addon does NOT use database!
But what it looks like is a template was left over.
On a side note, I am rewriting this addon from scratch as we speak and might be ready tonight, and that should take care of everything as I am receiving no errors as I design it.
 
I uninstalled it from acp addon list.

Then as per your recommendation removed the addon file from root directory of forum.

Is it something, some css component got stuck to main file during upgrade of xF software from 5 to 6 (there are some changes made in filesystem of 6, i am not coder so dont know much about it)
 
Have you even removed the files from the styles/default/xFv directory also?
Nothing should have got stuck to the upgrade progress.
I am going to install this version to a new local install and check it out...
 
Did you remove the files today?
Are you sure you cleared the error list after you deleted the files?
 
Have you even removed the files from the styles/default/xFv directory also?
Nothing should have got stuck to the upgrade progress.
I am going to install this version to a new local install and check it out...
oops, i forgot to remove from style folder, thanks for reminding.

Will remove this files too, will wait for your new addon package.

I removed founding member addon because, when it is on, on mobile it wont dispaly the user rank like new member, admin, moderator etc.

On PC there was no issue.

Hope new upgrade will fix this issue on mobile screen
 
Hope that gets rid of the errors for you.
I didn't even notice the lack of user rank in mobile, will take note and make sure that works!
 
Top Bottom