[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Demexp-dev] Re: Some questions on Drupal's demexp module setup
From: |
David MENTRE |
Subject: |
[Demexp-dev] Re: Some questions on Drupal's demexp module setup |
Date: |
Sun, 22 Oct 2006 11:32:09 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux) |
Hello Augustin,
Augustin <address@hidden> writes:
> Those are debug notes that I should remove. Cron is not supposed to return
> anything. But it shows that it works :)
Cool. :-)
> Check your logs at ?q=admin/logs/watchdog,
There is twice the same error:
details
Type php
Date Saturday, October 21, 2006 - 19:28
User david
Location http://localhost/drupal/?q=admin/logs/status/run-cron
Referrer http://localhost/drupal/?q=admin/logs/status
Message Cannot modify header information - headers already sent by (output
started at /var/www/drupal/modules/demexp/demexp.module:716) in
/var/www/drupal/includes/common.inc on line 301.
Severity error
Hostname 127.0.0.1
> and the content of the DB table demexp_questions.
mysql> select * from demexp_questions;
Empty set (0.01 sec)
mysql> select * from demexp_tags;
+-------------+-----+--------------------+----------------------------------+
| ds_a_tag_id | tid | ds_a_tag_timestamp | tag_hierarchy |
+-------------+-----+--------------------+----------------------------------+
| 99 | 0 | 11696608 | question 145 |
| 98 | 0 | 11525327 | question 144 |
| 97 | 0 | 11524332 | subventionnement |
[...]
| 101 | 0 | 11696628 | santé |
| 100 | 0 | 11696626 | président de la république |
+-------------+-----+--------------------+----------------------------------+
200 rows in set (0.01 sec)
mysql> select * from demexp_users;
Empty set (0.00 sec)
So I have tags but no questions. :-(
> That may also be a cache problem. Disable the cache in your admin settings.
The cache is disabled by default and I haven't enabled it.
> you did the right thing:
>
> $
> cp /var/www/drupal/modules/demexp/node-demexp_question.tpl.php
> /var/www/drupal/themes/bluemarine/
>
>
> PHPTemplate is one of the two theming engine. Bluemarine is one theme using
> this engine.
Ok, thanks.
Best wishes,
d.
--
GPG/PGP key: A3AD7A2A David MENTRE <address@hidden>
5996 CC46 4612 9CA4 3562 D7AC 6C67 9E96 A3AD 7A2A
- [Demexp-dev] Some questions on Drupal's demexp module setup, David MENTRE, 2006/10/21
- [Demexp-dev] Re: Some questions on Drupal's demexp module setup, Augustin, 2006/10/22
- [Demexp-dev] Re: Some questions on Drupal's demexp module setup,
David MENTRE <=
- Message not available
- [Demexp-dev] Re: Some questions on Drupal's demexp module setup, David MENTRE, 2006/10/29
- [Demexp-dev] Re: Some questions on Drupal's demexp module setup, Augustin, 2006/10/30
- Re: [Demexp-dev] Re: Some questions on Drupal's demexp module setup, Frederic Lehobey, 2006/10/30
- [Demexp-dev] Re: Some questions on Drupal's demexp module setup, David MENTRE, 2006/10/30
- [Demexp-dev] Re: Some questions on Drupal's demexp module setup, Augustin, 2006/10/31
- [Demexp-dev] Re: Some questions on Drupal's demexp module setup, David MENTRE, 2006/10/31
- Re: [Demexp-dev] Re: Some questions on Drupal's demexp module setup, Frederic Lehobey, 2006/10/31