{solved} PHP4->PHP5 = big problems
{solved} PHP4->PHP5 = big problems
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.
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.
Re: PHP4->PHP5 = big problems
for better overview the admin area for example:
http://www.tvim.de/kringo/www/admin/login.php
http://www.tvim.de/kringo/www/admin/login.php
Re: PHP4->PHP5 = big problems
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
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
just the modules i installed on my own dont work
Re: PHP4->PHP5 = big problems
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.phpRe: PHP4->PHP5 = big problems
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
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
i thought of that idea but something weird is about that: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
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
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
http://forum.cmsmadesimple.org/index.ph ... l#msg58791
if not it may be able to help
Re: PHP4->PHP5 = big problems
Last ditch effort: reinstall and DON'T create new tables in the database...
Step 10...
http://wiki.cmsmadesimple.org/index.php ... ck_Install
Step 10...
http://wiki.cmsmadesimple.org/index.php ... ck_Install
Re: {solved} PHP4->PHP5 = big problems
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 


