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.
Hi,
I used to make my Drupal installations directly on the remote server and I never had any problem. Today I tried to make a new, clean installation, doing everything the same as before but now I get some strange warnings (see below).
What did I do:
1. create a new database and user
2. grand the databaseuser all permissions
3. set collation to utf8_general_ci with PHPMyAdmin
4. FTP upload Drupal core 7.0 to www.mysite.nl [tried dev version also]
5. copy default settings to setting in site\default [tried to change attributes to 777 also]
6. uncomment # RewriteBase / in htacces-file
7. following install procedure step-by-step (even tried to change attributes of all maps/files to 777, also includes/file.inc)
8. when finished, I get this:
• Warning: rmdir(/var/lib/php5/update-extraction/ckeditor/plugins/linktonode/jscripts): Permission denied in drupal_rmdir() (line 2277 of /home/vhosting/t/vhost0021804/domains/mysite.nl/htdocs/drupal/includes/file.inc).
• Warning: rmdir(/var/lib/php5/update-extraction/ckeditor/plugins/linktonode/dialogs): Permission denied in drupal_rmdir() (line 2277 of /home/vhosting/t/vhost0021804/domains/mysite.nl/htdocs/drupal/includes/file.inc).
Hello,
I have a new project and I want to start it with D7. Previously I was used to install drupal from CVS and update it on new versions with something like "cvs update -dP -r DRUPAL-6-20".
I discovered now that CVS on drupal is death in favour to GIT. All the documentation I saw so far is on a developer point of view, and is quite massive.. all I would like to achieve is to download the latest stable branch of Drupal and when 7.1, 7.2.. are out to update my local repository to the central one.
Trying to get started with Drupal using the OpenChurch Installation Profile. Installing locally using XAMPP on Windows XP. Can't get past choosing language (English). I get this error:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\drupal\includes\file.inc on line 937
Can anyone help me with this? I think Drupal will be what I need, but can't get past the install to play with it and see.
(and if I am in the wrong place to ask this question, let me know that too!)
I've installed drupal 6 using wampserver on windows sever 2008.I downloaded a webserver authintication module and mod-auth-sspi installed in apache when I try to login using my domain account I get an error Sorry, unrecognized username or password. Have you forgotten your password.I tried using the ldap intergation module I get the same error.Please help
I'm working on a project using drupal. I have to use postgres database with non-default schema. And I've got problems with drupal installation (both d6 and d7). My software is:
php 5.3.3
postgresql 8.3.7
First, I've tried install drupal 6... as prefix I wrote 'mySchamaName.' and everything looks good... but after instalation, when went to my home page I read:
Access denied
* warning: pg_query(): Query failed: ERROR: relation "srs.role" does not exist in (...)includes/database.pgsql.inc on line 139.
* user warning: query: SELECT p.perm FROM srs.role r INNER JOIN srs.permission p ON p.rid = r.rid WHERE r.rid IN (1) in (...)modules/user/user.module on line 515.
* warning: pg_query(): Query failed: ERROR: relation "srs.blocks" does not exist in (...)includes/database.pgsql.inc on line 139.
* user warning: query: SELECT DISTINCT b.* FROM srs.blocks b LEFT JOIN srs.blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = 'garland' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in (...)modules/block/block.module on line 433.
You are not authorized to access this page.
I've checked database... it looks like drupal created only ~40 tables... I don't know why? For example I didn't have user, block tables.
My system environment:
Windows XP Professional SP2 32 bit
Apache 2.2
MySQL 5.0.89
Drupal 7.0 Beta 2
Apache and MySQL tested run OK and have hosted another website which works normal also.
-------------------------------------------------------------
I follow the manual to start the install script. After entering the database information and click continue, I got a httpd.exe error message that says "0x0179249a" "0x000000000" memory cannnot be "read" then the installation process stops.