Error on install : ��MyISAM $this->... HELP!?
Posted: Mon Feb 18, 2008 5:15 pm
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"); } } ?>
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"); } } ?>