Bug #2248
Dropbox Feedback
Description
The Feedback function in the dropbox have worked great up to a few weeks ago.
Now, when ever someone tryes to write a comment on a file in the dropbox nothing happens.
And i meen nothing, no error, no nothing.
It seems like it´s not even trying to write to the DB.
Any ideas?
Files
Associated revisions
Fixing message when sending a feedback with out content see #2248
Fix unsubscribe user from course or session see #2248
History
Updated by Jonas Fangstrom about 10 years ago
Juan Carlos Raña wrote:
I confirm the bug.
Lets see if there is a pattern here.
My comment function stoped working 09/22-10 and i have around 80 comments posted in total over all courses.
In total there is around 200 files in diferent dropboxes and there is no problem uploading new ones.
Updated by Jonas Fangstrom about 10 years ago
Update
While checking the "dropbox_functions.inc.php" i noticed folowing lines
if ($_POST['feedback']=='')
{
return get_lang('PleaseTypeText');
}
This should give me an error code if i don´t type anything in the comment box witch it doesent do.
So, it seams like the problem is, some how, not related to the writing to the database.
(sorry for bad english, i´m in a hurry) :P
Updated by Jonas Fangstrom about 10 years ago
SOLVED!
I say thank god for changelogs!!!
For a couple of weeks ago i had a problem with .docx and was fiddeling around in the dropbox functions.
Yesterday i was reading my log and find out that i´d made a back up of some of the original files so i looked at it and tryed one of the old ones.
And i´ll be damned, it works!!!
So, if it´s to any help, here is the file that made my day :)
This is where you find it.
/main/dropbox/dropbox_functions.inc.php
Best regards // Jonas
Updated by Yannick Warnier almost 10 years ago
- Status changed from New to Assigned
- Assignee set to Julio Montoya
- Target version changed from 1.8.8 stable to 1.8.8 beta
Updated by Yannick Warnier almost 10 years ago
- Assignee changed from Julio Montoya to Yannick Warnier
Updated by Julio Montoya almost 10 years ago
- Assignee changed from Yannick Warnier to Julio Montoya
Updated by Julio Montoya almost 10 years ago
- Status changed from Assigned to Needs more info
- Assignee changed from Julio Montoya to Jonas Fangstrom
- % Done changed from 0 to 50
Hello, can you send me a patch? or which is the version of your original file?
I'm fixing the bug you mention about the message when the content is empty + UTC support
utc support
Updated by Yannick Warnier almost 10 years ago
- Target version changed from 1.8.8 beta to 1.8.8 stable
Updated by Yannick Warnier over 9 years ago
- Priority changed from Normal to Urgent
Hi Jonas,
If you can't provide us the patch by Wednesday, I'm afraid we'll have to postpone the verification until the next version (which might be 6 months from now). Please help us help Chamilo.
Updated by Yannick Warnier over 9 years ago
- Target version changed from 1.8.8 stable to 1.8.8.4
Moving to 1.8.8.1 for now
Updated by Julio Montoya over 9 years ago
- Status changed from Needs more info to Feature implemented
- Assignee deleted (
Jonas Fangstrom)
As fas as I know it works well for me after the changes
Closing for lack of feedback, feel free to reopen.
Adding UTC support in dropbox see #2248