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

Error 406 (not acceptable) while installing views module on fresh system

I'm new to drupal and am interested in using Drupal as a CMS backend for my iPhone apps. I'm following this article: http://www.jefflinwood.com/2011/07/building-a-simple-ipad-application-wi...

I installed drupal 7.16 (via cpanel)

I've installed:
services_7.x-3.2
ctools_7.x-1.2
services_views-7.x-1.0beta2
rest_server_plist-7.x-1.0
libraries-7-x-2.0

then when I try to install:
views-7.x-3.5

Accessing a page using ?q= with clean URLs enabled breaks the site

Hi all,

I have spent three days on this and now I seek help!

I am in the process of migrating a Drupal 6.26 site from Apache to IIS.

Moving the files was fine, importing the sql dump is fine, and I can bring up the home page absolutely no problems. I eventually got URL rewriting in IIS working and I tested it by rewriting /cat to rewrite to /dog. To get clean URLs working on IIS using web.config, I put this into the web.config file:

<rewrite>
  <rules>
    <rule name="Drupal clean URLs" enabled="true">
      <match url="^(.*)$" ignoreCase="false" />
      <conditions logicalGrouping="MatchAll">
        <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
        <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />    
        <add input="{REQUEST_URI}" negate="true" pattern="/favicon.ico$" />
      </conditions>
      <action type="Rewrite" url="index.php?q={R:1}" appendQueryString="true" />
    </rule>
  </rules>
</rewrite>

Except now, if you try and access any page on the site using a clean URL, it breaks and I get an Internal Server Error - HTTP Error 500.

If I drop the database, and import the backup, works again. So I try to access a page using ?q=, and it breaks in the same way.

Drupal Migration 500 Internal Server Error

Hello,

I'm having some issues with my new Drupal installation. I built the site on a local install, uploaded all of the files to the new hosting account, set up a database and made the necessary changes in settings.php. While the homepage shows up just fine, any link I click on results in a 500 Internal Server Error (error posted below). I contacted godaddy support and they indicated that it might be a problem with the script in .htaccess. I've checked a couple of the error logs and here's what comes up:

[Tue Oct 23 11:00:06 2012] [error] [client 176.9.148.197] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Tue Oct 23 11:00:07 2012] [error] [client 176.9.148.197] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Tue Oct 23 11:10:19 2012] [error] [client 180.76.5.180] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

Setting 'prefix' in multi-site (same database)

I'm trying to setting the setting.php files, to have more sites, with the same users tables.

My sites are site1.ex and site2.ex.
I've tried to put in the site1.ex directory (/drupal/sites/site1.ex/):

$databases['default']['default'] = array(
  'driver' => 'mysql',
  'database' => 'drupal',
  'username' => 'user',
  'password' => 'pass',
  'host' => 'localhost',
  'prefix' => array(
    'default'   => 'site1_',
	'users'     => 'shared_',
	'sessions'  => 'shared_',
	'role'      => 'shared_',
	'authmap'   => 'shared_',
	'sequences' => 'shared_',
	'profile_fields' => 'shared_',
	'profile_values' => 'shared_',
	'users_roles' => 'shared_',
  ),
  'collation' => 'utf8_general_ci',
);

Then, visiting 'site.ex', I've done the installation of my first site.

For the second site, I put in site2.example directory (/drupal/sites/site2.ex/):


$databases['default']['default'] = array(
'driver' => 'mysql',
'database' => 'drupal',
'username' => 'user',
'password' => 'pass',
'host' => 'localhost',
'prefix' => array(
'default' => 'site2_',
'users' => 'shared_',
'sessions' => 'shared_',
'role' => 'shared_',
'authmap' => 'shared_',
'sequences' => 'shared_',
'profile_fields' => 'shared_',
'profile_values' => 'shared_',

Error installing Drupal with litecommerce

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: https://localhost/drupal/install.php?profile=litecommerce&locale=en&id=1&op=do StatusText: Internal Server Error ResponseText:

I Have the latest xampp (1.8.1)

Any help?

my path/?q=sub-product/LED%20Drivers%20

Hi,

Would you help with this issue:

I check "Output this field as a link" in the view configuration:

I got this:

mypath/?q=sub-product/LED%20Drivers%20

it suppose like this:

mypath/?q=sub-product/LED_Drivers

What should I do?

Thanks,

ruichen

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal