Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Can anyone provide me some info about the performance of the drupal forum when locale module is enabled. Can it handle a high load still being fast enough (short response time). I don't know about the inner working of drupal cache, but the way localization works (one query for each translated sentence) should induce a high load on long forum topics?
Does anyone know about benchmarks on high traffic sites of the forum performance, or comparaisons with some other standalone forum system (Phorum, vBulletin etc.)
Is anybody using the Weblink module, successfully?
I can get it to create and display link entries, for any of the terms within a vocabulary, where the terms parents are root (i.e. first level). This bit works.
I get the following error when logging in and out of my site with the viewcount module enabled:
warning: Cannot add header information - headers already sent by (output started at /usr/local/www/data-dist/modules/viewcount.module:707) in /usr/local/www/data-dist/includes/common.inc on line 324.
This or a similar error happens for all users logging in and out. I didn't see it at any other time. This does not occur when the viewcount module is disabled.
I gat an error on multibytes charset big5(traditional Chinese),
some spical encode of text like (0xA55C) ,(0xB35C).........;
the second byte is 0x5C(in ASCII is "anti-slash" ),and drupal normally run escape.....;
What can I do?
Can you help me?
I'm getting tons and tons of database errors from PostgreSQL. I have 98% functionality, it's only *some* things that don't work. Most of the errors below are from me trying to give anonymous users permission to view content. Should I submit a bug report? My setup is at the bottom.
Errors from watchdog:
Location: /home/admin.php?mod=user&op=permission
Message: database: DB Error: unknown error query: DELETE FROM permission WHERE rid = '1' AND tid = ''
Hostname: 192.168.1.100
********************
Location: /home/admin.php?mod=user&op=permission
Message: database: DB Error: unknown error query: INSERT INTO permission (rid, perm, tid) VALUES ('1', 'access content', '')
Hostname: 192.168.1.100
*******************
Location: /home/admin.php?mod=user&op=permission
Message: database: DB Error: unknown error query: SELECT r.rid, p.perm FROM role r LEFT JOIN permission p ON r.rid = p.rid WHERE tid = '' ORDER BY name
Hostname: 192.168.1.100
*******************
Location: /home/
Message: database: DB Error: unknown error query: SELECT COUNT(*) FROM node WHERE promote = '1' AND status = '1' ORDER BY static DESC, created DESC
Hostname: 192.168.1.100
*******************
Location: /home/admin.php?mod=node
Message: database: DB Error: unknown error query: SELECT COUNT(*) FROM node n LEFT JOIN users u ON n.uid = u.uid ORDER BY n.changed DESC
Hostname: 209.118.49.207
*******************
Location: /drupal/admin.php?mod=comment
Message: database: DB Error: unknown error query: SELECT c.*, u.name, u.uid FROM comments c LEFT JOIN users u ON u.uid = c.uid WHERE c.status = '0' ORDER BY timestamp DESC LIMIT 0, 50
Hostname: 192.168.1.100
My setup:
Drupal 4.1.0 release candidate (grabbed it 1/6/03)
Linux kernel 2.4.19
PHP 4.2.3
PostgreSQL 7.3
Apache