Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

PHP function (eregi())

Asked Modified Viewed 7,623 times
A
ardli
A
ardli 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

PHP function (eregi()) in maincore.php does not work in PHP version 5.3.1



error :
Deprecated: Function eregi() is deprecated in /home/manux/public_html/maincore.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /home/manux/public_html/maincore.php:18) in /home/manux/public_html/maincore.php on line 186
Edited by ardli on 01-09-2009 07:53,
0 replies

5 posts

S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Hi ardli.
We are aware of this issue, and it will be addressed.
Thanks for letting us know though.
0 replies
A
ardli
A
ardli 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

thank you again.
expected to be updated.
0 replies
S
Splash
S
Splash 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

This is because on PHP 5.3.0+ eregi() is deprecated.
I am waiting the corretion of the problem.

See eregi on PHP documentation.

Quote

Warning

This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.


Ps.: Sorry poor english, I am brazilian. ;)

Igor Cemim
Edited by Splash on 01-09-2009 16:50,
0 replies
— 11 months later —
A
abithecat
A
  • Junior Member, joined since
  • Contributed 29 posts on the community forums.
  • Started 14 threads in the forums
answered
Junior Member

HI

What's going on with this?
0 replies
G
GMUDuckman
G
  • Senior Member, joined since
  • Contributed 266 posts on the community forums.
  • Started 6 threads in the forums
answered
Senior Member

Quote

abithecat wrote:
HI

What's going on with this?


No longer an issue, they modified the maincore.php in the newer releases to account for this change in php. If you are still having issues, i highly recommend updating your php-fusion. :-) 7.0.1 is pretty sexy
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

S
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
S
S
Splash 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 2 threads in the forums
A
A
  • Junior Member, joined since
  • Contributed 29 posts on the community forums.
  • Started 14 threads in the forums
A
A
ardli 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
G
G
  • Senior Member, joined since
  • Contributed 266 posts on the community forums.
  • Started 6 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet