The tag has no wiki summary.

learn more… | top users | synonyms (3)

2
votes
2answers
53 views

How to set non Drupal 404 and 403 pages for Drupal?

Under Site Information we can provide custom 404 and 403 pages to Drupal, but these need to be created inside Drupal, and non Drupal pages are rejected. (such as myerror/404.html). Contrib modules ...
0
votes
1answer
15 views

Cron is 403: forbidden with cron_key and through 'run cron' link

I'm getting a 403: You don't have permission to access /cron.php on this server. This is whether or not I am logged in. Stranger thing is that it is happening on our development server, but not the ...
0
votes
2answers
47 views

no www redirects to front page

I recently taken over a Drupal site to maintain and work on the design bit. I'm having an issue where if I enter a page on my site without the www prefix, I get directed to the front page. You should ...
0
votes
1answer
45 views

Page not found SEO

Drupal offers us the possibility to set the 404 page displayed for the end users (this can be set in the admin configuration). Ex : If you type http://www.example.com/doesntexist you are ...
0
votes
0answers
9 views

Problems with translated 404 page

On a bi-lingual site I'm having problems with localized 403 and 404 pages. My setup is exactly as described here. The problem is that it works beautifully as long as I'm logged in. The anonymous user ...
0
votes
1answer
24 views

Why would I get a 404 on “Authoring Information” autocomplete?

Below is a screenshot of a 404 I'm receiving on the standard author autocomplete, and I can't figure out, for the life of me, why this would be happening.
0
votes
0answers
17 views

printpdf module error 'access denied' for admin

I have installed module for printing html to pdf, but it doesn't want to work properly. I have a visible url and is working fine, but when i put 'printpdf/' in front of it, so i would get pdf, the ...
1
vote
0answers
34 views

Drupal Cache send to a 404 page after a while

I have a multilingual website which use cache (views cache activated, performance on ...). That website works well but, sometime, after a while, some homepages in others language are redirecting to ...
0
votes
1answer
139 views

How can I trace a HTTP 500 (Internal Server Error) at `admin/reports/status`?

I get a HTTP 500 (Internal Server Error) at admin/reports/status I see no errors at admin/reports/dblog How can I trace this?
3
votes
2answers
127 views

How to setup custom 404 page that will ignore the path?

I have the pathauto setting up URLs as /Country/Dept/node-name (i.e. - /US/Training/How-To-Create-Node). If I enter a non-existent path at the root, it goes to my default 404 page I created. ...
1
vote
1answer
120 views

Get the invalid URL which throw a 404

I have a catalog of products in one of my website, each year there are new products and some old products are unpublish (never deleted). Some websites put links to the products, so when a product is ...
0
votes
0answers
43 views

Override header status of pages?

My site is not being indexed by google.. when I check it with Google Webmaster tools I get: HTTP/1.1 404 Not Found Date: Mon, 15 Oct 2012 19:37:43 GMT Server: Apache Expires: Sun, 19 Nov 1978 ...
2
votes
1answer
126 views

Link to small .php script on drupal page gives 404

I am new to drupal and have a page set up with a bunch of links. When clicked, the links are supposed to open up a php file (player.php, located in the root directory) in a new window. However, all I ...
0
votes
1answer
173 views

Made a local copy of live-site: all paths generate error 404

Drupal version: 6 I've made a local copy of a site that is live, has loads of content and is configured to run in the Kurdish language. Steps I did to accomplish this: - Made a tarball of the Drupal ...
2
votes
3answers
86 views

How do I manage 404s for old paths after moving to Drupal?

We moved to Drupal from another CMS about a year ago, and we still get 100s of "page not found" log entries each day for paths that were for our old site that don't exist on the new site. By checking ...
0
votes
1answer
133 views

How can I find what nodes are causing 404 errors?

I'm watching entries in my Top 'page not found' report page steadily rise. I am unable to fix the 404 errors because I have several hundreds of nodes, and there is no indication of which node is ...
1
vote
2answers
467 views

Error 500 only on permissions page

