I cant upload any images to the news editor

is there a way to fix??

thanks any helpers

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

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

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

5

(20 replies, posted in Problem Solving / Help & Support)

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


havent done anything yet, just a simple install and i got these bugs

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???