Page 1 of 1

[fixed][Solved] ContentManager rev SVN 9954

Posted: Tue May 12, 2015 9:13 am
by jce76350
- expand all or expand children
Fatal error: Call to a member function getHierarchy() on a non-object in \modules\CMSContentManager\lib\class.ContentListBuilder.php on line 520

- Reorder Content Submit
Fatal error: Call to a member function getContent() on a non-object in \modules\CMSContentManager\action.admin_ordercontent.php on line 92

url_rewriting on Web page does not work
example
- Without url_rewriting
http://localhost/xxx/index.php?page=how-cmsms-works
- With url_rewriting

Code: Select all

$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '.html';
http://localhost/xxx/.html

Re: ContentManager rev SVN 9954

Posted: Tue May 12, 2015 3:09 pm
by calguy1000
I will look into this stuff tonite.

Re: ContentManager rev SVN 9954

Posted: Mon May 18, 2015 4:23 pm
by calguy1000
Fixed now, thanks.

Re: [fixed] ContentManager rev SVN 9954

Posted: Tue May 19, 2015 3:53 pm
by jce76350
Solved in rev 9964