my company website has been working great for more than 2 years. Yesterday, it was not functioning and started giving weird messages and fields! .. please have a look at the website http://rd.kkesh.med.sa and advise me :( ..
I have installed many Drupal sites with no problem, but my latest attempt yielded this error message:
Fatal error: Call to undefined function field_attach_load() in /home/digitaldrz/lkzambia.org/includes/entity.inc on line 316
This is line 316 which seems the same as line 316 in functional sites.
I have followed the Drupal 7 installation guide meticulously on a LinuxMint17 virtual machine (with KDE if that matters).
I installed Apache using:
sudo apt-get install lamp-server^
Checked that MySql worked by using phpMyAdmin, shows everything was fine.
The installation proceeds through "configure site", loads the welcome page, and displays the "Manage" and "Shortcuts" links. These function normally. However, the links to "Content", "Structure", "Appearance" return a 404 error when clicked. The apt-get script used to install the LAMP includes:
install php5 libapache2-mod-php5 -y
install mysql-server libapache2-mod-auth-mysql php5-mysql -y
install php5 php5-mysql php-pear php5-gd php5-mcrypt php5-curl -y
install phpmyadmin -y
Hello guys!
I need a little help here:
I was trying to migrate my Drupal Site from a Slackware-server machine to a new OpenSuse-server machine.
I used a tutorial what i saw in foruns, but after all, this error appeared:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Pibid.drupal_semaphore' doesn't exist: SELECT expire, value FROM {semaphore} WHERE name = :name; Array ( [:name] => variable_init ) in lock_may_be_available() (line 165 of /srv/www/htdocs/drupal/includes/lock.inc).