a 404 error occurs when the requested page cannot be found
2
votes
1answer
479 views
Pagination gives 404 error
It's seems that this bug of WP never was solved by WP team.
I have custom post-type, my url structure is /%category%/%postname%/ And if i click on 2nd page i will get 404 error.
I tried everything i ...
0
votes
1answer
72 views
404 Error for Custom Post type
I have a function on my theme ("dancefloor" by "Gorilla Themes") that allows me to make a post in a section in my dashboard called Events (Custom post Type).
If you schedule the date to anytime in ...
1
vote
0answers
71 views
Getting 404 error on my wp rewrite error
The code I'm using to rewrite urls with query vars:
function add_query_vars($aVars) {
$aVars[] = "city";
$aVars[] = "address";
$aVars[] = "pg";
return $aVars;
}
// hook add_query_vars ...
1
vote
0answers
75 views
Wordpress 404 Page displaying on a sub directory that has it's own 404 page
On a subdirectory such as http://website.com/sub/index.html that has it's own .htaccess is still for some reason showing the 404 page I have for Wordpress which is on the directory above this one.
...
0
votes
2answers
214 views
Some plugins adding full server path after url (with custom wp-content folder)
Installing Wordpress SEO (an a few others but not all plugins) gives the following console error:
GET ...
0
votes
2answers
257 views
Multisite - 404 when accessing sub-sites
Setting up a multisite on a blog which root url is dev.domain.com, using subdomains. So, for example, a subsites address : site1.dev.domain.com
Everything works fine as long as i stay on the main ...
0
votes
1answer
151 views
Failed to load resource:404 image
website is http://pleevi.com. when i look on the problems with the website, i get this.
http://i.imgur.com/aHQky.png
here is the entire list of what i get as i cannot post more than 2 hyper links :(
...
1
vote
0answers
555 views
How do I locate the exact location where this error is occurring 404 page not found
I recently installed a wordpress theme and lots of plugins. This error appears on blog post after refreshing page for second time anywhere in between the post content. Here's the link to my site:
...
2
votes
2answers
765 views
Including category-base in a post permalink results in 404
I have static front-page and separate page /news/ as the Posts page. I would like to have the single-post URLs like this:
www.example.com/news/categoryname/subcategory/postname/
and for the ...
1
vote
1answer
362 views
make wordpress log errors in apache log file
I need to log 404 errors and wp-login failed attempts on wordpress site. Unfortunately it natively handles everything and doesn't write to apache log file.
I tried this:
404.php
<?php ...
-1
votes
1answer
462 views
Page/2 posts don't load and give 404
I load 10 posts on my home.php and I have the 'posts_nav_link()' function to acces to latest entries. But when I click on the previous entries, the link redirect me to mysite.com/page/2 and give me a ...
0
votes
1answer
563 views
The requested URL was not found on this server [closed]
I'm running wordpress locally on 127.0.0.1 on mac osx lion. All links work fine. Problem is when I add pages, and set permalinks to the page, and then associate the page with one of my template ...
0
votes
1answer
97 views
What is the permalink structure for custom taxonomy? [closed]
I have a custom post type called d-questions, and a taxonomy called q-categories with a term called books.
The problem is that I can not find the right URL to get the list of post belonging to the ...
1
vote
0answers
47 views
redirect deleted / drafted pages
A client asked me to unpublished a page, which I did. However, I kept it as a draft, just in case they wanted to republish at a future date.
My issue is that anyone with this link will hit a 404 ...
0
votes
1answer
177 views
Pagination/404 I believe wp is getting a page ahead of itself
My site is using the Faceted Search Widget upon reaching an archive page. The widget works fine provided you stay on the initial archive page, but if I try using it on the second page of the archive ...
0
votes
1answer
363 views
either single-{custom}.php 404's OR /taxonomy/ 404's - custom post type and taxonomy permalinks
I've been playing around with custom post types and taxonomies and banging my head off walls on numerous occasions now - I believe I've read every forum on the internet on how to solve various issues ...
0
votes
1answer
775 views
Issue with front page navigation after upgrading to 3.4
I upgraded to WordPress 3.4 and am having an issues with showing a different amount of post on the first page versus the rest. The first page is still showing 5 posts but when I go to /page/2/ I'm ...
1
vote
1answer
262 views
All pages after level 1 showing 404 after WordPress migration plugin - how to fix?
I am in the process of moving my blog away from GoDaddy (yey!) to HostGator. I used the migration plugin on GoDaddy tat created the gz archive of the database, and I copied all my files over to the ...
0
votes
2answers
215 views
styles/default.css in markup, where does it come from? [closed]
I have the following line under the head tag but I don't have the file styles/default.css in my theme and consequently get a loading error in browsers. I'd like to eliminate this line but I don't know ...
0
votes
1answer
68 views
Permalinks break every day
I have critical problem!
My Wordpress Blog has the permalink structure /%category%/%postname%/.
The problem is that very often the permalinks break so I get a lot of 404-Errors.
I can fix it ...
0
votes
1answer
85 views
404 when Previewing an unsaved draft
I just started at a new job and I'm being thrown into some pretty heavy WordPress bugs on their heavily modified system. Basically what's going on is that they have their own CMS that handles most of ...
2
votes
1answer
53 views
Putting footer content in a “page” - Doing it wrong?
So, in my shortish WordPress development career, I've gotten in the habit of creating a "page" for the content in a footer, and adding different fields with the wpalchemy class. Everything with this ...
0
votes
1answer
111 views
$_POST['message'] gives a 404
I am using Wordpress 3.3.1 and building a small API to be able to send an SMS to insert data.
<?php
/**
* Template Name: API: Response
*
*/
print_r('hello');
?>
The following $_POST ...
0
votes
1answer
94 views
How can i maintain permalink structure and avoid a 404 error when loading external content?
I created a page called Catalog and also a template called page-catalog.php. The url looks like this now:
sitename.com/catalog
So far so good, however i use some custom php stuff to list products ...
0
votes
1answer
181 views
Sub Domain's Pages return 404
Need some help, I created these websites
http://mccsedu.org
http://parents.mccsedu.org
http://faculty.mccsedu.org
http://students.mccsedu.org
The main site is working fine, but the pages of the ...
0
votes
1answer
139 views
Bizarre Permalinks Issue: 404 Errors Everywhere
First and foremost, this is definitely a duplicate of the age old question of "my Wordpress permalinks are generating 404 errors", but in a way it's different because no solutions I've tried have ...
1
vote
1answer
612 views
Child pages on hierarchical Custom Post Types 404s
I've been working with Custom Post Types lately and haven't had any major problems. This time I'm trying something new. I want to create a CPT which basically works like Pages, with page hierarchy.
...
0
votes
1answer
116 views
Page not found when trying to link to files in child theme directory
I'm trying to create a child theme based on Toolbox 1.4 by Automattic.
I have my scripts file saved as child_theme/js/scripts.js on my server and I enqueue it by using
wp_enqueue_script( 'scripts', ...
0
votes
2answers
387 views
Is the 404 page the same as “well this is embarrasing” page?
I'm not sure if wordpress 3 upgraded itself from displaying 404 pages to having a "well, this is embarrassing" text in pages that aren't there, but I would like to know whether the tutorials that say ...
3
votes
3answers
313 views
Hierachical Custom post types permalinks not working
Been looking for someone with this same problem for hours now so I decided to post my own thread.
I have a hierachical custom post type called contact-information. Using this I have parentpages ...
-1
votes
1answer
74 views
Why www.mydomain/2012/ gives me a 404 error? [closed]
I created the file "archive.php", but apparently never reads this file Wordpress.
I tried the following URLs:
http://www.mydomain.com/2012/
http://www.mydomain.com/2012/04/
And the result is always ...
0
votes
1answer
217 views
wp-admin redirects to 404
Yesterday I logged onto my site and found that when I log in as an admin I get a 404 error as seen below:
I have done a bit of research and uploaded a backup, modified my .htaccess file to below:
...
1
vote
1answer
119 views
cutsom posts 404ing
I can't stop my custom post types from sporadically 404ing.
It doesn't always happen and I can't predictably replicate the problem - as in sometimes it happens, sometimes it doesn't. However, once I ...
2
votes
2answers
738 views
Non existing blog pages are not redirected to 404
I've got a page called Blog. In the Settings -> Reading I've set my Blog page as Posts page. In the menu when I click on the Blog link the posts are loaded correctly and pagination works, so far so ...
1
vote
1answer
293 views
What does do_action('admin_init'); does actually?
What impact does disabling do_action('admin_init'); in admin.php make? I disabled this function because Whenever i was trying to insert featured image, I get 404 error, i.e. media-upload.php and ...
0
votes
1answer
458 views
Pagination throws 404 error on custom taxonomy archive pages
I have created a custom taxonomy for a custom post type called "portfolio" like so:
function jvs_portfolio_categories_init() {
register_taxonomy(
'project-category',
'portfolio',
...
0
votes
2answers
597 views
Custom Permalink with Dynamic Taxonomy for Custom Post Type - Works, but breaks other permalinks
My custom permalink with dynamic taxonomy is working for my custom post type. However, it breaks all my other permalinks. They display a 404 error in the content area (header and sidebar still ...
1
vote
3answers
578 views
Changes to permalink structure results in 404 error for all pages other than home
When changing the permalink structure on my site, I get a 404 error for every page except the home page. I've see other questions that mention resetting the permalink structure to get it work, but ...
0
votes
3answers
839 views
Problems with 404, .htaccess, permalinks and Wordpress custom posts locally on Snow Leopard
I have a custom "about" post:
function about_register() {
$labels = array(
'name' => _x('About Page', 'post type general name'),
'singular_name' => _x('About ...
1
vote
0answers
100 views
Wordpress Page Edit gives Error 404 [closed]
I'm having the stupidest problem, ever.
I can manage and edit pages just fine, but after some time, I can no longer edit or preview a page and I receive an "Error 404 - Page Not Found".
This ...
0
votes
1answer
197 views
Show custom data instead of 404
I'm currently developing a plugin to display some custom data on my wordpress site.
For example I have a data named abc. If a visitor try to access localhost/wordpress/abc, it should display the data ...
0
votes
1answer
232 views
404 error on dynamic stylesheet creation
Following this solution to create dynamic css instead of inline css from sorich87 I get an error when requesting the dynamically generated stylesheet. Css is in there but also the default wp error ...
3
votes
1answer
127 views
How to display wp_nav_menu() conditionally only when not on a 404 page?
I made a custom design for my site. On my header i put my navigation so everytime i call the header the navigation will be called to, so that i would not be calling it all the time.
But now i have a ...
3
votes
0answers
74 views
404 redirection and Google's index [closed]
I have several dead pages, which are annoyingly still indexed in Google.
I've set my 404.php to redirect to my homepage using wp_redirect, however I'm worried that this will prevent Google from ...
0
votes
1answer
344 views
I get 404 after slug change - what can be done? [closed]
I just changed the slugs for 4 pages on my site, and since then I get a 404 when trying to visit them. When I switch to normal/ugly permalink structure it's fine, and when I switch back the problem ...
0
votes
1answer
1k views
WP-e-commerce (getshopped) - Annoying permalink issue
i’m using wp-ecommerce (getshopped) and WPML on a website, all pages display correctly when i use the default (/ugly…) permalink structure, but when i try to use the much desired permalink structure ...
0
votes
2answers
2k views
Post Pagination Showing Same Posts Every Page
So I have this blog that filters by category Then by city. Somewhere while creating the filtration I broke the pagination which seemed to work fine earlier. It doesn't work on my homepage where it ...
0
votes
2answers
395 views
Show author archive pages for authors with no posts
I have one page for each author, but if the author doesn't have any posts I can't get its variables, because the loop is empty.
The page returns empty, no avatar, no info and stuff, the whole site is ...
1
vote
1answer
284 views
Check if post is in draft or pending review?
Each of our posts are reviews for individual games and we occasionally have to 'pause' the game by changing it from published to pending review. The problem is if the page is indexed by search ...
0
votes
1answer
252 views
404 working selectively [closed]
I'm having this strange problem on my latest working project. It's really weird, like Wordpress is ignoring 404.php theme file on occasions, and specifically:
domain.com/a-post-name-does-not-exists/ ...