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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
sarah_h
Forum Members
Forum Members
Posts: 189
Joined: Tue Apr 25, 2006 8:30 am

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

Post 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"); } } ?>
alby

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

Post 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
sarah_h
Forum Members
Forum Members
Posts: 189
Joined: Tue Apr 25, 2006 8:30 am

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

Post 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
Post Reply

Return to “CMSMS Core”