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

New uploaded theme doesn't show up in theme configuration

I just installed Drupal to my site. I uploaded "Greenmarine" theme to my server in the themes directory.
When I brought up my Drupal theme config, the theme is not there. I have Xtemplate as a theme engine
any suggestions?
Thanks Dan

Column 'nid' in from clause is ambiguous query

I've moved our multisite installed 4.6.4 sites over to a new server and upgraded to 4.6.5.

I am getting a lot of these errors:

Column 'nid' in from clause is ambiguous query: SELECT DISTINCT(n.nid), n.title, n.type, n.status, n.moderate, e.event_start FROM node n INNER JOIN node_access na ON na.nid = n.nid INNER JOIN event e USING (nid) WHERE (na.grant_view = 1 AND CONCAT(na.realm, na.gid) IN ('all0','node_privacy_byrole_role1','node_privacy_byrole_user0')) AND n.status = 1 AND n.moderate = 0 AND e.event_start >= 1138925260 ORDER BY event_start LIMIT 0, 6 in
/path/to/my/includes/database.mysql.inc

Here's another one:

Unknown column 'n.nid' in 'on clause' query: SELECT t.tid, COUNT(DISTINCT(n.nid)) AS c FROM term_node t INNER JOIN node_access na ON na.nid = n.nid INNER JOIN node n ON t.nid = n.nid WHERE (na.grant_view = 1 AND CONCAT(na.realm, na.gid) IN ('all0','node_privacy_byrole_role1','node_privacy_byrole_user0')) AND n.status = 1 GROUP BY t.tid in /path/to/my/includes/database.mysql.inc

Out of 6 installations of Drupal that got moved there is only one site that is having problems. Initially I thought that I forgot to import part of the database. Then I imported the database in little sections and made sure there were no errors. This didn't help at all.

From what I've gathered so far a non-core module is creating these errors. I went and turned off all non-core modules and watched the error log as I enabled one at a time. This method seemed to be working, but there is a problem with it; the errors are usually a long time apart where one or two will occur and then nothing happens for a 1/2 an hour or so. I would suspect it relates to visitors on the site.

Drupal Theme Does Not Show Up After Install

After I installed Drupal 4.6.5 under:
+ Windows XP Professional
+ Apache/2.0.55 (Win32)
+ PHP 5.1.1
+ MySQL 4.1.16-nt

My login screen looks like the following:
================================================================================
{head} {styles}
{_BLOCK_.header.logo} {_BLOCK_.header.site_name}
{secondary_links}
{primary_links}
{_BLOCK_.header.blocks}

Welcome to your new Drupal-powered website. This message will guide you through your first steps with Drupal, and will disappear once you have posted your first piece of content.

The first thing you will need to do is create the first account. This account will have full administration rights and will allow you to configure your website. Once logged in, you can visit the administration section and set up your site's configuration.

Drupal comes with various modules, each of which contains a specific piece of functionality. You should visit the module list and enable those modules which suit your website's needs.

Themes handle the presentation of your website. You can use one of the existing themes, modify them or create your own from scratch.

We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the Drupal handbooks online.
================================================================================

Need webform module setup help...........

Hi,
I installed webform-4.6.0 and set up an email contact form. When I submit a form it does not issue any error messages but it does not send an email either.... The first few lines of the log message shows the following:

Do I need to add a .htaccess at the target of a multisite

I have not been able to find this in the documentation:

I want to create a extra site (mysite.com/test), that will run on the same codebase as my ordinary (www.mysite.com).

I have created a extra directory in the "sites" directory, and named it mysite.com.test. I have also changed in settings.php.

sessions are busted

I just did a clean install of 4.6 and the main page is kicking out this error:

"Warning: session_start(): Cannot find save handler user in /var/www/zhubert/includes/session.inc on line 10"

It's pretty clear that something is missing from my ISP's install (perhaps of PHP), but I'd love to know what it is so they can fix it.

Thanks for the help!

(ps, i did various searches and couldn't find anything here on the forums or on google)

-z

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal