The errors tag has no wiki summary.
0
votes
1answer
20 views
Unable to Upload Images on Local Windows Install
I am having the Famous has failed to upload due to an error
Unable to create directory error that soo many people run into.
Any search on Google of StackExchange will result is the common, change ...
0
votes
1answer
23 views
WordPress database error Unknown column
I get this error in my database log:
[05-May-2013 21:13:31 UTC] WordPress database error
Unknown column 'region' in 'order clause' for query
SELECT * FROM tmp1db_wpuf_customfields ORDER BY ...
2
votes
2answers
40 views
Call to undefined function get_header() in index.php
I am trying to create a theme.
I created a header.php file and call this file in index.php using
<?php get_header();?>
When I try to run my index.php file it shows this error:
Call to ...
-1
votes
0answers
9 views
IMy Wordpress.com page doesn't respond to clicks on Stats or any other option [closed]
When I load dashboard, everything's fine. But when I go to View all on the right, I go to the Webpage.com page which has Reader, Stats, My Blogs and Recently pressed options. None of these works. I ...
-1
votes
0answers
21 views
pluggable error on wordpress [closed]
I have the following error when i edit my wordpress files:
Warning: Cannot modify header information - headers already sent by
(output started at
...
0
votes
0answers
34 views
Wordpress causing all code to be displayed on line 1. Receiving multiple errors after cleaning cookies and cache
I have been working on a theme for a few days and when I realized my JS file for my theme customizer wasn't updating I decided to clear the cookies and cache, and wow that was problematic. As soon as ...
0
votes
0answers
27 views
Getting a “Cannot modify header information - headers already sent by…” after duplicating widget
This probably isn't the smartest way to go about it, but I'm very close to launch and the client wanted a news widget displayed two ways. Our theme's news widget displays a settable number of news ...
0
votes
2answers
40 views
http upload error as a subscribed user
Im getting an http error when uploading a featured image as a Subscriber. If I upgrade the user to editor or admin all works well. My server is Ubuntu 12.10, NGINX, WP 3.5.1
I have checked php.ini ...
0
votes
1answer
30 views
Print output of Table Creation
I am creating a few tables and I getting the following message:
The plugin generated 440 characters of unexpected output during
activation. If you notice “headers already sent” messages, ...
1
vote
2answers
59 views
Error establishing database connection - high traffic?
I have a WordPress 3.5.1 site that's getting a little bit of traffic (80 concurrent visitors, ~5 clicks/pageviews per second). The site runs fine until it spikes to ~85 visitors. There are usually 4 ...
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 ...
1
vote
1answer
122 views
Wordpress error on log out 'Not Permitted' and can't log out
I've got a weird situation whereby I sometimes can't log in as clicking on a link (or going directly) to /wp-login.php shows me a blank page with the words 'Not Permitted'.
If I go to the ...
0
votes
1answer
30 views
Broken image URL
I seem to be having a problem with broken URL links in posts for images. If you click on the image from the post you will see the URL but if you try to then copy and paste that URL it will show as a ...
-1
votes
1answer
38 views
problem with php function error
Hi I seem to get this message
Warning: Creating default object from empty value in C:\xampp\htdocs\wp-content\themes\knowledgepress\lib\ticket-functions.php on line 851
However looking at the ...
0
votes
1answer
34 views
Wordpress blog fails to open
When I try to view/access my blog I get the following message....
Just wondering if anyone has any ideas as to the cause and the solution?
Warning: ...
0
votes
0answers
32 views
Wordpress 3.5 install error
Im trying to install the wordpress on my root folder but i got this message when i try to enter on url.
PHP Warning: require(./wp-blog-header.php) [<a ...
0
votes
0answers
25 views
I change all options except for General Settings
I can change all the settings on the site except for the Wordpress General Settings section. This includes both Wordpress options and plugin related options.
I get a this error code:
**
403 ...
0
votes
0answers
30 views
huge error log with database errors
The website started to behave erratically - so in the process of trying to restore a backup, I discovered that it had a error_log file with 1.2 million lines of errors. Most of these errors - most ...
1
vote
1answer
34 views
Two functions utilizing registration_errors filter
I wrote two plugins that utilize the registration_errors filter:
add_filter( 'registration_errors', 'process_payment', 10, 3 );
add_filter( 'registration_errors', 'add_user_to_SF', 10, 3 );
When ...
0
votes
1answer
48 views
$wpdb->insert Database Error Duplicate Entry Error Logging
Is there an equivalent to INSERT IGNORE in the wpdb class? As I'm fetching and inserting a twitter feed and the field in which I store the tweet ID is keyed UNIQUE, I am aware that duplicates are ...
0
votes
0answers
22 views
Feed Code Error
Since last Thursday I've been having this issue with my RSS feed at www.theqnews.ca/feed/
A CDATA section was not closed.
Line: 34 Character: 25
Is there a fix for this? I've looked on ...
0
votes
0answers
40 views
Diagnosing a connection reset problem
A couple of weeks ago I purchased a theme from ThemeFuse and installed it in a new WordPress installation. From there, I've been having random errors when accessing or browsing the site. Some requests ...
0
votes
0answers
56 views
Call to undefined function add_menu_page() on theme activation
I am attempting to activate a theme that works perfectly on one WordPress install. I have matched the plugins installed up and copied the theme over but when I go to activate it I get...
Fatal ...
0
votes
1answer
39 views
Why does modifying my functions.php file always result in a server error
Basically, every time I modify my functions.php file and reload it to the server my site "breaks" and nothing loads. As soon as I delete it, it starts working again. Now before anyone freaks out, I ...
0
votes
2answers
46 views
Plugin.php: PHP Notice: Undefined offset: 0 in
I moved a WordPress site from one domain to another and there were a lot of white spaces that needed to be removed.
The only problem that is left are the following errors:
PHP Notice: Undefined ...
0
votes
0answers
23 views
is_front_page conditional problem [closed]
Either of these two conditions work by themselves, but when I put them in this if/else statement, I always receive an error:
Parse error: syntax error, unexpected '}' in ...
-1
votes
1answer
36 views
Fatal error with Ultimate Coupon plugin
When I try to activate the plugin Ultimate Coupon I get this error:
Fatal error: Cannot redeclare like_content() (previously declared in ...
0
votes
1answer
33 views
Walker_Nav_Menu exeption
I'm currently working on a WordPress site and whenever in the admin I go the Appearance > Menus page I get the following error:
ErrorException: Runtime Notice: Declaration of ...
0
votes
0answers
18 views
PHP Parse error - wordpress [closed]
can anyone please assist me?
I have this error on my website (wordpress) when trying to load it. I was in functions php doing some coding. Then I deleted the coding I placed in there, but the error ...
-1
votes
1answer
62 views
WooCommerce Product Search Error
I wanted to display product category,in product catalog on my WooCommerce site.I asked another question earlier to make this code working.I added this code on my content-product.php file.
...
0
votes
0answers
19 views
WordPress blog requires several refreshes before displaying in WebKit browsers [closed]
I'm building a blog on my intranet. It's a heavily modified theme derived from Starkers, and for some reason, when I try and open the blog in Chrome or Safari, the <head> element loads, but the ...
0
votes
1answer
25 views
I have an error message coming up after I type in my domain. How Do I get my site back
i was informed by a bluehost rep that this is what he see's
[03-Apr-2013 06:56:38] PHP Fatal error: Cannot redeclare widget_twidget() (previously declared in ...
0
votes
1answer
24 views
Wordpress is giving a permissions error on plugin submission [closed]
I'm creating a new plugin (based on a previous plugin I created that works). The options pages show up fine but when I submit I get the "You do not have sufficient permissions to access this page." ...
0
votes
1answer
21 views
Functions Error: Impacting Galleries
The function below controls an option inside an options panel. What it does is choose the number of posts being displayed in a particular archive (to_count archives, to_count_home, to_count search ...
0
votes
1answer
41 views
What's causing this error? “Warning: Invalid argument”
I noticed today that my error logs are littered with this information. I'm not quite sure what's causing it. Has anyone seen this before?
[Mon Mar 25 17:24:23 2013] [error] [client] PHP Warning: ...
1
vote
0answers
61 views
Remove default admin notification, Settings API
I have added custom error messages while saving WordPress plugin settings using the settings API method add_settings_error.
It is working well, but the default message ("Settings saved.") is also ...
0
votes
0answers
41 views
Insecure content loading on a secured site, how to force https?
I have a seemingly odd issue where when logged in as an admin on a site I can load all content and assets just fine. When I logout to view the site entirely as a user would see it, the html content ...
0
votes
1answer
96 views
Downgrade from latest nightly build to latest stable version
I'm currently running 3.6-alpha-23495 and want to go back to the latest stable (currently 3.5.1).
The site is now up and running.
The reason that I'm going to downgrade is that the following error ...
0
votes
0answers
44 views
Can't post anything even if the user is admin
There are some issues with my multisite migration. During migration the site throws some errors and even an administrator cannot post anything. It shows only "submit for review".
The errors are:
...
0
votes
1answer
53 views
How we store error/success messages to the next page
I am working on site. I uses some custom error/success messages for front end form but currently it display messages to on same page, But as soon as I refresh the page or redirect the user to next ...
0
votes
0answers
34 views
Not Creating New Database Table [closed]
I've successfully created tables with previous plugins I've messed around with, but I can't seem to figure out exactly what's wrong with this. Hopefully it's an easy fix.
//CREATE ...
0
votes
0answers
64 views
error 404 and error 406 come in wordpress site during im age posting or when changing permalinks
I am a wordpress designer, and this time, I am making a website for my client. His buget is low. So we purchased a shared hosting plan form a hosting comapany.
After that I installed wordpress on his ...
0
votes
0answers
45 views
Votes showing up on one page but not on “most voted” page
Using plugin -> "Vote It Up" wordpress.org/extend/plugins/vote-it-up
i have one page displaying all the posts with a voting option and everything works fine with with:
<?php /* Start the Loop */ ...
2
votes
2answers
183 views
Gallery Only Displaying One Thumbnail
My image galleries are showing only one thumbnail in the post the gallery sits in. http://themeforward.com/demo2/2013/03/08/image-gallery/
My single.php markup can be found here: ...
0
votes
1answer
123 views
Notice: Trying to get property of non-object [closed]
i have a vote plugin and im trying to display the most voted posts on a "Charts" section
the plugin has a built in command with <?php MostVotedAllTime(); ?>. I'm trying to edit the way its ...
0
votes
2answers
80 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
0answers
38 views
How to solve opening and ending tag mismatch error in feed page [closed]
When I visit my feed page I am getting "error on line 261 at column 24: Opening and ending tag mismatch: input line 0 and form" this error. What's wrong in feed page please need your help.
My Site ...
0
votes
2answers
84 views
How can I restrict php mail() to only send me one email after a db error
I'm in the process of customizing dp-error.php. I'm using the mail() function to alert me when there's a database connection problem on my website. The trouble is, what if 1000 people visit my website ...
0
votes
0answers
10 views
Jetpack issues [duplicate]
I installed Jetpack (http://jetpack.me/) today and I try'ed to enable it so I clicked the "Connect to Wordpress.com" and when I click that I get a error it says:
Jetpack could not contact ...
0
votes
1answer
152 views
Trying to get property of non-object wordpress error message
I am running the really-simple-facebook-twitter-share-buttons. I have placed the below code on my site as the plug in recommends, which is:
<div class="share"><?php echo ...

