Page 1 of 1

1.5.2 php5 update.

Posted: Thu Oct 13, 2011 12:47 pm
by vjandrei
Hi all.
I have problem whit php5.
My client has 1.5.2 version cms and the server has update to php5.
Now some thinks don“t work in the site how do i fix this?

Re: 1.5.2 php5 update.

Posted: Thu Oct 13, 2011 12:58 pm
by uniqu3
Create full backup, files and DB and upgrade that version.
1.5.2 isn't supported anymore so don't expect to much help. It is advisable to keep your CMSMS sites up to date.

Re: 1.5.2 php5 update.

Posted: Thu Oct 13, 2011 1:04 pm
by vjandrei
I have try to update 1.5.2 to 1.6 and 1.7 works like the same.
But is there some fix in 1.7 whit php4 to php5?

Re: 1.5.2 php5 update.

Posted: Thu Oct 13, 2011 3:40 pm
by uniqu3
Version 1.7 - Cape Verde
-----------------------------
- We now support php 5.3
Note: Minimum PHP Version required is 5.2.4 though we recommend PHP 5.2.12
- Users that are using many of the newer modules that take advantage of PHP 5's OOP features
may experience strange problems when using earlier versions of PHP 5.2. It is therefore
recommended that your PHP version be updated frequently.
Note: We do NOT support E_DEPRECATED or E_STRICT at this time.
Note: We no longer support PHP 4.x
- The installer no longer performs smarty caching
- Improvements to TinYMCE
- Now not depending on admin-theme's icons anymore. Thanks Nuno
- Updated to Tiny 3.3-final
- Added an option to generate cms-compatible thumbnails when uploading files though the filepicker.
- Search 1.6.2
- Adds the detailpage param (can be overriden by modules)
- ModuleManager 1.3.3
- Minor improvements... mostly for PHP 5.3
- Remove the long-deprecated ImageGallery plugin
- Various small bug fixes
Depends to what version your host updated now, but to be on safe side go all the way to latest version, all you need to do is make sure that modules used still work with current version.

Re: 1.5.2 php5 update.

Posted: Fri Oct 14, 2011 7:01 am
by vjandrei
Host has update php5.3.8 version.
I have now install the newest 1.9.4.3 cms and i works 70% correct now.
One problem is

Code: Select all

 {content block='muistilappu_1' checkbox='true' label='MUISTILAPPU 1' assign='muistilappu_1'}
In page edit page i can not see the checkboxes?
There is just WYSIWYG content box.

Re: 1.5.2 php5 update.

Posted: Fri Oct 14, 2011 11:52 am
by uniqu3
Checkbox parameter isn't supported by CMSMS in default, so it looks more like someone has editet core functions for content tag in the version you had installed, which obivously got overwritten after update.

You can still have a checkbox by installing AdvancedContent or CGContentUtils module, then read help to see for correct parameter.