The tag has no wiki summary.

learn more… | top users | synonyms (1)

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
2answers
48 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 ...
1
vote
1answer
157 views

Error handling a plugin with exceptions

I'm creating a new plugin and I want to handle errors cleanly. I find the WP_Error class unwieldy so have decided to use exceptions. I am not bothered about lack of PHP 4 support. $error = true; ...
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 ...
0
votes
1answer
32 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, ...
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 ...
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
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
1answer
71 views

Unwanted redirect in admin area

I have a strange behaviour on my backend. This is possible due to the way my WordPress is located. I installed it in a VirtualBox, using Ubuntu from the standard repository (i.e., apt-get install ...
0
votes
1answer
24 views

Twenty Eleven theme-options error

I was trying to add Google Analytics and added it to the theme-option page by accident when I went to remove the added info I received the following error. Parse error: syntax error, unexpected ...
0
votes
1answer
86 views

WordPress database error Got error 28 from storage engine for query

I had been using WordPress for the past three years. I haven't got any errors in the error_log. I think the problem would be cause of the new server my hosting is in. For the last two months i am ...
0
votes
1answer
535 views

Error 310 too many redirects after switching domains

I'm at a loss here. My site is http://www.kgstiles.com and about 70% of my pages now result in a 310 error. There doesn't seem to be any pattern to the error, but one thing I thought was interesting: ...
0
votes
1answer
90 views

error when installing theme - “failed to open stream: No such file or directory in…”

I'm trying to upload and install a custom theme, and have encountered an error I've not seen before. Warning: ...
0
votes
1answer
57 views

Custom menu linking to page not found

I have built a series of pages and sub pages in wordpress. Then, using custom menus with 5 x top level menus and then sub-menus under 3 of these top level menus: Menu 1 Menu 2 - Sub Menu 1 - Sub ...
0
votes
1answer
466 views

Jetpack Activation site_inaccessible [Error 400] with Hostgator

I'm getting an error when I try to activate Jetpack in my wordpress. "Your website needs to be publicly accessible to use Jetpack: site_inaccessible Error Details: The Jetpack server was ...
0
votes
1answer
116 views

How to use the password_reset hook to validate new password and display error

When a user resets their password via the link in the password reset email, I know I can use the password_reset hook to get the user object and the new password. I want to validate the new password to ...
0
votes
1answer
149 views

Error after moving WordPress installation

I am trying to move a WordPress site to a new server, but I cannot get it up and running on my local server (running XAMPP). The site is running perfectly fine, but when I download the files, export ...
-1
votes
1answer
81 views

Error: options page not found

This error is really well known and every where I look its either I am not doing: <form method="post" action="options.php"> or I am not registering my options, which is not the case as seen ...
-1
votes
1answer
64 views

Using JSON PHP Script inside loop gets fatal error

The bespoke JSON/PHP Code: <?php $url = ("<<URL HERE>>"); function new_file_get_contents($url) { $ch = curl_init(); $timeout = 0; // set to zero for no ...
-2
votes
1answer
159 views

Photocrati Theme Issue

I have a WordPress site using the Photocrati theme. When I attempt to use the "New Photocrati Gallery/Album" button in any page or post editor I get [an error occurred while processing this ...
2
votes
0answers
73 views

Continue javascript execution when errors occurs

I use the WP native function wp_enqueue_script() for all my JavaScripts loading both in WP front and back-end so it can handle duplicated calls to the same script and so on. One of the issues is that ...
1
vote
0answers
62 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 ...
1
vote
0answers
69 views

Firing a function AFTER redirect

I am using a function that redirects the user to a custom page, rather than wp-login in the event of errors. In my case I am using the Http Referer function to send the user back to the same page ...
1
vote
0answers
66 views

Debugging unserialize errors

NOTICE: wp-includes/functions.php:232 - unserialize() I get this error of varying lengths on the admin pages of several of the sub-blogs of my multisite instance. It doesn't happen on all the blogs, ...
1
vote
0answers
40 views

How can I make wordpress suppress mysql errors?

Wordpress has two functions related to SQL queries and their errors as mentioned in What Is The Difference Between suppress_errors() And hide_errors() in $wpdb? From what I've read setting WP_DEBUG ...
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
28 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
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
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
31 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 ...
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
59 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
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
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
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 */ ...