When a user edit's an event they created it gets set to unpublished even if I have the deafult Revision checked. How do I set it up so when a user edit's an event it does not become unpublished but instead the new version must be approved before it replaces the old one?
I am running Drupal 4.4.1 on Windows 2003 in IIS with PHP 4.3.7 and MySql. Whenever I go in to the administrator section I get the following error in the header:
user error: Can't create/write to file 'art\#sql_d2c_0.MYI' (Errcode: 2)
query: SELECT w.*, u.name, u.uid FROM watchdog w INNER JOIN users u ON w.uid = u.uid WHERE link != '' ORDER BY w.timestamp DESC LIMIT 0, 50 in C:\Inetpub\www\drupal-4.4.1\includes\database.mysql.inc on line 97.
It doesn't seem to affect anything but I would prefer there be no errors in the system.
Is it possible to parse an Atom feed in Drupal? I found the atom module, but it doesn't seem to parse feeds. Can it be done without some tool outside of Drupal?
I'm trying to edit the table that displays the blocks in Home >> Administer >> Configuration >> Blocks >> Blocks in the Marvin2K theme. I want to change the size and layout of the table. I looked in blocks.module as well as the CSS but I can't seem to find where I can edit it to change how the table is displayed. I was able to edit the colors in the CSS, but I want to change the way the columns/rows are displayed. Does anyone know where/how I can do this?
user error: Got error 28 from table handler
query: SELECT t.*, parent FROM term_data t, term_hierarchy h WHERE t.tid = h.tid AND t.vid = 1 ORDER BY weight
When not login i have this error but when i login its work ??