Questions tagged [drupal]

Drupal is a free and open-source content management system (CMS) written in PHP.

Drupal is a free and open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and diverse community of people around the world.

Resources

47 questions
158
votes
4 answers

Installing PHP 5.6 on Xenial (16.04)

I need to use php5 (5.6) because I'm working on a Drupal 7 project which doesn't support php7. The problem is I recently updated to ubuntu 16.04 Xenial which seems to no longer support php5. I tried to install it from this repo, however when It try…
Nikolai
  • 1,683
12
votes
3 answers

What's the easiest way to install Drupal locally?

Many of the Drupal distributions I've seen are made for earlier versions of Ubuntu: drubuntu only works in 10.10; the Acquia .debs are for <10.x, and I've been told the versions in the repos are out-of-date. What's the easiest way to set up a local…
Jonathan
  • 7,470
10
votes
1 answer

VSFTPD installed, but I can't restart/stop it

I've installed VSFTPD on my VPS running Ubuntu server 10.04. When connecting using FTP clients such as Filezilla it's working perfectly. However when I use my Drupal's native FTP client to update the modules and the core installation my "working"…
Michael Yap
  • 103
  • 1
  • 1
  • 4
5
votes
1 answer

How to enable clean url with Ubuntu 16.04, Drupal 8.1.10 and Apache 2

I'm trying to install Drupal 8.1.10 on a virtual private server (OVH) with Ubuntu 16.04, Apache 2 and PHP7. I followed this tutorial : https://www.howtoforge.com/tutorial/how-to-install-drupal_8-with-apache-and-ssl-on-ubuntu-15-10/ I'm stucked at…
JPO
  • 51
  • 1
  • 4
3
votes
2 answers

/tmp directory: 0 files but shows full?

Related to another post where I was finally able to delete files within /tmp thanks to another poster. However, in the end the sysadmin had to restore a snapshot of a few days ago to get the mysql service back up. I deduced the mysql server was not…
3
votes
1 answer

Setting up multiple cores for apache solr for Ubuntu 12.04 and Drupal 7

I'm setting up solr locally for my development purposes and integration with Drupal 7. I'm not very familiar with tomcat. My background has primarily been LAMP setups. So I went and installed the package provided by ubuntu for apache solr following…
3
votes
1 answer

local development LAMP server: routing external requests through SOCKS proxy

I've got a (virtualized) local LAMP server on Xubuntu 12.04 that I am using for Drupal development. I'd like to learn how to use web 2.0 integration Drupal modules (eg. youtube, facebook, etc.) but I live in China so these sites are obviously…
adempewolff
  • 12,400
2
votes
4 answers

Cannot access Apache start page via "localhost" in web browser

I had the LAMP stack installed on my Ubuntu machine. Everything was working fine. I had Apache, mySql, phpmyadmin, etc. I'm learning web development, and a friend suggested I try out Drupal. So, I downloaded the tar package, extracted it, began the…
2
votes
1 answer

Undoing all the terminal commands in the last 24 hours?

I am very new to Linux. I followed a seemingly long guide that explains how to establish a LAMP-based Drupal-dev environment via the Ubuntu terminal. This installation guide includes many commands, that also makes uses of symbolic links, mv's of…
user423047
2
votes
1 answer

Drush folder after installation?

I installed Drush with apt-get install drush. which drush says the file has been installed on /usr/bin/drush. I would like to manually update Drush as well as adding files like an example.alias.php file to that folder. However, /user/bin/drush isn't…
2
votes
1 answer

Webserver configuration to get Drupal Clean Urls work proper

I have just configured a local web-server and migrated a site built on Drupal 7 onto it. Front page is loaded just fine but when i try to navigate i get 404 error. I`ve noticed that using not clean urls fixes it: mysite.com/?q=neaded-page So what…
Rootical V.
  • 1,175
1
vote
1 answer

drupal8 login password forget

I had install drupal 8 on my ubuntu 16.04 bt username or password have forget for login. email id also show not recognized. how to find user name or password
1
vote
0 answers

Ubuntu 16.04 LTS Drupal 7.50 Installation Requirements

I'm relatively new to Ubuntu (and Linux in general) so I apologize if I sound a bit green... Anyways, I'm running on 16.04 LTS Ubuntu and needed to have PHP 5.6, so after following these…
Matthew
  • 111
1
vote
1 answer

Installing LAMP Server in Ubuntu 14.04

I used sudo apt-get install lamp-server^ because someone in this forum said "This will install Apache, MySQL, PHP and also configure it for you. All you need to supply is a password for MySQL and you'll have a running local webserver in a manner of…
1
vote
1 answer

How to open .theme file

I am using Ubuntu MATE 16.04. How can I open .theme file in drupal 8 ?.
1
2 3 4