I know that there are a lot of topic concerning the famous error 500 but i didn't find my answer in one of them. Actually i have an error 500 when i load admin/people/permissions or when i'am trying ...
0
votes
2answers
970 views

Custom error page: The path is either invalid or you do not have access to it

I'm trying to add a custom page, by using admin/config/system/site-information When I enter the field, as follows: Default 404 (not found) page http://mysite.com/errors/404.html It shows the ...
1
vote
0answers
370 views

500 error on Drupal 7 install?

Trying to install the new Drupal-COD Drupal 7 distribution, but got this error: An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows Specifically see this screenshot. ...
1
vote
1answer
1k views

How to add additional url parameters?

I would like to know how I can include additional URL parameters to a given link? ie: 'news?pid=3' <?php print $path='news?pid=3'; ?> This returns page not found error as the '?' is getting ...
1
vote
1answer
317 views

Update.php: Page not found

Currently using D7 (specifically the Commerce Kickstart installation profile). When trying to reach update.php, I get a "Page Not Found" error. I also noticed that the url Drupal is trying to reach is ...
1
vote
1answer
185 views

Don't know where 404 error is coming from

Don't know where this 404 error "sites/all/modules/lightbox2/images/blank.gif" is coming from. It's on everypage on www.lostinthesmoke.com. Can't find the reference to it in the page source. I don't ...
1
vote
2answers
451 views

Friendly error page to replace WSOD

This should be the easiest thing to do, but for some reason I just can't get it done. I'm trying to get a friendly static error page to replace nasty 500 scenarios. For now I'm just trying to ...
0
votes
0answers
187 views

