I upgraded to PHP 5.3 And these Magic_Quote errors are Killing me since it's
depreciated in the newest PHP 5.X All the errors are supposed to be gone in
PHP 6
Maybe that will help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, that defiinitely helps! phpMyChat is not yet compatible with 5.3.0 at
all. The changes are dramatically... many functions have become deprecated. I
reall suggest you downgrade to latest 5.2.11.
Ciprian M.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I did a manual install on my server because of the CHMOD errors.
I get this warning and can't find anything here about it...
Warning: stripslashes() expects parameter 1 to be string, array given in ....
/plus/bot/db_prefs.php on line 47
I am not using the bot in the admin configuration. Any sugestions ?
Go to that file/line and comment it out (put a # in front). Your server has
magic quotes set to on, but still i haven't seen that error before.
Ciprian M.
I upgraded to PHP 5.3 And these Magic_Quote errors are Killing me since it's
depreciated in the newest PHP 5.X All the errors are supposed to be gone in
PHP 6
Maybe that will help
Yes, that defiinitely helps! phpMyChat is not yet compatible with 5.3.0 at
all. The changes are dramatically... many functions have become deprecated. I
reall suggest you downgrade to latest 5.2.11.
Ciprian M.