Hi, I installed the module "image" with "image import" I was able to import 7 images into a gallery one time, but after that I have not been able to because of an error: "You are not authorized to access this page."

I'm logged in as admin and I even set all my permissions in ftp to full read and write.

Any help on this would be great.

Thanks,
Josh

Comments

tryitonce’s picture

... check the permissions page and make sure nothing changed there.

Make sure you have the image upload settings to allow you to upload more than 1MB or whatever the default is set at.

...

Hetta’s picture

From this URL:
http://www.risharde.com/blogs/drupal-image-import-problem-solved.html

comes the solution to my flavor of this problem:

Many of you know that I maintain websites for my hobby. Recently while I was working on WOLFC's website, I tried to import over 50 photos using the drupal image import module and constantly got the error "You are not authorized to view this page" even though I was logged in as the "super" administration with id = 1. Anyways, if you are having this same problem, it's probably due to your mysql settings believe it or not. I was able to rectify the problem by adding the following line to my /etc/my.cnf mysql settings file under the [mysqld] section within it:
max_allowed_packet = 32M

I bid you good luck!

--Rish

NOW I can import images by the dozen again.