Having problems installing Drupal? See the Installation Guide for more information.

Drupal 7 installation problem in combination with MySQL 5.5 on Windows 2008 server

Dear Drupal users,

I'm new to Drupal and I find myself stuck on the following.

Background
- I have MySQL 5.5 installed on my Windows 2008 server. I'm running IIS7 as a webserver. PHP 5.2.6 is installed and working.
- MySQL is running already with live applications, succesfully.
- I have installed Drupal 7, created a new user and database with the same name and all rights via Phpmyadmin.
- I've made sure i've set the appropriate rights to the folders of the default site in Drupal.

ckeditor toolbar settings

Hello

Sorry if this is a simple question. I am running 6.x Commons social network.

I guess that am using the ckeditor as part of the package but I get a very limited toolbar. I know from other installations that ckeditor has a very rich toolbar. Is there a simple way to get the full toolbar or do I have to configure ckeditor.

If so, any clues on how to do it. I have looked inside the files which come with ckeditor (e.g. config.js which is basically empty) and have not yet been able to figure it out.

Thanks for any help
Andrew

Same DB and Tables in Multiple Sites

Hi Guys - I want to configure multisite on my Drupal 7 Platform. All the sites, will be sharing Same Database and Tables. Only the Theme will be different in the sites. All Pages, Menus, Blocks, Block Positioning etc. will be same in all the sites. Even I can use the same Theme in all the sites, but theme settings (i.e. Theme color etc.) will be different in all the sites. Please confirm, What can be the approach for this?

Thanks in advance:
--Ravi Verma.

Installing drush and Drupal 7 on A2Hosting with a local dev - help?

I have a current site being hosted by A2Hosting - they advertise as being a Drupal-friendly host, yet have no way to support drush? A bait and switch, it seems.

However, I was able to get drush working on my Shared Hosting product; I installed Drupal 7.8, a theme, some modules...everything was going fine. Then I wanted to see if I could pull a full copy of the site down into a local dev environment. That's when my problems really began.

I'm running Ubuntu 11.4; I have a LAMP stack, and I have a Drupal 6 installation running - including a few sites that only appear locally (.vmdev). I have drush running...I set up SSH with a pub key and I can SSH into the hosted server.

However, when I attempt to run drush sql sync:
drush sql-sync @a2 @a2.local --create-db
I receive the following message:
Error: no database record could be found for @a2.local

...in /drush/aliases.drushrc.php, I have the following drush aliases mapped:

$aliases['a2'] = array(
'uri' => 'mysite.com',
'root' => '/home/mysite/public_html/mysite.com',
'db-url' => 'mysql://mysiteadmin:Passw0rd@localhost/mysite_db',
'remote-host' => 'a2sxx.a2hosting.com',
'ssh-options' => '-p 7822',
'remote-user' => 'mysiteuser',
'path-aliases' => array(
'%drush' => '/home/drush/drush',
'%drush-script' => '/home/drush/drush.php',

file permissions & Godaddy domain in a subdirectory woes

I hope that someone can share a list of the default file permissions fro Drupal 6.2

I also hope that someone has experience with godaddy add on domains and can give me the right combination of steps to apply to solve the following problem.

I have moved a working 6.2 site to a new server.
The server is godaddy.
Godaddy allows you to have multiple domains on one hosting account and the Drupal installation is in a sub directory that should be able to be accessed directory with it's own domain name IE subdirectory.org
The site works fine at: mysite.org/subdirectory
Godaddy is configured correctly to show the domain in the subfolder and there is also a wildcard DNS entry.

I have tried numerous combinations of .htaccess adjustments and also tweaked the settings.php base url. At this point I have taken everything back to the defaults and I get a forbidden.

When using the full path the site seems to work fine. There are some issues with the FCK editor related to the domain cookie settings and I feel this can be resolved after the domain redirect is working. I disabled clean urls for now since I saw that it may be the source of issues. no help.

At one point during my file tweaks the site was showing up but as follows with an extra subdirectory reference.
subdirectory.org/subdirectory/user
which of course results in an error page.

Controlling access to forms created in webform and getting notifications

Hello

I am quite new to drupal. I am using a version of drupal (6.x) as bundled in the "commons" package put together by Acquia.

I have installed the webform module and created a form.

I have two questions:

(a) How do I limit access to the form to logged in users only?

(b) How do I get the system to notify me when a form has been submitted.

I have been looking around this site and the Internet for some hours and have not been able to come up with a solution.

My apologies if these are simple problems.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal