I am trying to move my system to https, but Drupal doesn't seem to recognize my existing installation when using https instead of http. So I end up at install.php.
I have two entries for VirtualHost in the apache config.
<VirtualHost *:80>
<VirtualHost *:443>
They are identical besides the SSL directives. Especially ServerName and ServerAlias are the same.
We had an installation of several pages in a drupal 6 instance, and it seems that we were attacked and the service provider blocked our server (we only could get all the files via FTP)
Now we are trying to restore the websites in a new server (we have the database up and running) but we are not succeeding. What would be the best process to do it? Start with an empty drupal 6, and copy the sites ans other files, and then reinstall? or copy all the files from the drupal folder into the new server and run the install again for each website?
I am unable to find a definitive guide or examples on how to install the "Oracle Driver for Drupal" https://www.drupal.org/project/oracle I have modified my "composer.json" file and "settings.php" files and installed the driver in "DRUPAL_SITE/Core/Database/Driver/oracle", but when I run the drupal installer for my site I see the error listed below in my "error_log" file.
Linux Centos: 2.6.32-573.8.1.el6.x86_64
Drupal: 8.5.4
Buenas, soy novata en Drupal y me gustaria saber si alguien sabe sobre como trabajar en forma local en dos PC sin servidor ,sin host y no logramos como hacer eso. Intentamos con GIT, lo logramos subir al repositorio pero no sabemos como bajarlo o como seguir trabajando ambas personas simultaneamente como se haria con un IDE(Netbeans, Eclipse, etc).
Agradezco si me pueden brindar informacion en base a su experiencia o algun link de donde me pueda informar ya que he buscado por todos lados en internet y no lo he conseguido.