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

problems with flexinode

Flexinode is giving me errors. The module shows up on the "administer" section, but when I activate the module and later try to set it under home/administer/settings I get this:

Home » administer » settings
flexinode
Array

playlist module looking for playlist.inc in modules/location/playlist.inc

I installed 10 new modules; audio, front_page, video, tinymce, image, img_assist, flexinode, event, location and playlist, but now get several errors printed at the top of the page. (Most times just the first 2)

Here they are:

Location /?q=admin/settings
Message main(): Failed opening 'modules/location/playlist.inc' for inclusion (include_path='.:/usr/local/lib/php') in /homepages/XX/YYYYYYYY/htdocs/drupal/modules/playlist/playlist.module on line 6.

Unable to Select Database

Hi

I installed Druapl 4.6.4 and i am having this error. I have checked my settings.php file and everything looks fine.

$db_url = 'mysql://nobody:password@192.168.0.102/drupal';
$db_prefix = '';

$base_url = 'http://www.mysite.com';

I am running

Mysql 4.1
PHP 5.0

I read through all the posts here but i am not making any of the mistakes mentioned here. but i am unable to understand why it is giving me this error. "unable to select database"

Multisite Files dirs?

yes I researched this on the forums and google, but I didn't find a descriptive enough answer.

As far as I can tell, I have 4 sites on one drupal install and they are all using the drupal/files directory for the files. What I want to make sure of is that they are NOT sharing files that they each upload. So I don't want to see the pictures another one of my users is uploading. Make sense? Is there a solution?

Multisite setup with domains and subdirectories

I've got drupal running on 2 domains and I want to create some seperate sub-installs for one of my domains:

Existing
===========
sites/www.site1.com
sites/site1.com => sites/www.site1.com

sites/www.site2.com
sites/site2.com => sites/www.site2.com

This config works. What I need to do now is:

postgres error on install

Hello,

I ran into the error below while installing postgres:
.
.
.
ERROR: parser: parse error at or near "SEQUENCE" at character 7
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
ERROR: Type "anyelement" does not exist

These were the steps I took:
# create pg user
#---------------------------
su - postgres
createuser -a -d drupal

# create db
#---------------------------
createdb -U drupal -W drupal

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal