Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
When I try to log into my Drupal admin panel on my site, http://csinvestor.com, one of two things happens. If the login is valid, I'm directed to /node?destination= and a blank page appears. If the login is invalid, I'm directed to the same /node?destination= URL, but "Sorry. Unrecognized username or password" appears instead of a blank page. I raised the php memory to 36M in settings.php, but to no avail.
I'm running sites under https, using TinyMCE, and am getting IE "secure and nonsecure items" warnings when I use any of the plugins that popup a window, like the color palette, advanced image handling, or highlighting plugins.
I've been hunting through the js files to find iframes without src attributes for hours upon hours, but to no avail. Has anyone run into this before? I'm using TinyMCE 2.0.6.1.
I'm having problems getting a few modules up and running because I'm unsure how to run the various scripts in them that create the necessary database tables.
Drupal was installed via Fantastico as part of CPanel at my host, so I'm not used to going in via the shell which is what seems to be needed to run the scripts. I know the IP and port on the server and have got myself a copy of Putty, but don't know how to go from there.
Can anybody give me some pointers so I can get these modules installed?
I'm setting up a private website which should only allow users with an email from a certain domain(s) to register.
For example if happyuser.com is allowed then bob@happyuser.com will be able to register but marv@evilspammer.net won't. Can you tell me if a module exists with this functionality? I've had a search but I cant find any.
If not I'm thinking of developing my own with the following features: