a 404 error occurs when the requested page cannot be found
3
votes
3answers
311 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 ...
0
votes
2answers
71 views
error 404 on pagination on homepage
I have a blog Post home page with the following code in home.php:
<div id="primary">
<div id="content" role="main">
<h2 class="page-title">Featured Products</h2>
<?php
...
0
votes
2answers
75 views
Some images 404
I migrated our old blog to the same server in the main root. For some reason a couple of images won't load up any more even when they are in the /uploads/ folder. When going to them as a URL I'm ...
0
votes
2answers
91 views
404 Error On Custom Taxonomy Pages 2, 3, etc
I've been reading a bunch of posts about this with no luck so far. I can't seem to figure out what is the problem.
I have the following:
Custom Post Type: Sermons
Custom Taxonomy: Series
My urls ...
1
vote
1answer
82 views
Error 404 on Network Admin and others
I have a multisite fresh install in my domain. Subfolder setup.
Network Admin on the upper right menu has this link http://example.com/wp-admin/network/ and returns a 404 error. Other links like 'Add ...
1
vote
1answer
358 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 ...
0
votes
1answer
79 views
Serve apache 404 for missing assets rather then wp 404 template WP_Rewrites
I have a custom 404 page, but dont want serve it for every broken asset that may crop up. Instead I want to just serve the Apache 404 as its much faster. I've found the following htaccess rule that ...
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
274 views
Why can I not view image attachment pages?
I have a problem with images.
I can see my uploaded images, as previously, through the media library. I can access each image by clicking on "edit". But if I then click on "View Attachment Page", I ...
0
votes
1answer
183 views
Password-protected Posts lead to 404 Error
I was just testing the password-protected posts functionality and when I submit the password it sends me to a 404 page. The password I typed in was correct, I made sure. The URL bar says: ...
0
votes
1answer
53 views
Getting 404s on New Pages
Can't figure out why this would be happening- wp install issue or .htaccess issue?
I am using a theme but the same problem occurs with the default wp themes. After I create a new page (example: ...
0
votes
1answer
80 views
Author page points to 404 error page
I am having a membership site in wordpress where there are more than 10K users. Now when the user having a single word user_nicename ( http://example.com/author/james ) try to access their respective ...
0
votes
1answer
71 views
404 on child page template
I have a page called portfolio and I have created several child pages for it like Video page, audio page etc …
I also created custom page template for portfolio and named its file ...
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 ...
-1
votes
1answer
88 views
Why my custom post posts aren't showing (404 error / page not found)
I just installed a new wp installation. I have created a new child theme based on the TwentyTwelve theme. In the child theme functions.php, I have created a new custom post called "news". I have added ...
-1
votes
1answer
114 views
Parent pages not found with pretty permalinks
I'm building a site and for some reason all the parent pages are 404ing, only sub-level pages are displaying with pretty permalinks. If I use default permalinks, everything works fine.
I've tried ...
1
vote
0answers
55 views
One post on my website is going to a 404 page
So I ran into an incredibly odd and frustrating problem today. As the title says, as of today one of the posts on the website is going to a 404 page.
This is the ONLY post that goes to a 404 page. ...
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
74 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.
...
1
vote
0answers
553 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:
...
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
0answers
31 views
Wordpress shows 404 on pages 11 and above?
Recently I noticed that every page on post list above 10 shows 404 error. My site is http://skuvajme.com/, hosted on site5 and I'm using modified "Magazine Basic" theme.
http://skuvajme.com/page/10 ...
0
votes
0answers
29 views
Pagination not working on Posts page when Category base is set
My urls are like:
/news (shows all posts)
/news/category-name
/news/category-name/some-post
the rest of the site are pages like /about, /contact, etc.
To make it work this way I've set Posts page ...
0
votes
0answers
21 views
Posting to most pages throws 404
I have a problem with a Wordpress installation where POST requests to any page apart from a couple in the root fail with a 404. POSTing to wp-atom.php succeeds, but POSTing to another custom page in ...
0
votes
0answers
35 views
Wordpress Author login redirects to home page
When ever I log into my wordpress account as Author, I am redirected to the home page of my site, with no way of editing posts. I also get an error 404 whenever I try and view blogs that have been ...
0
votes
0answers
40 views
Add to cart is not working
When I click add to cart in a product page the product is added to cart but the page redirects me to 404 error page.
The weird part is that while I am in the process of creating this product (this is ...
0
votes
0answers
23 views
%page%/number didn't return 404 but redirect to /%page%/
I've got page, for eg. /about/
when after slash I put some numbers (not letters) I still get this same page.
I really want 404 there.
Why? What to do to avoid that? SEO itp...
0
votes
0answers
60 views
permalink and add_rewrite_rule - error 404
I'd like to have comments in a separate page with a dedicated template only for posts in a specific category (slug shops). Example: mysite.com/post-incatshops --> mysite.com/post-incatshops/comment
...
0
votes
0answers
22 views
WP pages return 404 after BP installation
I am running an installation of BP 1.7, which I am loving to bits.
All my permalinks within BP (members, activity, etc.) work perfectly fine, but my "regular" Wordpress pages (about, contact, etc.) ...
0
votes
0answers
178 views
Why 'Authorization Required' is coming on wordpress login
When i try to login to my WordPress blog admin why this pop up error come ..
"Authorization Required"
http://stpatrickscollege.edu.pk/wp-login.php
0
votes
0answers
29 views
404 with Custom Post Type
I'm having some issues here. Im trying to create a custom post type (acessorio) and some categories for it (acessorios_categories). So, what happens is that none of both works. Gives me 404 in both ...
0
votes
0answers
25 views
Display future single post 404 error
I have a custom post type kalender, a template which displays all of the posts in this custom post type and a single-kalender.php. Everything works fine when the user is logged in but when logged out ...
0
votes
0answers
39 views
pages not found for custom user role
I've created a custom user role for my clients to allow them to manage theme options, and all the other capabilities that the default admin has with the exception of several capabilities that would ...
0
votes
0answers
60 views
404 Error For Home Page After Activating W3 Total Cache
I have activated w3 total cache plugin on my blog and ever since my home page is being redirected to http://www.example.com/wp-content/cache/page_enhanced/www.example.com/_index
previously I have ...
0
votes
0answers
60 views
Custom feed without permalinks is 404 strangely
I have a custom feed declared in my theme functions.php and I use it to populate various areas of my site with extra data and inserted thumbnails. It has previously worked so im finding this bizarre. ...
0
votes
0answers
103 views
.htaccess & permalink causing 404 errors on old pretty links
Ok, so I know similar issues have been posted before but I have yet to find a solution.
I was foolishly messing around with plugins and my .htaccess last night and got myself into this pickle. ...
