Hello!
I have drupal up and running. Created a few hierarchical categories and I'm able to associate stories to categories. Is it possible to list the category hierarchy as a menu block in drupal?
For example say my category follows this hierarchy:
North America
--United States
----Washington DC
----New York
----LA
Asia
--Japan
----Tokyo
----Okinawa
I can associate each story/page to one or more of the above category. Now can I get this list as a menu visible in all pages?
I just banned a user because my log said he or she did the following:
Type php
Date Sunday, May 14, 2006 - 9:48pm
Message Duplicate entry '30-48' for key 1 query: INSERT INTO history (uid, nid, timestamp) VALUES (30, 48, 1147657705) in /home/.ethel/gdwow/rightangleblog.com/includes/database.mysql.inc on line 120.
Severity error
What was this guy trying to do? I simply banned him because he was using php which i have blocked. it really scares me, but if something he was doing was fine than i owe him/her an apology.
warning: call_user_func_array(): First argumented is expected to be a valid callback, 'node_page' was given in /www/r/rememberyour/htdocs/forum/includes/menu.inc on line 354.
I did a mysqldump on svr-1 running mysql version 4.0x . Can I safely use that to create Drupal database on a different server (svr-2) running mysql version 4.1x ? Please advise.
Hi there!
Because of a problem on my installation (I´ve transfered from one host to another my drupal webpage), all my tables have been imported in "latin1_swedish" instead of utf8_general.
I´ve checked that utf8 is as default in phpMyAdmin, and I´ve put the "collation" mode in utf8 clicking on "operations" on my drupal database, but each table remains as latin1_swedish.
So, I´m changing each table one by one, to utf8.
The big question is... is there a way to do it in one single, simple, nice, SQL command?