Topic: New install fails, endless login loop & warnings

Hi ive installed the new 1.5.2

Followed the install steps, CMOD cdata to 777

gone to Cutenews install etc etc

Firstly and straight away im get error.....

Warning: Wrong parameter count for set_error_handler() in E:USERS#####wwwnewscoreinit.php on line 80

So i try to ignore and move on

Next i go to log in and its succeeds but any navigation takes me straight back to the login screen

Upon login i then also get the following errors on top...

Warning: Wrong parameter count for set_error_handler() in E:USERS#####wwwnewscoreinit.php on line 80 Warning: Cannot modify header information - headers already sent by (output started at E:USERS####wwwnewscoreinit.php:80) in E:USERS####wwwnewscorecore.php on line 492

any fixes for this???

Re: New install fails, endless login loop & warnings

This error appears because of mismatch of the version PHP. In the file ./core/init.php in the line 80 change
set_error_handler("user_error_handler", E_ALL);
to
set_error_handler("user_error_handler");

Best regards,
CN Support team

Re: New install fails, endless login loop & warnings

This error appears because of mismatch of the version PHP. In the file ./core/init.php in the line 80 change
set_error_handler("user_error_handler", E_ALL);
to
set_error_handler("user_error_handler");


your a legend i love you

Re: New install fails, endless login loop & warnings

your a legend i love you


now i got this error after integration

Fatal error: Call to undefined function: str_ireplace() in E:USERS$$$$$$$wwwnewscorecore.php on line 762


https://cutephp.com/forum/style_emoticons/default/sad.gif

Re: New install fails, endless login loop & warnings

now i got this error after integration

Fatal error: Call to undefined function: str_ireplace() in E:USERS$$$$$$$wwwnewscorecore.php on line 762


https://cutephp.com/forum/style_emoticons/default/sad.gif

wow thankfully my clients webhosting control panel let me change to php5, all fixed