Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
While i installed drupal 7 i encounterd the follwing error;:
./sites/default/default.settings.php file to
./sites/default/settings.php.
then i changed from this one here: ./sites/default/default.settings.php
and altered it to this one; /home/vhost/WWW/schulcenter.net/sites/default/settings.php
but the system did not like this – why =!? I do not know – i finall got the following
To say that the engine is innodb is not necessary, because Drupal creates InnoDB tables. The read-committed is also OK, but it is the autocommit off which makes the installation hang.
Is this true or am I doing something wrong?
And so with Drupal I can never program with transcations?
I have set my file system to "private" (it used to be public).
I have set the path correctly to a directory above the server root.
I can upload a file (as part of a document and using the document editor) and it is saved in the correct directory.
I can delete that file (by clicking on the "Delete" button in the document editor).
HOWEVER - if I click on the link inside the saved document, I get a file not found error or a page not found error. This happens even if I am user 1.
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'aliovox.variable' doesn't exist in /space/sites/aliovox/html/includes/database/database.inc on line 2135
I have many drupal 6 installs, so LAMP appears to work well.
I put DBNAME, it is the name of the database.
unpacked drupal zip file, created database, chowned files, created apache virtual host, ran update. Ubuntu, PHP 5.2, mysql 5.1.37