Page 1 of 1

{solved} PHP4->PHP5 = big problems

Posted: Mon Aug 27, 2007 5:59 pm
by nicmare
After upgrading my webspace from php4 to php5 my cmsms does not work.
take a look please http://tvim.de/kringo/www/
the raw cms is working and running (http://www.tvim.de/kringo/www/index.php?page=events) but obviously every module makes trouble. whats wrong??

i ve installed the latest cmsms release (1.1 from cmsmadesimple.de)

i recognized in admin area that the modules i added later dont appear. as i did not install them. but that is not true.

Re: PHP4->PHP5 = big problems

Posted: Mon Aug 27, 2007 6:22 pm
by nicmare
for better overview the admin area for example:
http://www.tvim.de/kringo/www/admin/login.php

Re: PHP4->PHP5 = big problems

Posted: Mon Aug 27, 2007 6:35 pm
by amin30b
I think new release of CMSMS (version 2 ) is compatible with PHP 5 . Now you should stop working with PHP 5 .

Re: PHP4->PHP5 = big problems

Posted: Mon Aug 27, 2007 6:37 pm
by nicmare
but itselfs works. i can navigate through admin area without problems (but on every page the php errors on top).
just the modules i installed on my own dont work

Re: PHP4->PHP5 = big problems

Posted: Mon Aug 27, 2007 6:48 pm
by bterkuile
Try setting the rights of a file that gives a warning to 666 and see if it still generates an error. Something like:

Code: Select all

chmod 666 Captcha/Captcha.module.php

Re: PHP4->PHP5 = big problems

Posted: Mon Aug 27, 2007 6:51 pm
by amin30b
Some interfaces are common in both version (4 & 5) so something can work correctly ,but I`m sure only future release of CMSMS (V2) is completely compatible with php 5 functions .

Re: PHP4->PHP5 = big problems

Posted: Mon Aug 27, 2007 7:10 pm
by moorezilla
I don't think this is a php4 versus php5 issue. I've run several installations of cmsms with multiple modules installed on php5 and I've never had a problem.

Re: PHP4->PHP5 = big problems

Posted: Mon Aug 27, 2007 7:11 pm
by nicmare
bterkuile wrote: Try setting the rights of a file that gives a warning to 666 and see if it still generates an error. Something like:

Code: Select all

chmod 666 Captcha/Captcha.module.php
i thought of that idea but something weird is about that:
when i go to the dir on my ftp server the dirs are empty!! from every module i uploaded via xml.
i know that the directories are not empty but the files do not appear! very strange. support hotline of my webspace provider dons not know that problem. no chance

Re: PHP4->PHP5 = big problems

Posted: Mon Aug 27, 2007 7:28 pm
by chrisl
As has been suggested it looks as if it's a permissions problem.  Have you read this

http://forum.cmsmadesimple.org/index.ph ... l#msg58791

if not it may be able to help

Re: PHP4->PHP5 = big problems

Posted: Mon Aug 27, 2007 7:36 pm
by Dr.CSS
Last ditch effort: reinstall and DON'T create new tables in the database...

Step 10...

http://wiki.cmsmadesimple.org/index.php ... ck_Install

Re: {solved} PHP4->PHP5 = big problems

Posted: Fri Aug 31, 2007 11:21 am
by nicmare
now it works. i had for test purposes a transition mode via htaccess and it produced the problems. after a real php5 update the complete cms works fine including the additional modules. very nice :)