Closed (fixed)
Project:
filedepot
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Oct 2010 at 15:13 UTC
Updated:
27 May 2014 at 15:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
zeip commentedAttached is a patch that supersedes the previous patch. This one contains a few additional similar url() changes, PLUS I've removed quite a lot of unnecessary global's in different files. Also fixed one typo (Fildepot vs. Filedepot) in the broadcast email. I hope someone would review these changes and, if they're ok, commit them to Filedepot.
Comment #2
cnamade commentedI have this message when i load file in depot folder
mail() [function.mail]: SMTP server response: 501 5.1.3 Invalid address in C:\wamp\www\drupal-6.19-prod\includes\mail.inc on line 194.
my adress mail il correct .
is there a issue for this problems ?
Comment #3
blainelang commented@ZeiP: I was not able to apply your 2nd patch - it fails on the lib-ajaxserver.php changes.
Comment #4
blainelang commented@cnamade: Don't believe anyone has reported this error as far as I know there have not been email sending issues.
Comment #5
cnamade commentedhow to fix my problem, i'm a newbies.
Comment #6
zeip commentedblainelang, the file has apparently changed, I was able to apply the patch with command ”patch -p0 < file.patch”, but offset on lib-ajaxserver.php was 20 lines.
Attaching a fixed patch against current CVS.
Comment #7
zeip commentedcnamade, please post a new issue instead of using this one. You can use the form at http://drupal.org/node/add/project-issue/filedepot .
Comment #8
blainelang commentedThanks ZeiP, the patch applied cleanly and is now committed to CVS.