Wedge

Public area => Plugins => The Pub => Plugin Support => Topic started by: madfitz on June 30th, 2014, 11:02 AM

Title: Flitter update
Post by: madfitz on June 30th, 2014, 11:02 AM
Not sure if this belongs here or bug reports :unsure:

Since applying the new revs for the Flitter plugin I get a whole queue of errors - but only when I enter the general Wedge admin pages.

Examples:

http://.../index.php?action=admin;area=flitter
8: Undefined index: flitter_position_sidebar
File: /home/.../plugins/flitter/Flitter-Admin.php
Line: 33

http://.../index.php?action=admin;area=flitter
8: Undefined index: flitter_position_topic
File: /home/.../plugins/flitter/Flitter-Admin.php
Line: 33

http://.../index.php?action=admin;area=flitter
8: Undefined index: Wedge:Flitter
File: /home/.../plugins/flitter/Flitter-Admin.php
Line: 15

http://.../index.php?action=admin;area=flitter
8: Undefined index: flitter
File: /home/.../plugins/flitter/Flitter-Admin.php
Line: 61


Also, the Flitter admin page looks like the attached file:

Title: Re: Flitter update
Post by: Pandos on June 30th, 2014, 11:29 AM
Looks like the language files for flitter are missing or not readable?
Works as expected in the latest rev for me.
Title: Re: Flitter update
Post by: CerealGuy on June 30th, 2014, 12:19 PM
Perhaps purging cache is helping. And if you updated the plugin try to disable & enable it.
Title: Re: Flitter update
Post by: madfitz on June 30th, 2014, 03:18 PM
Disabling the plugin was the only way to stop the ever growing error log and I purge cache with every new rev install. But, yay, enabling it again did the trick.

Thanks CG.