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

Problems with attached_file and xstory

Can't get them to work.
Add content -section doesn't show a link to xstory but I could still point my browser there manually www.mysite.org/node/add/xstory. And when I add new xstory with an image, it doesn't show. No error msgs or anything.

I'm using drupal 4.3.0-rc on a 2.4.20 Gentoo Linux with apache + mysql + php4.3.3
+ imagemagick 5.4.7

PostgreSQL, Drupal CVS, table prefixes, and errors...

Ok, trying Drupal for the first time. I'm using PG 7.3.4, PHP 4.3.2. I want to have potentially several sites in one DB, so I need to use table prefixes. I was a little annoyed that there wasn't a script to do that automatically, but this did it:

$ cat addprefix
#!/usr/bin/perl

while(<>) {
s/(TABLE|INDEX|ON|INTO|SEQUENCE)\s([a-z])/$1 test_$2/g;
print $_;
}

$ ./addprefix < *pgsql | psql drupal

Does that look right?

But, at the top of every page I get:

blocks admin weight and region selectors broken?

hi. i just updated one of my sites to the current cvs and almost everything works fine. one of the things that seems to be broken is the blocks administration. i can choose to adminster all elements of the blcok configuration except for the weight and region of each block.

is this a cvs issue or just something related to my specific situation?

Problems with Post install

If you go to sln.madsims.net/main
You will see the problem, those two warning lines that I cannot fix, at all....I'm at a lost of what to do and I have a 4 day dead line to get my site up. Help?

MySQL Taxonomy bug

Hey-
I've been entering taxonomy information directly into MySQL instead of through the Drupal admin page. Once I've done this, the Drupal Admin page taxonomy section no longer works- adding a new term will shift the old terms around and destroy the hierarchy.

Has anyone else seen this bug and does anyone know how to fix it?

Manythanks,
=Tim=

Recent Stories Block?

Hi,

I'm looking for a Recent Stories Block. The way I've laid out my site is that I use Blogs for Blogs, but then I have another type of journal, so I use Stories to do these (When you click on blogs, I don't want the two mixed together). So I'd like to have a Recent Stories Block, similar to the way blogs due this. I'm sure that sites that use Stories for News probably could use the same.

I've poked around and haven't found one yet. Is there one that I just haven't found?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal