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:
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.
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"
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?
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