CGFeedback, admin-editing Issues

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
lucy
Forum Members
Forum Members
Posts: 48
Joined: Tue Jun 29, 2010 9:59 am

CGFeedback, admin-editing Issues

Post by lucy »

In CGFeedback, I have some editing-issues in the backend.

(StopForumSpam Threshold is disabled.)

I had to fix a wrong spelling on line 89 in action.admin_settings_tab.php: GetPrefrence to GetPreference ... the setting of Email Address Validation wouldn't save.

When I want to edit a users comment (change status to published in the edit-tab) I get:

Code: Select all

Catchable fatal error: Argument 1 passed to CGFeedback::{closure}() must be an instance of CGFeedback\comment, null given in ... CMS/modules/CGFeedback/CGFeedback.module.php on line 56
But it saves the changed status.
It doesn't save the changes to the comment though.

Any Ideas?

I run CMS-Version 2.2.3.1 with
CGBlog 1.15.7
CGExtensions 1.58.1
CGFeedback 2.1
CGSimpleSmarty 2.1.7
CGSocialBlaster 1.1

PS: maybe the same issue as here?
viewtopic.php?f=7&t=77352&hilit=Catchab ... CGFeedback
If so, isn't there a fix I could apply without immeadiate update?

PPS: If I want to change the users comment to published in the comment-overview, I get:

Code: Select all

Fatal error: Call to a member function Execute() on a non-object in ... CMS/modules/CGFeedback/lib/class.comment_operations.php on line 70
Also the E-Mail-notofication function does not to work.
It works only for the admin with the settings in CGBlog.
lucy
Forum Members
Forum Members
Posts: 48
Joined: Tue Jun 29, 2010 9:59 am

Re: CGFeedback, admin-editing Issues

Post by lucy »

Any Idea how to solve it?

Both errors are similar so I wonder if it solves with the upgrade to the recent update of cmsms as Calguy wrote in the previous mentioned post.

The splitting into so many modules makes it also difficult for me to follow up the errors, but its really bad as the adminpage really crashes.
lucy
Forum Members
Forum Members
Posts: 48
Joined: Tue Jun 29, 2010 9:59 am

Re: CGFeedback, admin-editing Issues

Post by lucy »

Now, in a test-domain, I upgraded to cmsms2.2.5 (which works like a charm, btw) so every modul is the newest release.
But CGFeedback is still faulty.

The good things:
StopForumSpam Threshold works now and can be adjusted.
When editing a single Comment, I can mark it as "Published" and it will save without error.

Still doesn't work:
Marking a comment as "Published" in the Comment-Tab as "Bulk-action" will crash with this error:

Code: Select all

Strict Standards: Non-static method CGFeedback\comment_operations::change_comment_status() should not be called statically, assuming $this from incompatible context in .../CMS/modules/CGFeedback/action.admin_bulkactions.php on line 73
Fatal error: Call to a member function Execute() on a non-object in ...CMS/modules/CGFeedback/lib/class.comment_operations.php on line 70
Marking an already published one as draft works, btw.

User Notification doesn't work either - Admin-Notification for a new comment works though.

Any idea how I could fix it?
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Location: Maidenhead, UK
Contact:

Re: CGFeedback, admin-editing Issues

Post by paulbaker »

I don't know how to resolve this (haven't used CGFeedback in ages) but it sounds like you are describing a bug.

I would tackle this by raising a bug report at
http://dev.cmsmadesimple.org/projects/cgfeedback
(click bug tracker). Be sure to describe exactly how the developer can replicate the fault on the latest version.

Meanwhile someone else might chime in with more help.
To copy System Information to the forum:
https://docs.cmsmadesimple.org/troubles ... nformation

CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
lucy
Forum Members
Forum Members
Posts: 48
Joined: Tue Jun 29, 2010 9:59 am

Re: CGFeedback, admin-editing Issues

Post by lucy »

Thanks, Paul.
I did so.
Klaus
Locked

Return to “Modules/Add-Ons”