CMS MADE SIMPLE FORGE

CGFeedback

 

[#6245] Can't post comment - notified column doesn't exists in db

avatar
Created By: Square (square)
Date Submitted: Thu Mar 10 15:58:32 -0500 2011

Assigned To:
Version: 1.3.2
CMSMS Version: None
Severity: Major
Resolution: Fixed
State: Closed
Summary:
Can't post comment - notified column doesn't exists in db
Detailed Description:
Line 105 of class.cgfb_comment_ops.php
 $query = 'INSERT INTO '.CGFEEDBACK_TABLE_COMMENTS." 
(key1,key2,key3,rating,title,data,status,author_name,author_email,author_ip,author_notify,admin_notes,notified,created,modified)
              VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,$now,$now)";

It seems the column "notified" isn't created and this give an SQL ERROR, line
105 (class.cgfb_comment_ops.php)

Just need to create the column into module_cgfeedback_comments to solve this
problem


History

Comments
avatar
Date: 2011-03-17 15:05
Posted By: Robert Campbell (calguy1000)

fixed in 1.3.3
      
Updates

Updated: 2012-06-22 10:34
cmsms_version_id: => -1
state: Open => Closed

Updated: 2011-03-17 15:05
resolution_id: 5 => 7

Updated: 2011-03-10 16:04
description: $query = 'INSERT INTO '.CGFEEDBACK_TABLE_COMMENTS." (key1,key2,key3,rating,title,data,status,author_name,author_email,author_ip,author_notify,admin_notes,notified,created,modified) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,$now,$now => Line 105 of class.cgfb_comment_ops.php $query = 'INSERT INTO '.CGFEEDBACK_TABLE_COMMENTS." (key1,key2,key3,rating,title,data,status,author_name,author_email,author_ip,author_notify,admin_notes,notified,created,modified) VA
resolution_id: => 5