The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Header Problem
shockacc
post Jul 23 2014, 12:56 AM
Post #1





Group: Members
Posts: 2
Joined: 23-July 14
Member No.: 21,299



My website: www.shockingnews21.info, is showing the following words when its being opened:

Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'bottom_bar_enqueue' not found or invalid function name in /home/content/07/12733907/html/wp-includes/plugin.php on line 470

HOW DO I REMOVE THESE WORDS. Please assist me.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
CharlesEF
post Jul 23 2014, 01:45 AM
Post #2


Programming Fanatic
********

Group: Members
Posts: 1,981
Joined: 27-April 13
From: Edinburg, Texas
Member No.: 19,088



That is a PHP warning message. There are 2 ways to 'remove these words', fix the error or turn off error reporting. Check your PHP.ini file to be sure error reporting is off or check the actual file 'plugin.php' and look for 'ini_set('display_errors', 'On');' or 'ini_set('display_errors', 1);' and change it to 'ini_set('display_errors', 'Off');' or 'ini_set('display_errors', 0);'
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Jul 23 2014, 05:11 AM
Post #3


.
********

Group: WDG Moderators
Posts: 9,630
Joined: 10-August 06
Member No.: 7



Once a site goes public it's a good idea to disable error reporting for security reasons, otherwise an attacker might use the error messages to get information about the server side scripting.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 03:21 AM