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

Date format

Hi!,

Where can I change the {date} atribute format used in xtemplate? I want to put the short one ("Submitted by xxx on 05/09/2003).

Thanks!

I don't know how to do this :(

I use xtemplate on my site and I don't know how to transform the blog's title into a link (like read more).

Please, help me!!

"[div class="title"]{title}[/div]"

<,> instead of [,]

http://mysite.com/index.php works but http://mysite.com/ does not

I have installed Drupal 4.2.0 today.
I installed it as the root to the site, and created an admin user, gave anonymous users permissions to access content, ... etc.
I also enabled mod_rewrite, so the URLs are search engine friendly.

Linux installation step-by-step (recorded keystrokes)

Hi.
Maybe this helps someone. At liunchtime I tried to install Drupal, but kept getting as far as Access Denied for the first page, and couldn't create the new (first) user. So, determined, I wrote it up, capturing every keystroke.
If no-one wants it (and it's by necessity long!) feel free to delete it.
-Best regards
-Andy

Precise keystrokes to install DRUPAL, and results. Linux Red Hat 9, MySql 3.23.56, PHP 4.2.2. Postfix for mail, but I'm having trouble with it. Still...here goes:
1) Check php.ini for magic_quotes_gpc:
$ cat php.ini | grep magic_quotes
magic_quotes_gpc = 0
(OK).

2) Check php.ini for session.save_handler:
$ cat php.ini | grep session.save_handler
session.save_handler = user

(OK).
3) Check php.ini for sesion.cache_limiter:
$ cat php.ini | grep session.cache_limiter
session.cache_limiter = none
(OK)

So, php.ini is OK.

Now, downoad DRUPAL into the server root directory. In my case, it's /home/thelinuxpc/html (i.e., where the initial "index.html" file lives. As the owner:group for this directory tree is “thelinuxpc:thelinuxpc”, "su -" to that user. (else, I get 'permission denied when logged in as 'andy').

[andy@madetoja html]$ su -l thelinuxpc
Password:
-bash-2.05b$ ll
total 8
drwxr-xr-x 2 thelinuxpc thelinuxpc 4096 Aug 31 11:46 ddclient-3.6.3
drwxr-xr-x 11 thelinuxpc thelinuxpc 4096 Sep 5 12:20 html

Drupal Forum?

How do I make my forums look like these forums, here? I'm using the Xtemplate theme.

Please help! (installation) Can't "GRANT ALL on drupal.* ..."

Win2k + mysql + php + apache

I cant' finish installation, i have problems with granting rights to user on db drupal.
Please can anyone give me a hint to resolve this situation?

thank you in advance
Alberto

mysql> grant all on drupal.* to drupal@localhost identified by 'password' ;
ERROR 1044: Access denied for user: '@localhost' to database 'drupal'
mysql>

so i unsucessfully tried many differents

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal