Web form pushed down on page because of faulty code

Asked By 20 points N/A Posted on -
qa-featured

Hello,

I’m getting this error while viewing a certain webpage:

<b>Deprecated</b>: Assigning the return value of new by reference is deprecated in:

<b>/home/magicmorgan/www/www/bookme/includes/view-functions.php</b> on line

<b>2272</b>

I found this on the web page's source code after noticing the form being pushed all the way down on the web page. I need to solve this.

How can I do so?

Please help.

Thanks in advance.

SHARE
Best Answer by Austin kelley
Answered By 5 points N/A #94929

Web form pushed down on page because of faulty code

qa-featured

Can you send which CMS you used, If your CMS is not up-to-date then I refer you to first update your CMS and application, I am sure it will resolve your issue.

In the mean time, you can disable deprecation warnings. Also update your error reporting code in your config file as:

error_reporting(E_ALL & ~E_DEPRECATED);

Best Answer
Best Answer
Answered By 10 points N/A #94930

Web form pushed down on page because of faulty code

qa-featured

Hi,

I think, this error may be a CMS issue.

  1. You have to ensure your CMS is up to date. If not, Please up-date CMS.
  2. If you can’t solve problem after updating CMS, please update your app. If you need to know, how to up-date CMS, please follow this link. You can get more details about the updating. https://docs.cmsmadesimple.org/upgrading

Hope this answer is will helpful to you

Related Questions