The warnings tag has no wiki summary.
0
votes
1answer
25 views
Displaying warning if no featured image has been set - Post Editor
I run a multi-author website and many of my users are forgetting to set a featured image for their post. This is a big problem as my theme depends highly on featured images to keep a consistent feel ...
0
votes
1answer
56 views
wp_logout_url($redirect) won't logout and redirect ()
Even that I got the code from the wp docs
<a href="<?php echo wp_logout_url( get_permalink() ); ?>" title="Logout">Logout</a>
This is the output when user clicks on it:
Warning: ...
-1
votes
1answer
44 views
Google Calendar Events Error [closed]
I am getting the following error on my page for the google calendar events plugin. Not sure what may be causing this. Any help would be greatly appreciated. Thanks!
Warning: usort() [function.usort]: ...
0
votes
1answer
118 views
Warning: spl_autoload() [function.spl-autoload] (Term Menu Order)
I'm developing a site and found this error on top of every page of the site:
Warning: spl_autoload() [function.spl-autoload]: Unable to access k35r0vc.class.php in ...
0
votes
1answer
225 views
Stackoverflow type of badge plugin giving warnings in Wordpress 3.5
I modified an abandoned Stackoverflow form of badge plugin to work with Wordpress 3.4.2 and it does indeed. The full script for it is here: http://pastebin.com/Ta91zXiL
When upgrading to Wordpress ...
0
votes
2answers
162 views
Warnings On Updating WordPress
On every site where I updated Wordpress to version 3.5, two error messages flashed onto the screen, only to be immediately replaced by the Wordpress About page. The messages don't stay on the screen ...
-1
votes
1answer
33 views
Marketpress php warning on server, no problem on localhost [closed]
I have this in my functions.php that creates a shopping cart widget with the plugin Marketpress.
<?php function marketpress_get_cart_subtotal($format_currency=true) {
global $mp;
...
0
votes
0answers
35 views
Session start proble [closed]
I made a custom theme and it's working fine on my WAMP development server but when put on the LAMP staging environment I get this error from inside my functions.php file:
Warning: session_start() ...
0
votes
1answer
91 views
warnings & errors after MAMP to live (hosteurope)
I get these warnings after getting live with my wordpress site from local to server.
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'bones_register_sidebars' not ...
1
vote
1answer
946 views
Warning: urlencode() expects parameter 1 to be string, array given
I have posted a question on StackOverflow (sorry for the cross link) and while I'm striving to find a solution to this, I stumbled across this warning :
Warning: urlencode() expects parameter 1 to ...
9
votes
1answer
1k views
PHP Warning on fresh install (Connection timed out)
I get this PHP Warning when accessing my fresh WordPress 3.4.1 install (Norwegian language).
Warning: fopen(URL_TO_MY_WORDPRESS_PAGE/wp-cron.php?doing_wp_cron=1341476616.7605190277099609375000): ...
0
votes
1answer
297 views
insert a warning message into post-new.php
wondered if anyone knew the most elegant way to insert some sort of warning message each time someone tries to create a new post, i.e. 'please remember what you publish is your own responsibility', ...
-1
votes
3answers
1k views
“Warning: call_user_func_array() [function.call-user-func-array]:” above comments form [closed]
I've been struggling with a warning message above the comments field on a site I'm building for a friend and I'd be very grateful if you're able to help. I've asked on the Wordpress Codex, but ...
0
votes
1answer
88 views
Error while setting role
I already got code which can change role basis on post count.
<?php
add_action( 'save_post', 'update_roles' );
function update_roles( $post_id ) {
if ( defined( 'DOING_AUTOSAVE' ) ...
0
votes
2answers
82 views
Warning when author has no post
i have a page who display the latest posts of an author. But when the author has no post i get a display message
Warning: rsort() expects parameter 1 to be array, null given in ...
Here the ...
0
votes
1answer
1k views
Warning: Cannot modify header information - headers already sent
I've just received this error/warning after trying to upload an image, any ideas what it means and what I can do to fix it?
Warning: Cannot modify header information - headers already sent by (output ...
0
votes
1answer
1k views
Warning: call_user_func_array() [function.call-user-func-array]
For some reasons I'm having this error appears in my dashboard
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'admin_init' was ...
0
votes
2answers
671 views
Help With Warning on creating new Post types?
Im Getting a couple of warnings when creating custom post types, someone referred me to using a plug in but since i'm new to this i want to know what is going on so i want to do it manually. This are ...
0
votes
2answers
212 views
WP_DEBUG is not set, but I'm still getting warnings
If WP_DEBUG is not set, as I understand it, you should never ever see warnings. But on some sites on some servers, I'm still seeing a few. Not all the warnings that would be displayed if WP_DEBUG was ...
0
votes
1answer
487 views
How to fix this PHP warning in WP-Admin after upgrading to 3.1.2?
I just upgraded from 3.0 to 3.1.2 and in the comments column under Posts in the WP Admin, this error keeps appearing for every row:
Warning: number_format() expects
parameter 1 to be double, ...
0
votes
1answer
296 views
How to fix these PHP Warnings with the “Feed JSON” plug-in?
I'm getting the following PHP warnings when using the WordPress plug-in "Feed JSON". Can someone tell me how to fix them?
Warning: Invalid argument supplied for
foreach() in
...
2
votes
3answers
688 views
Getting Warnings & Notices from Fresh WordPress 3.1.2 install
I just installed WordPress 3.1.2, I got
`Notice: automatic_feed_links is deprecated since version 3.0! Use add_theme_support( 'automatic-feed-links' ) instead. in ...
1
vote
4answers
1k views
What is causing this error? “Warning: Invalid argument”
I need urgent help figuring this out please - I've been working on a WordPress theme locally without problems, and now that I've uploaded it to the live server I'm getting this error:
Warning: ...
0
votes
1answer
60 views
Need help decrypting error and warning messages
I'm a relatively new Wordpress user, usually I just code my sites by hand though I'm trying to move to a CMS. I installed Wordpress onto a subforlder (http://www.iss.guild.uwa.edu.au/wordpress/) to ...
1
vote
1answer
194 views
Why wordpress showe “admin is editing…” whoever edits?
Wordpress warns users when two of them are editing the same article, but the warning always says "admin is editing this page". Admin is currently logged off and the message is caused by another ...
