Page 1 of 1
[solved] Comments module fatal error Undefined class name 'contentmanager' :(
Posted: Thu Nov 30, 2006 1:35 pm
by exdi
Hi,
having small problem, can't edit posted comments it reports this line:
Fatal error: Undefined class name 'contentmanager' in /modules/Comments/action.editcomment.php on line 92
Also is anybody know how to disable html tags in comments messages?
Thanks
Victor
Re: Comments module fatal error Undefined class name 'contentmanager' :(
Posted: Thu Nov 30, 2006 3:04 pm
by chris..
For the first problem, I comented the line 92 of action.editcomment.php :
Code: Select all
$this->smarty->assign('pageidtext', $this->Lang('pageid'));
//$this->smarty->assign('inputpageid', ContentManager::GetPageAliasFromID($pageid));
For the second one, well, I don't know.
Re: Comments module fatal error Undefined class name 'contentmanager' :(
Posted: Thu Dec 14, 2006 11:23 pm
by MayDay
I am also having this problem. Running 1.0.2 with the latest version on Comments. Comments are working on the page, I just can not edit them. I get this error when clicking on edit this comment:
Fatal error: Undefined class name 'contentmanager' in /var/www/vhosts/spokanerobotics.com/httpdocs/modules/Comments/action.editcomment.php on line 92
Strange...when I ftp to /modules/Comments/ there are no files listed. ??
Any thoughts?
RJ
Re: Comments module fatal error Undefined class name 'contentmanager' :(
Posted: Fri Dec 15, 2006 4:47 am
by Dr.CSS
The comments are in the data base...
Re: Comments module fatal error Undefined class name 'contentmanager' :(
Posted: Fri Dec 15, 2006 6:08 am
by Elijah Lofgren
Sorry guys. I fixed this a while ago in SVN, but never got around to releasing a new version of Comments.
Thankfully, I'm on Christmas break.
I've released Comments 1.7.2 which includes the fix for this problem.
You can download it here:
http://dev.cmsmadesimple.org/frs/?group ... ase_id=711
If you have any problems please report bugs here:
http://dev.cmsmadesimple.org/tracker/?a ... unc=browse
Have a great Christmas,
Elijah
Re: Comments module fatal error Undefined class name 'contentmanager' :(
Posted: Fri Dec 15, 2006 6:10 am
by Elijah Lofgren
exdi wrote:
Also is anybody know how to disable html tags in comments messages?
Good idea. Filed as feature request:
http://dev.cmsmadesimple.org/tracker/in ... 3&atid=172
Re: Comments module fatal error Undefined class name 'contentmanager' :(
Posted: Fri Dec 15, 2006 11:49 am
by Dr.CSS
Thanks for the fix...
Re: Comments module fatal error Undefined class name 'contentmanager' :(
Posted: Sat Dec 16, 2006 4:55 pm
by Elijah Lofgren
Fullfilled:
http://viewsvn.cmsmadesimple.org/viewsv ... s&view=rev
Will be included with next release of Comments.
