Drupal is up and running but how do I ...?

Unicode troubles with search engine

Given
PostgreSQL 7.4.2
Drupal 4.6.3

Drupal database have been created in UNICODE encoding for French and Russian languages supporting.

When I try go to http://mypage/cron.php page I get:

warning: pg_query(): Query failed: ERROR:  Unicode characters greater than or equal to 0x10000 are not supported in /home/mypage/includes/database.pgsql.inc on line 45.

user error: 
query: INSERT INTO search_index (word, sid, type, score) VALUES ('������', 1, 'node', 22) in /home/mypage/includes/database.pgsql.inc on line 62.

When I try to search smth in English it's ok (well... it's not ok exactly, because I can't run cron to indexing my site, that is why it says tongue-in-cheek phrase "Your search yielded no results"), but when i try to search in Russian, Search Engine says:

warning: pg_query(): Query failed: ERROR:  Unicode characters greater than or equal to 0x10000 are not supported in /home/mypage/includes/database.pgsql.inc on line 45.

user error: 
query: SELECT DISTINCT i.sid, i.type FROM search_index i INNER JOIN node n ON n.nid = i.sid  INNER JOIN users u ON n.uid = u.uid WHERE n.status = 1 AND (i.word = '���') in /home/mypage/includes/database.pgsql.inc on line 62.

And when I try to search in French:

warning: pg_query(): Query failed: ERROR: invalid byte sequence for encoding "UNICODE": 0xe3a962 in /home/mypage/includes/database.pgsql.inc on line 45.

different blocks for different users

Hi there

How do i creat different blocks&menus for different users. I talking about the visual , not the functional side at the moment.

Thanx

login adaption

is it possible to have current users able to log in but disable the register new user option?

hiding pager

Hi -

I would like to hide the entire pager line in my installation of the greenmarinee theme, but not in the others. Does anyone have a good idea how to achieve this?

thanks in advance,
till

i want to add course management how can i

i want to add a course in my drupal and i want to give preveleges like educator and user
how can i do

changing page that appears pre-login versus post-login

i'm sure there is a way to do this, i just can't figure out how.

basically, i want non-logged in people to have one screen as their main page (like, say, THIS IS WHAT THE SITE IS ABOUT, and logged in people to have a different screen (like Tracker, for example). i know i can change the "Default front page:" in the settings menu, but that changes it for everyone; any thoughts on how to get a different page for each?

Pages

Subscribe with RSS Subscribe to RSS - Post installation