How to log in after putting site in maintenance?

I have just installed Drupal for the first time, but now it's in maintenance mode, and i can't log in :)

Page Access Permissions for Visitors versus Users

Hello

I am new to Drupal and, I am presently using version 7.

How do I prevent visitors viewing pages that are only meant for logged in users?

Jesse

Slow Load on Config Page

Hi,

I've upgraded a D5 site to D7 this weekend. The configuration page is taking >30 seconds to come up. I've added this directive to the .htaccess file:

php_value max_execution_time 60

And I can get the page, but waiting so long for the config page to come up just doesn't seem right. I've disabled all contib modules except devel and get this output.

Executed 124 queries in 18.13 ms. Queries exceeding 5 ms are highlighted.

no stable multi-term taxonomy filtering method for drupal 7?

I need a multi-term taxonomy filter. A function which is not a rare requirement.
I'm trying for days now to get it.

I tried the Views module(current alpha2 release) in conjunction with the Multi-Term Views module(current DEV release).
With this way I get 2 errors: PDO_Exception errors in Views UI and 404 sites when I try it in the front page, although I created correct view paths, and the live preview also works fine.

Using Java Script in Drupal 7

I am trying to use Coda Slider on my Drupal 7 website.
I have copied the Script to my theme directory and added it to my .info file. But how do I call the script from within my page?

In Drupal 6, I would have done this:

  	 <script type="text/javascript">
			$().ready(function() {
				$('#coda-slider-1').codaSlider();
			});
		 </script>

But it doesn't work.

Share tables

I'm in the process of creating multi-site with one db, and have a few questions..

If all sites share one db and a person does a search will it search all of the db, or just the prefix for that site?
The other thing I'd like to know is how can I share the user across all sites. So the user can login on one site and it will fall over to the rest so there are no multiple logons.

When doing the shared db...do I need to drop what is being shared and create a new db for that table?

I looked at the settings.php and dont understand all that well

So in my settings.php I have
$database = array (
'default' = >
array(
'default' =>
array(
'database' => 'dbname',
'username' => 'name',
'password' => 'PW',
'host' => 'localhost',
'port'[ => '',
'driver' => 'mysql',
'prefix' => '',
),
),
);

So am I suppose to place the code below somewhere in the code above, or is it its own life form?

To provide prefixes for specific tables, set 'prefix' as an array.
* The array's keys are the table names and the values are the prefixes.
* The 'default' element is mandatory and holds the prefix for any tables
* not specified elsewhere in the array. Example:
* @code
* 'prefix' => array(
* 'default' => 'main_',
* 'users' => 'shared_',
* 'sessions' => 'shared_',

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x