Drupal 6 Page Not Found For Anonymus Users, Work for admin (Caches cleared didn't help)

I'm having some serious problems with our site which is based on Drupal 6. For all nodes when accessed by anonymus users(all site visitors) we're getting Page Not Found. When I log in with the admin ...
1
vote
0answers
56 views

D7 500 error after accidental deletion of base theme

I am using adaptive theme as a base for my sub theme and I accidentally deleted the base theme. I knew it wasn't supposed to be a big problem if I just re-downloaded and dropped the theme back in the ...
3
votes
2answers
184 views

How can I lead to 404 Page Not Found when View page has no result?

How can I lead to 404 Page Not Found when View page has no result? I tried this code from http://drupal.org/node/1295824#comment-5192868in "empty text" but the View page still exist with only page ...
1
vote
3answers
324 views

Menu doesnt appear on custom 'not found' page

On my site I have configured things so that the home page will appear if the URL doesnt exist. (ie in admin/settings/error-reporting I set a replacement page for the 404 page.) The problem is that ...
1
vote
2answers
123 views

Is it possible to show 403/404 messages on the front page?

Is it possible to have - instead of a dedicated 403/404 page - just a custom div inserted into the front page? 'Cause when I think of what I'd like to show up at 403404, I want everything that the ...
1
vote
1answer
366 views

Access denied on Password Recovery page

I tried to customize the "password recovery" page under Drupal 7, based on this tutorial : http://www.absolutecross.com/tutorials/drupal/theming-the-user-account-page-in-drupal. I did so for the ...
2
votes
2answers
339 views

500 error: Output filter: Response body too large

I recently copied a drupal 7 site from my development server to my production server. Everything on the site seems to be working as expected, except for when I log in as the admin user and try to ...
4
votes
2answers
1k views

How to code custom 404 error handling?

I was planning on using a new domain name when migrating my legacy site to Drupal. I already have the php script that will translate old urls into Drupal Urls (I'm not using pathauto for that). Now ...
1
vote
1answer
561 views

“Site off-line due to technical problems” (no extra info in message). What causes this?

What causes the following message on a Drupal 6 site with no other information? Site off-line The site is currently not available due to technical problems. Please try again later. Thank you ...
1
vote
0answers
663 views

How to debug weird “page not found” after creating a view?

I'm having a really weird problem with my site on my localhost. It might be similar to this issue. I had setup the site just a few weeks ago had started to migrate user and node records using the ...
2
votes
2answers
1k views

Why do I get a connection reset (error 101) error when I am adding content with a file upload?

I'm using Drupal 7.12 on XAMPP 1.7.7, and I am having no real issues with Druapl EXCEPT when I am attempting to upload a file while adding a new node. I have it set up so that the user will be able to ...
1
vote
1answer
330 views

What is the syntax for setting 404 fast paths on all Drupal pages in D7 > 7.9

D7.9 introduced 404 fast paths which don't fully bootstrap drupal on 404's for certain file types if it's enabled, thus saving some bandwidth / computation. More info is available here: ...
1
vote
1answer
140 views

Entire site broken because of one custom module! No pages found anymore. How to fix?

I wrote a custom module and implemented it. Now I cannot access any pages on my drupal site. They all say something like: Page not found. The requested page "/" could not be found. I removed the ...
1
vote
1answer
304 views

Add body classes to 404 and 403 error pages

I need to add a body class to the page when either a 403 or 404 error is served, I'm not sure how to go about this. I'm using logintoboggan which sets the default 403 page to toboggan/denied so don't ...
0
votes
0answers
245 views

Page Not Found for anonymous (clear cache fixes it)

I'm getting reports from users that clicking a link gives them Page Not Found. These are anonymous users. Page caching is turned on (but not aggressive) I log in, the page works. I log out, the ...
-1
votes
1answer
741 views

error Page not found The requested page could not be found drupal 6

i want to call custom page In Login Destination code return array('path' => 'node/page_user_redirect.tpl'); after me doing this then me getting this error Page not found The requested page could ...
0
votes
1answer
79 views

DIsplaying images on nodes?

In one of the sites I have created, I am using a specific made up 404 page instead of the default one that comes with the server. This 404 page contains an image, and then a block containing text next ...
1
vote
1answer
127 views

editing settings.php [closed]

I'm trying to edit my settings.php but whenever I edit, it's stating that access is denied. I've tried replacing the file with the one that I want from my computer but no luck there. Does anyone have ...
3
votes
1answer
1k views

How can I theme “Error generating image.” error 500's in Drupal 7?

I wish to theme the error pages generated by the image module in drupal 7, I'm not sure it can be done as this is the code that runs when imagecache fails to generate a style: else { ...
2
votes
2answers
959 views

Redirect to 404 or 403?

When you set the 404/403 error pages to nodes with a path, how then can you have Drupal go to the 404 path or 403 path instead of outputting the message on the page? For example, if I type in ...
0
votes
2answers
429 views

What is causing Drupal to return a 404 HTTP header, but correctly return the page?

I have a Drupal 6 site that is correctly returning site content (like the home page), but if you look at the response headers every page has a 404 header, instead of a 200. Things I've tried: ...
1
vote
1answer
751 views

Provide variable to page.tpl.php to mark page as Access Denied or 404?

Ideally I'd like to provide new classes to the body tag such a access-404 or access-denied, but unfortunately I'm not really aware of how to capture these. I don't mind to identify these pages from ...
2
votes
3answers
353 views

Drupal messages won't disappear

I don't understand why, but my Drupal messages won't disappear, they just get "added" to each other. Someone has posted a similar problem on drupal.org: "warning/error messages won't disappear", but ...
0
votes
1answer
330 views

How to create custom 403 page for a particular content type?

For a particular content type in my Drupal 6 web site, I do not want the users to see the "access denied" message when viewing an unpublished node. Instead I want to show a more meaningful message. I ...
6
votes
3answers
246 views

How to see the error messages when I get the white screen of death?

How can I see the error messages when the site I am working on gets a white screen?
0
votes
2answers
1k views

Simplenews unsubscribe link shows a 404 Page

in my Newsletter the unsubscribe URL which is inserted by a token, returns a 404 page. The URL of my Link is: http://www.mysite.info/newsletter/confirm/remove/ What could be the issue? Many Thanks ...
2
votes
2answers
1k views

Drupal: 404 errors for pages other than homepage when uploaded to web-server

I and new to php and I got started with drupal and this is my demo site http://sugandha.net63.net/ Yea and it works but when I try to click on any link it throws 404error message. What might be the ...

1 2