Questions tagged [drupal]

Drupal is a popular content managament system (cms) written in PHP – mostly considered off-topic. Questions about installing and maintaining Drupal belong on Drupal.SE

enter image description here

Drupal is a free and open source written in .

Resources

Similar tags:

53 questions
6
votes
6 answers

What tool can I use to allow multiple teams to share files?

I need to work with several teams and need to be able to share requirements and design documents. Most people won't be too technical, so I want to avoid source code tools. The main requirements are: Easy sharing via links. I don't want people to…
George
5
votes
1 answer

Drupal Sites Backup and Restore to Amazon S3

There are modules written for database backup and files backup, but what I want is a complete backup to Amazon S3 or other cloud platforms, for both the data, and the sites. Currently as it stands, I have to separately and manually backup the…
Graviton
  • 5,900
4
votes
1 answer

How to have external requests from a LAMP server bypass internet censorship?

I had another question at the askUbuntu site, and migrated this version from a Server Fault question, as I think that Super User is the best location for asking it. Background: I have a local (Drupal) development environment consisting of a LAMP…
4
votes
0 answers

Acquia Dev Desktop and Drupal give sometimes 500 Internal Error

I decided to try Drupal. So, I installed Acquia Dev Desktop 2. Then, I downloaded Drupal (8.0.2) and imported it (+). Then, I opened the Drush console and installed the site with drush site-install. And it worked. But, constantly, I received the…
Tom
  • 111
3
votes
3 answers

How do I take control of a Drupal installation on my web space without the admin credentials?

Someone set up a website for me recently, using Drupal, and before I could get his admin credentials, I lost contact with him. Seeing as it's my web space, I do have access to the files and the database (which I have downloaded), however I can't…
raven
  • 5,435
2
votes
2 answers

Cannot connect to my website from local network connection but can with an external network connection

I am hosting a website on my local network for our local Fire Explorers Program. The website is located here. I am hosting the site using Drupal 7 and IIS 7.5 running on Windows Server 2008 R2. The problem I am having is that ever since upgrading…
2
votes
2 answers

Permissions error in VirtualBox trying to install Drupal 7

I am trying to install Drupal 7 in a VirtualBox running Ubuntu, used Vagrant to set up the VirtualBox. On the third step of the installation I got an error File system The directory sites/default/files is not writable. An automated attempt to…
lozadaOmr
  • 123
2
votes
2 answers

Problem with Drupal 7.0 installation - PHP extensions disabled

when I install Drupal I have the following problem. PHP extensions Disabled Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information): gd I tried to solve it…
xralf
  • 64
2
votes
1 answer

Drupal 7 media module to replace swftools

I was using the swftools module for a Drupal 6 site. It was nice as you could place tokens of audio or video files in your text editor and it would be converted to a flash object for you when the page was rendered. A port for drupal 7 has just…
brian_d
  • 195
1
vote
0 answers

Lots of odd errors in Apache log on Ubuntu server with Drupal

I´m getting hundreds of these errors in the Apache log in a website with around 4000 visits per hour. I have never seen any evidence of these errors affecting user experience in the website, but i believe it may be happening 1 in 100 requests or…
1
vote
1 answer

How to remove error "Warning: ini_set() has been disabled for security reasons", *without* enabling ini_set?

I don't want to turn on ini_set() for security reasons. So per CSF's recommendation, I did add it to be unset. However, a drupal site gives this error, but I want to remove the error (or hide it) without actually enabling ini_set().
superuser
  • 3,574
  • 8
  • 29
  • 47
1
vote
1 answer

Can symbolic links be used for website URLs?

I'm developing a new website to replace our old website. The URL the dev site is 11.22.33.44/~abc/ (not that IP exactly) because that's what Host Gator gave me to use. Once complete, I'll change DNS servers so our domian name points to that server…
1
vote
1 answer

Unable to install drupal. permission denied

I am unable to install drupal in my /var/www/html directory. When I tried to install, it says File system The directory sites/default/files is not writable. An automated attempt to create this directory failed, possibly due to a permissions…
Nitish
  • 149
1
vote
0 answers

FFmpeg failed to transcode

I have successfully installed Video Module with FFmpeg/avconv in local machine. My current version of FFmpeg is "0.6.0-svn". I have downloaded the video preset package from drupal.org for FFMPEG and installed it. Now when I am uploading any video of…
1
vote
2 answers

Macports Drush Conflict

Trying to install drush (Drupal Shell) with macports I get an error: Error: Unable to execute port: Can't install php52 because conflicting ports are installed: php5 php5-gd php5-iconv php5-mbstring There's only one blog I can find about a fix for…
1
2 3 4