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

errement’s picture

Forgot 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.

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

Hi,

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

errement’s picture

Hola 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.

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing 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.

errement’s picture

Assigned: errement » Unassigned
XerraX’s picture

Priority: Normal » Critical
Status: Closed (fixed) » Active

same problem here

errement’s picture

Thx XerraX,

Seems that i wasn't the -->ONLY<-- here.

;)

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

Just 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

errement’s picture

Hi 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!!

jcnventura’s picture

Just 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

errement’s picture

Dear 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!
;)

XerraX’s picture

I think the problem isnt this module, because i uninstalled it and the problem still remains.

jcnventura’s picture

Closing the issue after two weeks with no activity.

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
mindgame’s picture

Recently 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.

designerbrent’s picture

Title: Access denied » Access denied on /batch update
Status: Closed (fixed) » Active

I'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.

jcnventura’s picture

Status: Active » Closed (fixed)

The 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

kenorb’s picture

The same problem. Thanks.

amontero’s picture

Just 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.

giorgio79’s picture

Version: 6.x-1.0-rc8 » 6.x-1.4
Component: User interface » Miscellaneous

I 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...

giorgio79’s picture

Posted it to Drupal issue queue:

http://drupal.org/node/434032

yngens’s picture

Have run on the same issue when turned on Content Template module.

aksdax’s picture

I got this error after enabling clean urls on iis7. May be this helps someone to fix similar error.