Previous errors have corrupted my installation... can someone tell me how to remove all traces of the image_gallery.module? Or any module for that matter?
I tested Drupal 4.7.2 for about a week on my Windows XP Home box with PHP 5.1 and pgSQL and 8.1. Everything worked beautifully until I installed it on my webhost. The host is runing Gentoo with pgSQL 8.x and PHP 5.x.
I managed to clear up most of the issues but I'm having problems with my "File system path" and file.inc line 91. Here's the error:
* warning: mkdir() [function.mkdir]: No such file or directory in /public_html/includes/file.inc on line 91.
* The directory public_html/sites/mydomain.com/files does not exist.
So I've read like 5 gazillion posts on the status of being able to upload files and NOT have certain file types have their name be appended with .txt (e.g., file whatever.css becomes whatever.css.txt when uploaded for instance).
I have a site on 4.6 that validates a large amount of users. Recently a user tried to create an account using a (dot) GOV email extension. Drupal did not let her in, saying that her email is invalid. I assume this is not something that is easily fixable using the regular configuration options. Does anybody know where in the core this type of validation is performed ?