The debug tag has no wiki summary.
0
votes
1answer
70 views
How to disable JS? info windows from WP-FirePHP
I'm using current ver of WP and WP-FirePHP.
When I load the WP dashboard, firebug's Console window shows the FirePHP data. That's all good.
As expected, the main browser window shows the WP ...
0
votes
3answers
2k views
Unhook jQuery from WooCommerce via `functions.php`?
So I am using the http://woothemes.com/woocommerce/ plugin for eCommerce and it's registering jQuery local and conflicting with my default jQuery call from Google CDN.
It took a long time but I ...
0
votes
2answers
2k views
Debug 500 Internal Server Error on WordPress blog
My WordPress blog is hosted on a shared webserver on Hostgator. I've been having 500 Internal Server Errors the last couple of days. I haven't installed any new plugins since the errors started ...
0
votes
2answers
373 views
the_content() returning null in one category only, even though there is content
A friend's heavily customized blog has a category with a specific categoryname-single.php file to display posts.
Apparently for no special reason, since yesterday, the_content() is not returning any ...
0
votes
1answer
24 views
How do I acquire all the meta-information for a particular page I am on?
I am trying to customize behavior for different displays of pages; I know I can use the Template Hierarchy and Conditional Tags to accomplish this. In the process of debugging, though, I'd like to be ...
0
votes
2answers
4k views
Get PHP Fatal error on globalized $wpdb: Call to a member function insert() on a non-object- I have no clue. What to do?
I am trying to utilize this function. I cannot figure out why I am still getting the PHP error. All I can figure out is that for some reason the template isn't able to access $wpdb. I don't know ...
0
votes
1answer
32 views
Cannot Modify Header Information - While trying logging in
I am having the same issue as cited on: Cannot modify header information - headers already sent (Theme Specific : functions.php)
Can you give me a help on that.
I am using Optimize Press Theme
This ...
0
votes
2answers
81 views
Wordpress + Buddpyress - troubleshooting server overloading
I have a Wordpress+Buddypress installation which is regularly going down - the number of HTTPD on the server and the server CPU load both peak suddenly and the server fails to recover. A restart of ...
0
votes
1answer
153 views
How to Debug the 'save_post' Action?
Is it possible to validate PHP code?
I have a Custom Post Type (Film) with Custom Meta Boxes.
Everything is working fine, I can add new Films and details to the Custom Meta Boxes.
My problem is ...
0
votes
2answers
161 views
White screen on front page only
I've got the famous white screen, but only on my home page. Deeper pages load just fine. I moved my themes directory to themes-old and made a new themes directory that only has twentyten in it. I ...
0
votes
1answer
414 views
Weird undefined index: id,std notices. How to fix it?
Ok I'm running my wordpress in debug mode. I'm getting lot of notices.
This is my code.
<?php
//allows the theme to get info from the theme options page
global $options;
foreach ($options as ...
0
votes
1answer
430 views
Getting a stack trace when an error occurs?
I was told to "get a stack trace" when an error occurs in my WordPress installation. How do I do this?
This is meant to be an easy place to refer others to. Please list plugins, configuration ...
0
votes
1answer
232 views
Fix warning: Missing argument
i want to submit a theme to the wordpress.org. when i put the define('WP_DEBUG', true); in my wp-config.php. my theme showed some errors.but i don't know how to correct theme.
Q1:Warning: Missing ...
0
votes
1answer
321 views
my blog crashes ie7?
hey guys,
weird problem. My blog theme works fine in ie8, ie9 and all other major browsers...
however ie7 doesn't even render it? in ie7 it seems like my blog even has serverside problems?
any idea ...
0
votes
3answers
416 views
page template - undefined structure in source code
hey,
i have the following page template for a sitemap.
<?php
/**
* Template Name: Sitemap
*/
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div>
...
0
votes
2answers
157 views
Is there ANYTHING about this query that's incompatible with WordPress 2.9.2?
I've been puzzling over this one for two days. Still can't figure it out.
I'm testing a theme release in multiple versions of WordPress using xampplite on localhost on a PC.
I'm having a problem on ...
0
votes
2answers
71 views
Why is adoptStyles-css stylesheet link added to every page?
By looking at the source of any of the WordPress pages on my site, I can see there is this stylesheet link:
<link rel='stylesheet' id='adoptStyles-css'
...
0
votes
1answer
530 views
Problem installing plugin: unexpected T_STRING, expecting T_FUNCTION
i am trying to install plugin tumblrize and got the error
Parse error: syntax error, unexpected
T_STRING, expecting T_FUNCTION in
...
0
votes
2answers
18 views
Not sure how to debug: Send specific users an email when posts are published
I've got the following code, which is supposed to run when a new post is published for the first time, check if a custom field 'specific_users' has data (this uses Advanced Custom Fields), and if so, ...
0
votes
1answer
16 views
Best place to call xdebug helper functions?
Right now I place the following code wherever I expect something to go wrong.
/** xdebug helper */
error_reporting(E_ERROR);
ini_set("display_errors", 1);
ini_set("html_errors", 1);
...
0
votes
0answers
27 views
WordPress won't display errors at all
I have been having constant issue with WordPress not displaying errors at all and I have no clue what is wrong.
PHP errors display on non-wordpress related pages.
Debugging is turned on.
Display ...
0
votes
0answers
22 views
Comments in Wordpress shoves content out of wrapper on updates
I have a problem with comments in the Wordpress theme I'm building. As of now, I can comment just fine, but whenever I do (press "reply", "edit comment", press the date, really anything that involves ...
0
votes
0answers
33 views
WP_debug and Krumo [closed]
Using WP_debug to debug a theme and i'm getting strange errors at the bottom of the theme that isn't being triggered by anything in the theme, but the debug plugin it's self. What does that mean? Is ...
0
votes
0answers
21 views
debugging in WordPress tapping into the all hook [duplicate]
On Nacin's blog (http://nacin.com/2010/04/23/5-ways-to-debug-wordpress/) there is this section; I quote
The ‘all’ and ‘shutdown’ hooks*
There’s an ‘all’ hook that fires for all actions and ...
0
votes
0answers
299 views
New upload/media manager broken since 3.5 [closed]
Prior to the introduction of the new media upload modal box for inserting and uploading media into posts, the tool itself will not display any of the images that have just been uploaded, nor will it ...
0
votes
1answer
159 views
Certain aspects of site suddenly not working in Chrome and Firefox
My site has been working perfectly in all browsers, until suddenly 2 days ago. Now in Chrome and Firefox, the main page accordion slider is stuck, the "log in" button is not functional, and a few ...
0
votes
0answers
13 views
Bug on logging in [closed]
my login form is not working, it always keeps loading.
Please try its located at the header http://www.kjrias.com
user:markyeoj
password: IU0M1Q16
put your cursor on top of the form and you will ...
0
votes
1answer
96 views
How to solve the fopen error?
I recently updated xampp to 1.8 and enabled xdebug. I'm not sure if this is the reason for this error message which I didn't see before:
Warning: fopen(http://api.wordpress.org/plugins/info/1.0/): in ...
0
votes
1answer
87 views
Different sql queries count indicator on the main page
I use w3_total_cache plugin. But i can`t understand what is going on sometimes. I have enabled database caching and debug info at the bottom. Sometimes on the main page 90-96 db queries, sometimes ...
0
votes
1answer
35 views
Strange Behavior of Page Template Dropdown
My wordpress is updated to latest version 3.4.1 and I noticed a strange function of it - in the Page attributes block page template dropdown has the value:
...
0
votes
1answer
179 views
How can I understand what is the cause of WP death (white screen)?
I have some problems on a admin side:
when i try to filter posts according to any category, or when I publish a post, I see a white screen of WP death...
The content of debug.log is:
[17-Jun-2012 ...
0
votes
0answers
95 views
Debugging a WPCron function
I'm trying to run a WP cron job which, every hour, checks for recently created/updated posts and runs a filter on them.
if ( $post->post_type == "species" ) {
$meta = get_post_custom( ...
0
votes
1answer
458 views
Undefined index: debuging error for theme option template snippet
Hello I tried to find the solution but couldn't get what I am looking for..I am getting error exactly as bellow..
Notice: Undefined index: page in ...
0
votes
2answers
160 views
Warning: Cannot modify header information (with a twist)
Warning: Cannot modify header information - headers already sent by (output
started at /home/ezekiel/public_html/boxsponsive/wp-
content/themes/BoxSponsive-Portfolio/class.wp-less-styles.php:3) in
...
-1
votes
1answer
32 views
$wpdb method creates unknown error [closed]
I have the debug.log message which I feel puzzled. It goes like this:
[19-Jul-2012 16:58:55] PHP Parse error: syntax error, unexpected T_IF, expecting ',' or ';' in /my_path/create_post.php on line ...