Page 1 of 1

Error during installation

Posted: Fri Feb 23, 2007 8:41 am
by ephget
Hi,

I have installed CMSMS on Windows XP, PHP 4.4.5 and MySql 3.23. I was quite impressed by how simple it is to setup and manage a website.  What a great CMS!!

However, I got some problems when I try to install CMSMS 1.0.4 on a remote server which is running Linux, Apache/1.3.34, PHP 5.0.5, and MySQL 4.1. I have downloaded CMSMS 1.0.4 unziped and then FTPed it to the server. The problem started right from the second step of the installation process giving the following error on top of the page but allowing me to proceed with the installation.

s['unit']; $this->SetPreference('FCKConfig.Width', $width); } if (isset($params['lang'])) $this->SetPreference('FCKConfig.CMSMSLanguage', 1); else $this->SetPreference('FCKConfig.CMSMSLanguage', 0); if (isset($params['importallstyles'])) $this->SetPreference('FCKConfig.ImportAllStyles', 1); else $this->SetPreference('FCKConfig.ImportAllStyles', 0); if (isset($params['xhtml'])) $this->SetPreference('FCKConfig.EnableXHTML', 1); else $this->SetPreference('FCKConfig.EnableXHTML', 0); if (isset($params['context'])) $this->SetPreference('FCKConfig.ContextMenu', 1); else $this->SetPreference('FCKConfig.ContextMenu', 0); $this->ShowMessage($this->Lang("setting_updated")); } } ?> ng_updated")); } } ?> t, then go to User Preferences and Set FCKeditor to be your wysiwyg of choice.


'; ?>


I continued and finished the installation with the above text appearing on top of the remaining installation pages.

In the end, the site displays normal with no problems.  But when I try to login another set of text comes on top of the login page. It allowed me to login but not able to edit pages due to the error.  The text displaying on top of all admin pages looks like the following.

elopment) $nls['htmlarea']['af_ZA'] = 'en'; ?> velopment) $nls['htmlarea']['ca_ES'] = 'en'; ?> elopment) $nls['htmlarea']['et_EE'] = 'en'; ?> HTML area $nls['htmlarea']['eu_ES'] = 'en'; ?> development) $nls['htmlarea']['hu_HU'] = 'hu'; ?> elopment) $nls['htmlarea']['id_ID'] = 'en'; ?> development) $nls['htmlarea']['is_IS'] = 'en'; ?> evelopment) $nls['htmlarea']['sr_YU'] = 'en'; ?> lopment) $nls['htmlarea']['tr_TR'] = 'en'; ?> s['unit']; $this->SetPreference('FCKConfig.Width', $width); } if (isset($params['lang'])) $this->SetPreference('FCKConfig.CMSMSLanguage', 1); else $this->SetPreference('FCKConfig.CMSMSLanguage', 0); if (isset($params['importallstyles'])) $this->SetPreference('FCKConfig.ImportAllStyles', 1); else $this->SetPreference('FCKConfig.ImportAllStyles', 0); if (isset($params['xhtml'])) $this->SetPreference('FCKConfig.EnableXHTML', 1); else $this->SetPreference('FCKConfig.EnableXHTML', 0); if (isset($params['context'])) $this->SetPreference('FCKConfig.ContextMenu', 1); else $this->SetPreference('FCKConfig.ContextMenu', 0); $this->ShowMessage($this->Lang("setting_updated")); } } ?> ng_updated")); } } ?> t, then go to User Preferences and Set FCKeditor to be your wysiwyg of choice.


'; ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/asande1/public_html/wrpm/admin/lang/af_ZA.nls.php:63) in /home/asande1/public_html/wrpm/admin/login.php on line 161

Warning: Cannot modify header information - headers already sent by (output started at /home/asande1/public_html/wrpm/admin/lang/af_ZA.nls.php:63) in /home/asande1/public_html/wrpm/admin/login.php on line 162


I would appreciate if someone can help me what went wrong and how to get a clean install just like the one on the windows installation.

Regards,


EG

Re: Error during installation

Posted: Fri Feb 23, 2007 2:36 pm
by Pierre M.
Hello ephget,

If you can install via ssh rather than FTP, please do it. The transmission should be more reliable.

If FTP is your only option, please double check your FTP client logs. Some files may not have been uploaded or wel uploaded (integrity corruption). You may try another transfert agent ; my favorite is FileZilla.

If all of this don't succeed, please tell us more :
Do you have special language settings ? af_ZA ?
Have you seen not green indicators while installing ?
Have you correct file permissions settings ?
Anything else that could help ?

Pierre M.

Re: Error during installation

Posted: Fri Feb 23, 2007 5:10 pm
by ephget
Dear Pierre,

Thank you very much for your help. 

The problem is now resolved. Earlier I used SmartFTP to FTP the files.  Now I used FileZilla as you suggested and the installation went very well.

Best Regards,

EG