Closed (cannot reproduce)
Project:
Date Popup Authored
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2011 at 06:22 UTC
Updated:
19 Sep 2011 at 08:29 UTC
Date Popup Authored not working for user is this a normal ?
This modul only for administrator ? or Hoe can I ?
Is there any solution to this issue
| Comment | File | Size | Author |
|---|---|---|---|
| darte2.JPG | 76.44 KB | anektod | |
| dat1.JPG | 61.24 KB | anektod |
Comments
Comment #1
quixote commentedAre you using the Override Node Options module? If so, see this post: http://drupal.org/node/1090164
The jist of it is a module weight conflict between ONO and DPA where they are trying to alter the Date field at the same time and bump heads. Until this is solved programmatically (which it may not be), your best bet is to go into your database and look inside the "system" table. Look for the row where Override Node Options is and change the value in the "weight" column to -1 or something so that it loads before DPA. This avoids the conflict.
Good luck!
Comment #2
mark trappCan't reproduce. If it's still happening, please update this issue with more information bearing in mind what quixote pointed to in #1.
Comment #3
anektod commentedthank you Posted by quixote