Page 1 of 1

SiteMapMadeSimple installed(?) and throws errors now on Modules page [solved]

Posted: Sun Jun 07, 2009 6:21 am
by Siamed
Running CMS Made Simple 1.5.3 with a default theme/template of   Left simple navigation + 1 column.

First time installing a module, so perhaps I went about it the wrong way (been sidetracked with a few wordpress sites so perhaps I'm thinking in wordpress mode).

I downloaded the SiteMapMadeSimple xml file from the dev page, went to the Modules page and upload the xml file at the bottom of the page where it says "Install module via XML file".  This was before I realized I could go to the Module Manager and download/install from, though I don't know if that method would have turned out any better.

Now on the Modules page and any subpages I have this error at the top, which also happens to destroy the CSS making it very hard to navigate and work within these pages.

Code: Select all

ERROR: The CGExtensions module could not be found.

Warning: Cannot modify header information - headers already sent by (output started at /home/myuser/public_html/mysite/modules/SiteMapMadeSimple/SiteMapMadeSimple.module.php:35) in /home/myuser/public_html/mysite/lib/classes/class.admintheme.inc.php on line 171
Warning: Cannot modify header information - headers already sent by (output started at /home/myuser/public_html/mysite/modules/SiteMapMadeSimple/SiteMapMadeSimple.module.php:35) in /home/myuser/public_html/mysite/lib/classes/class.admintheme.inc.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /home/myuser/public_html/mysite/modules/SiteMapMadeSimple/SiteMapMadeSimple.module.php:35) in /home/myuser/public_html/mysite/lib/classes/class.admintheme.inc.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /home/myuser/public_html/mysite/modules/SiteMapMadeSimple/SiteMapMadeSimple.module.php:35) in /home/myuser/public_html/mysite/lib/classes/class.admintheme.inc.php on line 178
Warning: Cannot modify header information - headers already sent by (output started at /home/myuser/public_html/mysite/modules/SiteMapMadeSimple/SiteMapMadeSimple.module.php:35) in /home/myuser/public_html/mysite/lib/classes/class.admintheme.inc.php on line 181
Warning: Cannot modify header information - headers already sent by (output started at /home/myuser/public_html/mysite/modules/SiteMapMadeSimple/SiteMapMadeSimple.module.php:35) in /home/myuser/public_html/mysite/lib/classes/class.admintheme.inc.php on line 186
SiteMapMadeSimple does not show up in the list of installed modules so I really have no idea how to get it out or where to start looking to resolve this.  I see the class.admintheme.inc.php but I am hesitant to start hacking it since I have never had to work with admin themes before and I doubt that it will help with the module installation/removal/fix at this point.

Thanks,
Siamed

P.S. I'm attaching a creenshot of the modules page - might help.  FYI, it's 1680x1050 (or so).

Re: SiteMapMadeSimple installed(?) and throws errors now on Modules page

Posted: Sun Jun 07, 2009 6:38 am
by Jeff
Did you look at the Dependencies before you installed the Module? If you did you would have known that you have to install CGExtensions first. Go to the Module Manager and install it and it will fix your problems

Re: SiteMapMadeSimple installed(?) and throws errors now on Modules page

Posted: Sun Jun 07, 2009 7:06 am
by Siamed
Hi ajprog,

Thanks for the quick reply. I didn't see anything about dependencies.  Like i said, this is the first module I installed, and on the page where I found the module there isn't much to go by that I can see.

http://dev.cmsmadesimple.org/projects/sitemapms

Where can I find better information on the modules such as installation instructions and/or dependencies?

When I search for 'SiteMapMadeSimple site:cmsmadesimple.org' on google, all the results point to the dev and forum sites.  I'm sure I'm missing something.

Thanks,
Siamed

EDIT: While poking around the Module Manager I gave the help links a try and there it is!  I guess I'll be using the Module Manager from now in for as it appears to be the only place with the documentation available (unless it's inside the xml files as well?).  Thanks again!