The tag has no wiki summary.

learn more… | top users | synonyms (1)

1
vote
1answer
107 views

How can I see the error generated by plugin activation?

I'm developing a plugin and upon activation, I get the following error: The plugin generated xxx characters of unexpected output during activation How can I see what unexpected output is ...
2
votes
1answer
85 views

PHP Notices appear when browsing any page in admin, but only for child theme, using code from WP Codex

My php_error.log in my console (locally on OSX) is reporting 3 PHP Notices. The PHP Notices only appear when browsing each admin page in the back-end for a site (running multisite) that uses a child ...
1
vote
1answer
379 views

qTranslate conflicts with SEO-plugins

I have an issue with a clients site. I installed the Yoast SEO-plugin (which i find to be great), but when i activate it i get lot's of error messages (See below). ...
4
votes
3answers
444 views

How to fix admin stylesheet muck-up? [closed]

I have no idea what's going on here.. running the latest version, just logged in and I find my admin area looking like this: To me it looks like it's missing some/many styles and in load-styles.php ...
0
votes
2answers
200 views

Wordpress: Notice:Object of class WP_Query could not be converted to int in on line

I am facing issue in debug mode with wordpress. In my featured slider getting error Notice: Object of class WP_Query could not be converted to int in on line I am using below code for my slider ...
2
votes
1answer
216 views

WP_Error handles errors, but how can I show success with a message?

My script accesses an api to populate posts. I can add any errors to the WP_Error class, but can I add success messages to a global variable?
-1
votes
1answer
234 views

Help with overloading the limits of CPU/RAM issue in a resseler account with wp sites

