Page 1 of 1

Error on install : ��MyISAM $this->... HELP!?

Posted: Mon Feb 18, 2008 5:15 pm
by sarah_h
Hi,

I'm seeing this when I install. Installs ok until the page which says 'Thanks for installing CMS Made Simple'. Then I see the long error below! When I try to loginto the admin I'm seeing this sort of stuff all over the place. Now I've installed CMSMS a million times and never seen this! I think I've overlooked something VERY simple.

Any ideas?

Thanks

Sarah

��MyISAM $this->SetOverrideStyle($template); } } function SetPrintTemplate($template) { $this->SetTemplate('printtemplate',$template); } function ResetPrintTemplate() { $fn = dirname(__FILE__).DIRECTORY_SEPARATOR.'templates'.DIRECTORY_SEPARATOR.'printtemplate.tpl'; if( file_exists( $fn ) ) { $template = @file_get_contents($fn); $this->SetPrintTemplate($template); } } function SetPDFTemplate($template) { $this->SetTemplate('pdftemplate',$template); } function ResetPDFTemplate() { $fn = dirname(__FILE__).DIRECTORY_SEPARATOR.'templates'.DIRECTORY_SEPARATOR.'pdftemplate.tpl'; if( file_exists( $fn ) ) { $template = @file_get_contents($fn); $this->SetPDFTemplate($template); } } function GetHelp($lang='en_US') { return $this->Lang('help'); } function GetAuthor() { return 'Morten Poulsen'; } function GetAuthorEmail() { return 'morten@poulsen.org'; } function GetChangeLog() { return $this->Lang("changelog"); } } ?>

Re: Error on install : ��MyISAM $this->... HELP!?

Posted: Mon Feb 18, 2008 6:10 pm
by alby
sarah_h wrote: ��MyISAM $this->SetOverrideStyle($template); } } function SetPrintTemplate($template) {
Apart from MyISAM (MySQL error?), the problem seems Printing module, try reupload the whole folder

Alby

[SOLVED] Re: Error on install : ��MyISAM $this->... HELP!?

Posted: Mon Feb 18, 2008 6:25 pm
by sarah_h
Alby, you've done it again!! Yes, it was the printing module which required re-installation. I also found the fckEditor module was causing problems too. Un-install and re-install fixed the problem.

Thanks

Sarah