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.
All of my sites run off of the same 5.1 codebase. While I was waiting for my new domain to activate for one of my sites, I created a subsite with a hostname off of one of my other domains: newsite.foo.com. I got it all set up the way I liked it, and then when my domain was ready, I figured I'd just edit the config file and be on my way. But it didn't work out that way, Drupal kept overwriting the baseURL value in the config file every time I changed the file manually. Am I supposed to alter this value in the Drupal admin screen? Where can I change this?
I have a Ecommerce store and I would like to show to my customers the number of products remaining.
Is it possible ? Do I have to add a module for that ?
I am developing a drupal site and recently the harddisk had to be replaced, and I had to restore my back through ftp. It went file-by-file so I think all the default chmod settings are lost. All I know is that files directory should be writeable but I'm not sure if any other modules need specific chmod settings.
Anyways, after restoring my backups I got a bunch of Safe Mode errors, is this purely caused by a safe mode config on the server or might it be something else?:
warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid is 10003 is not allowed to access /tmp owned by uid 0 in /var/www/vhosts/example.com/httpdocs/includes/file.inc on line 91.
warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid is 10003 is not allowed to access /tmp owned by uid 0 in /var/www/vhosts/example.com/httpdocs/includes/file.inc on line 91.
warning: touch(): SAFE MODE Restriction in effect. The script whose uid is 10003 is not allowed to access /tmp owned by uid 0 in /var/www/vhosts/example.com/httpdocs/modules/contrib/socialnwing/chatroom/chatroom.module on line 778.
warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid is 10003 is not allowed to access /tmp owned by uid 0 in /var/www/vhosts/example.com/httpdocs/includes/file.inc on line 91.
Whilst doing work on my drupal site, I logged of by accident without setting the site to online again. I now can't access my own site and am not sure on what to do...