The server that I am on has these characteristics: Intel(R) Xeon(R) CPU E5506 @ 2.13GHz/24GB ddr3 CloudLinux Server release 5.7 64 bit/litespeed webserver And overall are 800 clients (in ...
0
votes
3answers
612 views

500 error after update

I had a working (test) blog, and during an update from 3.2.1 to 3.3.1 - something went wrong , I think the update did not finished.. Just before the Update, I have enabled a new theme (all functions ...
2
votes
1answer
587 views

wordpress plugin error handling

I am looking for a way to handle errors for a custom post type with its own custom fields. This is all part of a plugin I'm writing, however, after extensive research the only way I found is through ...
0
votes
2answers
496 views

contact form 7 database short codes

I am using contact form 7. I have successfully added to my page, Now I want to export the database onto a separate page with short code. I have the following code, but it results in the following ...
0
votes
2answers
152 views

Headers already sent by

Warning: Cannot modify header information - headers already sent by (output started at /forums/vb/search/searchcontroller/version.php:91) in /wp-includes/functions.php on line 862 I am not sure what ...
0
votes
1answer
107 views

Moving to another server database connection error [closed]

I have some issues when I try to move it on other server. This are the steps: I go into my actual database through phpmyadmin, export the database. I copy the entire folder of my wordpress website ...
0
votes
1answer
104 views

Yoast plugin breaks my site design [closed]

My site is www.ofertia.net and I already installed yoast plugin, it seems to be a great plugin with a lot of features yet when I go see my homepage the design is a bit broken, the slidedeck changed a ...
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
1answer
76 views

Getting 404 error on homepage only

I keep getting an error message at www.e-z-university.com/blog my blog page. Everything seems to be working fine except www.e-z-university.com/blog I can view pages, posts, everything but the blog's ...
0
votes
1answer
356 views

How to get Facebook comment plugin in blog?

I am trying to use Facebook social plugin to my blog. I tried few Wordpress plugins but getting error in it. Lastly, I tried using Flexo Facebook ...
0
votes
2answers
293 views

Notices when submitting custom post type from front-end

I have a form in a page template that allows users to submit posts into a custom post type from the front-end: $post = array( 'post_status' => 'draft', 'post_type' => 'stories', ...
-1
votes
1answer
176 views

How to handle PHP parse errors?

I tried to execute the following code and I got a parsing error message (line:3). Here is the code on Pastebin http://pastebin.com/gC7rsJqw. I tried echoing but didn't seem to solve the problem. ...
0
votes
1answer
2k views

Failed: Filesystem preventing downloads. ( ftpext)

I just move my server to Mac server before I use to be with GOdaddy was no problem updating framework of my theme now I'm getting this error Failed: Filesystem preventing downloads. ( ftpext) not ...
0
votes
1answer
68 views

Wordpress.com to Own domain/server XML import gone wrong [closed]

I want to import the info found on marietaylor.wordpress.com to marietaylorink.com As per the instructions, within the wordpress.com blog, I 'exported' the XML file Within my own server, I imported ...
0
votes
1answer
139 views

Undefined index: ratings_score …/wp-postratings.php on line 994

Recently i activated debug mode on my wordpress blog and the following error occurred . Notice: Undefined index: ratings_users in C:\wamp\...\wp-postratings.php on line 994 The code is : ...
5
votes
2answers
223 views

Is there a plugin that will override the “Error establishing a database connection” message?

My provider's database server recently had some downtime and my site was displaying the classic "Error establishing a database connection" message for about an hour. I knew what the problem was but ...
0
votes
1answer
18 views

Post show up as post and pages

I am having a weird issue lately, in the WP Admin panel, all my Post show up under Post and under Pages, they all link to the same article. If I create a new Post it shows up under Pages as well. I ...
1
vote
1answer
193 views

Recommend a guide to catching plugin errors, please?

I'm working on a small plugin and on some WP installations it throws up the white screen of death. I'm new to this, and would like to know if there is a decent guide out to there (so far my googling ...
0
votes
1answer
116 views

Looking for Functions File that doesn't Exist

My WordPress site seems to be running fine, except that trying to go to the plugins page gives the following error: Fatal error: Cannot redeclare _verifyactivate_widgets() (previously declared in ...
1
vote
1answer
234 views

Notice: Undefined index: filter in …wp-includes/default-widgets.php on line 382

I'm getting this message on a WP 3.2.1 install with PHP version 5.2.17 Notice: Undefined index: filter in /home/netstewp/public_html/wp-includes/default-widgets.php on line 382 Any idea why?
0
votes
2answers
103 views

Avoiding “headers already sent” in Wordpress

I've created quite a few custom websites but I've come across this problem with various addons/plugins or just general code. How can I avoid the "headers already sent" error? I've tried to put the ...
0
votes
1answer
36 views

Blog automatically redirected to error page

I have a blog link. It was loading fine, but now when I open it. It redirects to error page.
1
vote
1answer
306 views

update user information

this is my code /* Update user information. */ if ( !empty( $_POST['url'] ) ){ update_user_meta( $current_user->id, 'user_url', esc_url( $_POST['url'] ) ); else{ ...
1
vote
2answers
278 views

Fatal error: Allowed memory size of 146800640 bytes exhausted (tried to allocate 57 bytes) in public_html/wp-includes/rewrite.php on line 1561

I dont know how/why this happened. I was working on my site over the weekend and it was fine. When I came into the office this morning, I went to the site and got this: Fatal error: Allowed memory ...
0
votes
1answer
84 views

My post does not show up

I'm facing a WordPress strange behavior. One of my posts is not showing up. If I open post editor I can find the post full text and in my home page I can see an excerpt of this post. Does anybody have ...
1
vote
1answer
32 views

Suspicious mesage appears instead of images

My installation is of Multisite setup . when I upload an image and try to view it, getting a message 'go home baby!!' instead of image Actually the specific sub-site is also mapped with a custom ...
-1
votes
2answers
145 views

Upgrade to WP 3.2/ and Server to php5 breaks theme? [closed]

I upgraded to Wordpress 3.2 and my server from php4 to php5 and now my site outputs this error; Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server ...
0
votes
1answer
290 views

error 500 when attempting to 'add new post' [closed]

All of sudden, one of my wordpress sites breaks and outputs this when I go in to add/edit a post Error 500 - Internal server error An internal server error has occured! Please try again later. What ...
4
votes
2answers
825 views

How to use WP_Error $data argument?

The Call $error = new WP_Error( $code, $message, $data ); The Output Say I added three messages (msg A, msg B, msg C) to the code my_code and with the last message I added "Data" as $data, which ...
3
votes
1answer
60 views

why don't I get error messages in admin when developing?

I am curious as to why my screen goes completely blank when an error is present in my code. This only happens to me when it is an admin function. No warnings, no syntax error messages, nothing. Just ...
0
votes
1answer
462 views

Random HTTP 500 error in WordPress

I'm running WordPress 3.2.1 on a CentOS box and I'm getting reports from my writers saying they get HTTP 500 errors when they try to update an exciting post. I've tried the same and have similar ...
0
votes
2answers
117 views

Need Help Determining Where Header Error is Happening

I am currently writing a plugin that contains a report based on a mysql query. I would like to export this query information to CSV. Simple enough, I've done it many times outside of WordPress. I'm ...
0
votes
1answer
175 views

Trailing slash results in an error:

On my website, any trailing slash is resulting in an error. How do I fix this? Example: http://liberaltech.net/pseudoscience - no error http://liberaltech.net/pseudoscience/ - error
0
votes
1answer
1k views

Uncaught SyntaxError: Unexpected Token Illegal

I have a local install of Wordpress running & I am suddenly getting these errors in my console when I open a modal window (such as file upload): Uncaught SyntaxError: Unexpected token ILLEGAL ...
-1
votes
1answer
289 views

Wordpress Plugin: Demon Image Annotation

I've been having issues with this plugin. What it does is that as long as an image in your blog post has an "id", then every commenter can hover over the image and leave a note directly in the ...
0
votes
2answers
2k views

Wordpress permalink post is ok but page not found error 404

I am having troublle with setting my permalink in wordpress site. I changed the permalink from default to custome : %postname%. in this case my posts are working perfectlybut the pages are not!! they ...
0
votes
1answer
95 views

How to fix page not found and widgets not dragging [closed]

I don't know why, but lately the blog started to do a lot of mes, I can't drag any of the widgets, or open them. And a'lot of plugins and options are showing page not found, I can add posts and do ...
0
votes
1answer
217 views

Unsetting post_tag taxonomy breaks term description for other taxonomies

Here's something I can't figure out. I don't need the default post_tag taxonomy, so I'm removing it with this piece of code : function mwm_unregister_taxonomy(){ global $wp_taxonomies; ...
1
vote
3answers
830 views

An Unexpected HTTP Error occurred during the API request

I just did a clean install of Wordpress. But I have a problem when I install or use the WordPress API. So send me a sign An Unexpected HTTP Error occurred during the API request. The strange ...
1
vote
2answers
325 views

Out of Memory when Uploading an Image

Sometimes when I upload a picture (either with flash or browser uploader), I get a message like (this was with a 1.46MB jpg): Fatal error: Out of memory (allocated 69206016) (tried to allocate 4000 ...
0
votes
1answer
82 views

Plug-in (Slickr Flickr) works on local machine, but not server

I am running Wordpress (3.1.4) with Slickr Flickr (1.3.2). I built a theme on top of thematic (0.9.7.7). Everything seems to work fine on my local machine and I can render Slickr Flickr galleries in ...
1
vote
2answers
142 views

Any way to check the integrity of a Wordpress site?

is there any way to check if the installation has gone well or if there is something wrong with the backend of WP? I've gone into a few errors and I've tried to reinstall Wordpress within the ...
0
votes
2answers
234 views

Link to RSS feed not clickable?

Having recently installed a theme update on an inherited premium theme, I am facing a minor irritation that I do not have the coding knowledge to solve. The theme displays a link to RSS feeds for ...
0
votes
1answer
31 views

Strange Behavior on New Theme Points to Idiocy

I was trying to block public access to my site while I developed a theme on a new domain. I was doing it with GD Press Tools' "Prevent website access if the user is not logged in" feature, because ...

1 2 3 4 5 7