{solved} PHP4->PHP5 = big problems

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
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am

{solved} PHP4->PHP5 = big problems

Post 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.
Last edited by nicmare on Fri Aug 31, 2007 11:20 am, edited 1 time in total.
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am

Re: PHP4->PHP5 = big problems

Post by nicmare »

for better overview the admin area for example:
http://www.tvim.de/kringo/www/admin/login.php
User avatar
amin30b
Forum Members
Forum Members
Posts: 146
Joined: Sat Mar 31, 2007 8:02 am

Re: PHP4->PHP5 = big problems

Post by amin30b »

I think new release of CMSMS (version 2 ) is compatible with PHP 5 . Now you should stop working with PHP 5 .
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am

Re: PHP4->PHP5 = big problems

Post 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
bterkuile
Forum Members
Forum Members
Posts: 97
Joined: Sun Jul 22, 2007 11:48 am

Re: PHP4->PHP5 = big problems

Post 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
User avatar
amin30b
Forum Members
Forum Members
Posts: 146
Joined: Sat Mar 31, 2007 8:02 am

Re: PHP4->PHP5 = big problems

Post 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 .
moorezilla

Re: PHP4->PHP5 = big problems

Post 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.
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am

Re: PHP4->PHP5 = big problems

Post 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
chrisl
Forum Members
Forum Members
Posts: 57
Joined: Fri Dec 30, 2005 10:08 am

Re: PHP4->PHP5 = big problems

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: PHP4->PHP5 = big problems

Post 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
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am

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

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

Return to “CMSMS Core”