Comments on How To Install Drupal On Ubuntu 14.04
How To Install Drupal On Ubuntu 14.04 This document describes how to install and configure Drupal on Ubuntu 14.04. Drupal is an 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.
5 Comment(s)
Comments
Getting 500 error from server when pressing "save and Continue" from site settings page
Error from apache2 error.log:
[Sun Jan 24 12:10:18.883614 2016] [:error] [pid 24097] [client 10.38.1.66:6734] PHP Fatal error: Call to undefined function field_attach_load() in /var/www/html/drupal/includes/entity.inc on line 316, referer: http://linuxtest/drupal/install.php?profile=standard&locale=en
Thats Drupal error mostly related to your PHP setup and settings, so its a problem in the base lamp setup of your server and not this install guide. See here:
https://www.drupal.org/node/481758
Check your php.ini and try to disable opcahche, when it is enabled.
Thanks for the link. I made a number of changes suggested on the link you shared. The install completed ... not really sure which change made the difference.
Getting 500 error from server when pressing "save and Continue" from site settings page like the other user stated too :/