Questions tagged [drupal]

Drupal is an open-source, database-backed CMS written in PHP. It is maintained and supported by a worldwide community. Questions about installing and maintaining Drupal belong on Drupal.SE

Drupal is an open-source, database-backed CMS written in PHP by a worldwide community.

Resources:

270 questions
0
votes
2 answers

Drupal: what happen when I change the server root folder?

I've drupal installed in www.mywebsite.com/drupal I'm now ready to change the root directory of the website to drupal/ in order to make it available as 'www.mywebsite.com'. However I was wondering if all the files and images uploaded with CCK…
aneuryzm
  • 1,714
  • 5
  • 26
  • 41
0
votes
2 answers

Performance issue with Drupal and Mediawiki, I don't know where to look?

I have a webserver running CentOS 5, with Apache 2 and PHP 5.3. At the moment the server is mainly used for development, so there's really no traffic to talk about. The server houses a couple of Drupal instances, a Mediawiki instance and a few…
Mikael Grönfelt
  • 677
  • 3
  • 7
  • 14
0
votes
1 answer

Where are Drupal (6) custom colour picker values stored?

I am using a Drupal theme which makes use of the colour picker. When I select a new colour scheme, a directory gets creates in MyDrupalSite/sites/default/files/color/ThemeName-RandomNumer. Using Opera's developer console, I can see that these…
phantom-99w
  • 101
  • 4
0
votes
1 answer

Export SMF posts into Drupal forum

I am currently working on a Drupal 6 site and would love it if there's a way I could import everything over from an already existing SMF site. By everything I actually mean : users and their passwords their postings the forum structure (i.e sub…
errorprone
0
votes
1 answer

How To Place a Drupal Site on to a server from backup

I Backed up my site then totally re-did my server with a different Control Panel which created a different directory structure /var/www/vhosts/user/site.com/httpdocs I put the files into the httpdocs folder and put the database back correctly (I…
0
votes
2 answers

What is the easiest way to setup a webserver on Mac?

I am looking for the easiest way to run a webserver with Drupal on Mac. MAMP PRO is a nice solution but some people say that it is for the local usage only. Can it be used as a full-scale webserver? What would you recommend for an easy auto-backup…
Andrei
  • 235
  • 3
  • 10
0
votes
1 answer

Clean URLS on Hiawatha

I am using the Hiawatha webserver and running Drupal on a FastCGI PHP server. The Drupal site is using imagecache and it requires either private files or clean URLs. The issue I am having with clean URLs is that requests to files are being rewritten…
Botto
  • 231
  • 1
  • 10
0
votes
1 answer

Installing Drupal: Database configuration problem

I am trying to install Drupal 6.16 on a clean website. I get through the "Verify Requirements" page easily. On the Database Configuration, I supply all the proper info, but "Save and Continue" returns me back to the same page, with no error message.…
abelenky
  • 113
  • 4
0
votes
1 answer

Moving Drupal site to new server

I'm tasked with moving a Drupal 6 site from a shared hosting account to a new virtual server. Once I transfer the files to the new server, can I have the new server access the same database on the old shared server? So both sites (shared account…
Rob Decker
0
votes
0 answers

File System Private download method not Writeable -Drupal

Giving File System error that it is not writeable or folder does not exist on Production Env Drupal version - 9.5.9 Server we are using Amazon Linux2 I have added line in setting.php $settings['file_private_path'] = $app_root . '/' . $site_path…
0
votes
0 answers

Server doesn't respond to If-Modified-Since

I get the following error on a Drupal & site running on PHP-FPM/NGINX set up. Server returned the last modification time, but did not respond to If-Modified-Since. So basically Nginx is responding with 200, when it should be responding with…
0
votes
0 answers

Drupal 9.4.8 Webform Authorization Bug Causing [authz_core:error]...AH01630

I'm fairly new to Drupal, about 4 months experience. Everything was going fine till I started working on a webform over the weekend with a twig "If else statement" when I inadvertently added "'#access_create_roles': - authenticated". Suddenly I was…
0
votes
1 answer

How to upgrade a MariaDB database to utf8mb4_unicode_ci?

I have a Drupal 9.4.8 website a MariaDB database and phpMyAdmin. My website is already active with data in its 220 MB database. How to upgrade a MariaDB database to utf8mb4_unicode_ci ? Here is my website setup : enter image description here Here is…
0
votes
1 answer

Error 503 service unavailable - varnish,drupal & nginx

We are having a Varnish server which is running in port 6081 and an NGINX server hosting drupal website on another server. So, the VCL file is as below: # Default backend definition. Set this to point to your content server. backend default { .host…
serverstackqns
  • 764
  • 3
  • 16
  • 42
0
votes
1 answer

Elastic Beanstalk deploying files that are in .ebignore / .gitignore

I have a Drupal app that is deployed with Elastic Beanstalk from a Mac machine, using the latest version of the EB CLI. The repository is an ordinary GitLab, AWS CodeCommit is not used. Unfortunately, if I don't religiously take care of running a rm…
user1933738
  • 247
  • 1
  • 6
1 2 3
17
18