This forum is for less technical discussions about the Drupal project, not for support questions.

Themes

Any suggestion, recommendations for a 3-column theme?

Menus on the left, text in the middle, others [polls/advertising...] on the right.
I have searched around, how do I enable the 3rd column?

Thanks

clean urls, rewrite when rewrite is build-in in apache2

my configure of apache2.0.48 is
./configure --prefix=/opt/apache --enable-track-vars --enable-cgi --with-config-file-path=/opt/apache/conf --enable-rewrite --enable-so
my configure of php4.3.10 is
./configure --prefix=/opt/php --with-mysql=/opt/mysql --with-apxs2=/opt/apache/bin/apxs --enable-track-vars --enable-force-cgi-redirect --with-config-file-path=/opt/php/etc
myconfigure of mysql4.0.x is
./configure --prefix=/opt/mysql --with-mysqld-user=yourname --with-charset=gb2312 --with-extra-charsets=all --with-unix-socket-path=/opt/mysql/var/mysql.sock

my site is in http://localhost/drupal

/drupal/include/conf.php is $base_url = "http://localhost/drupal";

Without clean urls, my drupal works fine.
I use .htaccess in the drupal directory.

Since my rewrite is build-in in apache, I # and #

I also change this part of httpd.conf

<Directory />
    Options FollowSymLinks
#    AllowOverride None
        AllowOverride All Options
</Directory>

However, the clean urls still could not use in my site.
Visit url like http://localhost/drupal/node/1 just give me something like below:

Not Found

The requested URL /drupal/node/1 was not found on this server.
Apache/2.0.52 (Unix) PHP/4.3.10 Server at localhost Port 80

But url http://localhost/drupal/?q=node/1 will just work fine.

Anybody can help? Should I also change something in httpd.conf ? I have no idea now.

How to fill the whitespace

Hi

I have a nice Drupal-based website, the Wikinerds Portal, and today I was thinking that thousands of pixels are unused because of the whitespace under every article (or under the frontpage).

my clean urls failed, no I could not login to change it back

I turned on clean url today. However I could not login any more, since my web provider do not provide rewrite module in apache.

Anybody could tell me how to login again?

Thanks.

Anyone experiencing tracker module missing posts? (Here and elsewhere)

I did an installation of 4.5.2 over the weekend, and noticed that the tracker module was not tracking all of the posts. I never had this problem with my older installs (4.5.0 and 4.5.1) on other sites. I checked for blank lines or other corruption in the module, but found nothing.

But now i've just noticed that a couple of issues I've responded to here do not show up in my recent posts. I thought I was crazy (hehe) and searched the issues down again to re-post, and found that my posts were indeed there, just not showing up on tracker.

Is anyone else experiencing this?

Cache error: duplicate entry (Drupal 4.52)

Hi!
:-)
I found some posts about this cache problem but they seemed outdated or unsolved, so I'm creating this new thread.

I enabled cache support for a Drupal (4.52) powered site 3 days ago and since then watchdog reported the following error twice:

user error: Duplicate entry 'http://xxx.xxx.xxx/index.php?q=image/tid/105' for key 1 query: INSERT INTO xxx_cache (cid, data, created, expire, headers) VALUES

(the first time was 'q=node/297' and not 'q=image/tid/105')

Pages

Subscribe with RSS Subscribe to RSS - General discussion