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.
Hello, I'm moving a site from Apache to IIS, everything is fine, but in the reports it says "Temporary files directory Not fully protected" and recomends to create .htaccess file which is not applicable to IIS, please help me configure it.
I am installing Drupal 7.39 on a ubuntu server with the following versions of needed software installed:
ubuntu 15.04
PHP version 5.6.4
mysql 5.6.25
After I input in all the needed information (database, username/password site information, etc.) in setup from website I hit "Server 500 Error". I've set up all the necessary permissions in the 'default/sites' and even use a+w to give everyone the right to write in it.
Anyone has got soutions to resolving this problem?
The website encountered an unexpected error. Please try again later.
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal8_rc.router' doesn't exist: SELECT name, route, fit FROM {router} WHERE pattern_outline IN ( :patterns__0 ) AND number_parts >= :count_parts; Array ( [:count_parts] => 0 [:patterns__0] => / ) in Drupal\Core\Routing\RouteProvider->getRoutesByPath() (line 344 of core\lib\Drupal\Core\Routing\RouteProvider.php).
I installed the drupal8 rc1 version on server and getting the opcache enable issue. It is asking to enable the opcache first to proceed the installation . I figured it and solved it as :
Go to PHP configuration / php.ini file and add these two lines end of the page
[opcache]
zend_extension=php_opcache.dll
; Determines if Zend OPCache is enabled
opcache.enable=1
You can also increase the max execution time on php.ini configuration file. Default from 30 to 180.
max_execution_time=180