Closed (fixed)
Project:
Todolist
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Reporter:
Created:
27 Sep 2007 at 13:01 UTC
Updated:
12 Nov 2007 at 22:42 UTC
Jump to comment: Most recent
Great module. I have a brand new 5.2 installation running on Apache 2.0.61 / PHP/5.2.4. On Firefox, adding, moving and deleting tasks works fine, but when attempting to edit a task, I get the message: "Unknown AJAX Error: error Status: 404 not Found."
Interestingly on IE 6.0, adding, moving, deleting, or editing tasks does not work at all. I get a JavaScript error "Expected identifier, string or number"... This is on a completely basic Drupal installation with only the Todolist and necessary required modules enabled.
The behavior above takes place regardless of installing Drupal in the base directory and enabling/disabling clean URLs. Any ideas? Thank you in advance.
Comments
Comment #1
dagomar commentedSame issue, subscribing...
(Very nice idea this module by the way! Might be cool to integrate it with event.module)
Comment #2
grah commentedsame issue. subscribing.
Comment #3
Anonymous (not verified) commentedHi everyone,
I just found a simple solution for the annoying 404-Edit bug. It's a typo in the javascript file.
All you have to do is to change the following line (117) in the modules todolist.js file. Change:
url: 'index.php?q=todolist/edit_task?id='+id,with this one:
url: 'index.php?q=todolist/edit_task&id='+id,What has changed is the "?" between edit_task and id. Now there is the correct ampersand "&" symbol.
I hope this will be helpful for somebody!?
Hailstorm
Mike
Comment #4
ms2011 commentedFixed. Thanks for your input! :)
Comment #5
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.