Page 1 of 1

Error: UNKNOWN - 8192

Posted: Thu Dec 01, 2011 2:49 pm
by Orpheu_91
Hi,

I have this error and i need some help: (When i try to join the community and when i want to remove a user)

Error: UNKNOWN - 8192
URL: http://www.corps-a-corps.fr/administrat ... ?delete=12
File: /var/www/vhosts/corps-a-corps.fr/httpdocs/_include/lib/mail.php
Line: 61
Message: Function ereg_replace() is deprecated

Call stack:

File: /var/www/vhosts/corps-a-corps.fr/httpdocs/_include/lib/mail.php (Line: 61)
Function: ereg_replace

File: /var/www/vhosts/corps-a-corps.fr/httpdocs/administration/users_results.php (Line: 29)
Function: send_mail

File: /var/www/vhosts/corps-a-corps.fr/httpdocs/_include/core/administration_close.php (Line: 17)
Class: CUsers
Function: action

File: /var/www/vhosts/corps-a-corps.fr/httpdocs/administration/users_results.php (Line: 217)
Function: include


Thanks

Re: Error: UNKNOWN - 8192

Posted: Sat Dec 03, 2011 10:46 am
by MrMarino
Hi, please search the forum before asking questions. This will avoid duplicate problems and postings.

I have posted a solution here http://forum.startsocialnetwork.com/viewtopic.php?f=12&t=196

basically you need to edit the mail.php and change ereg_replace to preg_replace. This seems to only be a problem in the most current version of PHP as the function has been changed.

Re: Error: UNKNOWN - 8192

Posted: Thu Dec 08, 2011 10:07 am
by Orpheu_91
Sorry!

Thank's for your help

Re: Error: UNKNOWN - 8192

Posted: Tue Jan 01, 2013 11:12 am
by peleus
Quick question, for what reason is it not set that way? I mean, should it be on default?