Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2008 at 18:15 UTC
Updated:
1 Aug 2013 at 10:13 UTC
Just got informed from "Available updates" that you have the 6.x-1.0-rc8. So i download it and made a clean install on my drupal demo site.
I select it under "…/admin/build/modules" and click on Save configurations, and i get this:
Access denied
You are not authorized to access this page.
With this url:
…/batch?op=start&id=2
Why is it? What's wrong?
Comments
Comment #1
errement commentedForgot to tell you that i also did:
-unchkd the module under "…/admin/build/modules"
-Save confings
-Uninstall under "…/admin/build/modules/uninstall"
-made an update.php
-cleared cache
-tried to install again…
But always the same problem trying to visit the "…/batch?op=start&id=2"
Btw: i only activate "Printer-friendly pages (core) 6.x-1.0-rc8" in modules page.
N.B.: I didn't have this error with anyother module, have chkd.
Hope you could help me fixing this problem.
Comment #2
jcnventuraHi,
You got the problem when visiting that URL or the print version of that URL?
It's not a problem with the path, cause in my site I can access the same path.
João
Comment #3
errement commentedHola João,
I get the problem when i install it from /admin/build/modules by checking its check box then click Save configuration, waiting a little and get access denied page.
Comment #4
jcnventuraClosing the issue as no one else detected this bug, and two weeks have passed.
In all probability, it's something wrong with the user's environment.
Comment #5
errement commentedComment #6
XerraX commentedsame problem here
Comment #7
errement commentedThx XerraX,
Seems that i wasn't the -->ONLY<-- here.
;)
Comment #8
jcnventuraJust to let you know still that this still has never happened to me, so for sure it's not a problem with the module by itself. There may be some bug with an interaction with your environment, but it's impossible for me to understand what it is without more info from you.
João
Comment #9
errement commentedHi João,
I would really be happy helping you, but this was from long time ago and actually i don't even use it anymore --since then--. If i use it again, and have same problem, i would for sure tell you.
Thanq,
Cheers!!
Comment #10
jcnventuraJust to put things in perspective, this module is used in more or less 7000 (yes seven thousand) sites according to this (http://drupal.org/project/usage/print) and you're the only ones to report it..
I would love to fix it, or at least document this situation which is quite annoying for sure when it happens, but I can't understand why it's happening to you 2 and not to the other 6896 sites.
João
Comment #11
errement commentedDear João,
I really appreciate your reply, and would really love to help you fixing it as i DO understand that it's kind of a wierd thing what happened to me before with the module, but it happened and it was a clean install.
I now have many things to do, but will try to install it again on a new local site --soon-- and check back with you, if you don't mind.
Thanks!
;)
Comment #12
XerraX commentedI think the problem isnt this module, because i uninstalled it and the problem still remains.
Comment #13
jcnventuraClosing the issue after two weeks with no activity.
Comment #14
jcnventuraComment #15
mindgame commentedRecently I had the same problem (Access denied when batch locale import was started for a module).
I realized that in "includes/form.inc", function batch_process(), the UPDATE query was not executed and the "batch" table contained rows with empty token and empty batch string.
Maybe check your mysql settings whether max_allowed_packet = 1M is the problem.
In my case the serialized batch string had almost 2M.
Comment #16
designerbrent commentedI've been experiencing the same thing on a site I'm working on. I tried what mindgame suggested in #15 and it seems to be working for me.
Comment #17
jcnventuraThe fix to this issue in particular has nothing to do with the print module. Open an issue in the core Drupal issue queue, if you think there is really any issue here.
João
Comment #18
kenorb commentedThe same problem. Thanks.
Comment #19
amonteroJust suffered similar (if not same) problem and had nothing to do with this module in particular. I haven't it neither enabled nor installed in the modules folder.
Fresh Drupal 6.3 install. Installation process went without problem.
Went to admin/modules, enabled some (core) modules and I'm redirected to what seemed an unfinished batch process (URL similar as reported) and 'access denied' message.
Tried #15 (upping it from 1M to 2M), problem solved. I think it has sthg to do with the autolocale translation import, I have ES lang enabled along the default EN.
Just my 2c.
Comment #20
giorgio79 commentedI got this as well, but I think we should put this under Drupal as a bug report. I had this for the Acquia search, and XML Sitemap modules...
Comment #21
giorgio79 commentedPosted it to Drupal issue queue:
http://drupal.org/node/434032
Comment #22
yngens commentedHave run on the same issue when turned on Content Template module.
Comment #23
aksdax commentedI got this error after enabling clean urls on iis7. May be this helps someone to fix similar error.