First of all, Drupal Rocks! I have only been using it for a short period of time but we have already managed to setup and launch the first site for one of our clients. Once it is stable, I will let everyone know the URL (a bit shy still since its not quite ready).
I moved my drupal site from my home machine to a remote server, all went well but I get "Access Denied" when trying to login with username and password (yes, i did move the db too ;-)
SO, i deleted the user from the users table and went to "create account" hoping to reset the master account, no joy! I just get Access Denied on site.com/user/register/
I am running Drupal (standard module) with banners and fs modules. The site has been only recently lunched and I am seeing thousands of DRUPAL_FS_xxxxxx files in my /tmp directory (FreeBSD/Apache 1.3.29/PHP 4.3.4). Some of these are 0 bytes is size whilst the other a few Ks.
I'm using Drupal 4.3.2, with Image module 4.3.0. I have created two image galleries where I am displaying my own images for public viewing. I have also created a third gallery where I will display images that are uploaded by the public. I would like to be able to control where the public uploads their own images to -specifically, I only want them to be able to upload images to the third gallery, and not to the image gallerys where I am displaying my own images, etc.. Is this possible?