Asked By
phillipus
20 points
N/A
Posted on - 02/27/2012
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.
Web form pushed down on page because of faulty code
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);
Web form pushed down on page because of faulty code
Hi,
I think, this error may be a CMS issue.
-
You have to ensure your CMS is up to date. If not, Please up-date CMS.
-
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