Drupal is up and running but how do I ...?

Multisite

I have got one site working but I want to add another site at http://example.com/site. I have looked at the help file but it is not enough. What do I do after that? How do I add the database tables with a prefix?

Access denied to anonymous on all NEW pages created

A Strange thing is going on for me, just installed 5.0 got a fairly static static site set up, everything was working great yesterday. Now any new content I add is "accedd denied" to anonymous users. I have the correct access node permissions for anonymous users.

I am able to get around this by going strait into the database and adding a row to [node_access] which is fine for now.

I'd really like to solve this issue before I commit to use Drupal further. Anyone else have a similar experience?

A Headers

Hi

I got Drupal up and running, but how do i add headers, like keywords for my site? for google to seach on?

if i add meta tags manualy in the index.php i get a error msg.. saying headers were already sent..

so how do i do this?

Where is forum content?

I want to import forum content from an existing 4.7.4 site to a new 5.0 one. When I checked out tables obviously related to forms like "forum", they did not have the content I expected, ie. the postings, and so on.

In which tables are they?
If so, can I merely delete the corresponding 5.0 tables & import the 4.7.4 tables in their place?

xtracker not tracking

Hi, I installed xtracker but it's not working, when go to tracking page from author's name it's showing "no data". Do you know what could be wrong?

CiviCRM: installation failure on drupal 5.0

Hi,
For several hours I've been trying to install CiviCRM as a module in Drupal
5.0.
It seems a problem that many people have encountered, but reading their
messages and proposed solutions didn't get me any further in this issue.

I placed the civicrm and civicrm_activeuser modules in the
sites/default/modules map.

Enabling the civicrm module, I get this error message:3

"
Fatal error: civicrm_initialize(): Failed opening required
'CRM/Core/Config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home3/convan/public_html/drupal/sites/default/modules/civicrm/drupal/civicrm.m
odule on line 227
"

My civicrm.settings.php file would read:

define( 'CIVICRM_UF' , 'Drupal' );
define( 'CIVICRM_UF_VERSION' , '5.0' );
define( 'CIVICRM_UF_URLVAR' , 'q' );
define( 'CIVICRM_UF_DSN' ,
'mysql://convan_drpl:XXX@localhost/convan_drpl?new_link=true' );
define( 'CIVICRM_UF_USERSTABLENAME', 'users' );
define( 'CIVICRM_MYSQL_VERSION', 4.1 );
define( 'CIVICRM_DSN' ,
'mysql://convan_drpl:XXX@localhost/convan_civicrm?new_link=true' );
define( 'CIVICRM_MYSQL_PATH', '/usr/bin/' );

global $civicrm_root;
$civicrm_root =
'/home3/convan/public_html/drupal/sites/default/modules/civicrm';
define( 'CIVICRM_TEMPLATE_COMPILEDIR',
'/home3/convan/public_html/drupal/sites/default/modules/civicrm/templates_c/'

Pages

Subscribe with RSS Subscribe to RSS - Post installation