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?

Error Warning

Asked Modified Viewed 1,319 times
R
Rudios
R
Rudios 10
  • Member, joined since
  • Contributed 145 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
asked
Member

Since today I get this error warning at the end of the page:
WARNING: An error occurred while parsing the page. Please see PHPFusion's error log for more details.

In the error log:
public_html/register.php
preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead Line: 43

Line 43:
  $var = preg_replace('!s:(\d+):"(.*?)";!e', "'s:'.strlen('$2').':\"$2\";'", $var);[code]


I did not change my website for week. What could be wrong?
Info: Server was updated by host a few days ago (do not know if this is important).

Php info:
Webserver software Apache/2.4.18 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4
PHP version 5.5.30
PHP interface cgi-fcgi
MySQL Server version 5.6.28-log
PHPFusion version 7.02.07
Database prefix fus_
Cookie prefix fus_
Webbrowser and OS Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0

Thank you for your input.
0 replies

4 posts

F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

Your host upgraded to a later PHP version.
The notice means that the function is not developed any more , it have been replaced with another.
There are quite some posts about it and some files in these posts to fix various bbcodes.
0 replies
R
Rudios
R
Rudios 10
  • Member, joined since
  • Contributed 145 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
answered
Member

Since I do not know any code, should I change the current PHP version 5.5.30 to 5.4 in CPANEL and would that help?
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

I am actually don´t remember of the bat on what version they flag an expiry of that function, just search forums here and see if you find files to replace, I know they should be around.
0 replies
R
Rudios
R
Rudios 10
  • Member, joined since
  • Contributed 145 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
answered
Member

Ok, thanks.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

F
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
R
R
Rudios 10
  • Member, joined since
  • Contributed 145 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet