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"); } } ?>
Error on install : ��MyISAM $this->... HELP!?
Re: Error on install : ��MyISAM $this->... HELP!?
Apart from MyISAM (MySQL error?), the problem seems Printing module, try reupload the whole foldersarah_h wrote: ��MyISAM $this->SetOverrideStyle($template); } } function SetPrintTemplate($template) {
Alby
[SOLVED] Re: Error on install : ��MyISAM $this->... HELP!?
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
Thanks
Sarah