Page 1 of 1

Warning Message shown on Our (jcow) Social Network

Posted: Mon Dec 05, 2011 9:28 am
by Haris
Please help me,.... i'm Using Jcow Content management System for my Social Network
and this Night i try to Upload Mobile Module for my jcow.
But This BUG Shown after i uploaded my module

(it's only show on www.myweb.net/home)

Code: Select all

Warning: eregi() [function.eregi]: REG_EMPTY in /home/u321150637/public_html/modules/mobile/mobile.hook.php on line 18

do you know to Clearing this BUG????

(i'm sory if my english so bad... :lol: )

Re: Warning Message shown on Our (jcow) Social Network

Posted: Mon Dec 05, 2011 10:11 am
by Celauran
eregi has been deprecated. You should use preg_match() instead. That aside, it looks like you're getting that error because the first argument isn't a regular expression or is empty.

Re: Warning Message shown on Our (jcow) Social Network

Posted: Tue Dec 06, 2011 2:50 am
by Haris
ok, i will try it,...
thx 4 your help :) ....