I am trying to migrate a drupal based system i have been running through a server set up on my own
machine. I originally set up drupal 6 from the pack offered by heart internet, the hosting provider, but I am currently on drupal 7.41. I deleted the
files and created a new database. I unpacked the files locally and uploaded through ftp using
dreamweaver. The install ran successfully with no errors. I have been adding modules and received an
error message regarding HTTP access. "HTTP request status Fails
Your system or network configuration does not allow Drupal to access web pages"
I posted previously about problems associated with my attempt to install drupal commons on an Amazon cloud server.
The installation failed because of two issues: 1) needed to increase PHP Max Execution Time to 120 and 2) OpCache is installed but is not enough space to successfully install Drupal Commons. Change the capacity to at least 96.
From what I understand, as long as the minimum requirements for Drupal 8 are met, there should be no problem installing both on the same server. Each version would exist in their own folder.
Is that correct? Are there any issues that I may encounter when setting them up?
Hi,
Is it possible to extend the Drupal login for users, so that they can edit their own profile page? I'd love to know a few steps to implement something like that without too much hassle.