Bug #292
Update Feature Broken
| Status: | Rejected | Start: | 04/01/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | tshif | % Done: | 0% |
|
| Category: | - | |||
| Target version: | Caller ID Superfectav 2.2.3 Maintenance Release |
Description
Hello all.
I currently work on the FreePBX module Endpoint Manager over at http://projects.colsolgrp.net/projects/endpointman
I've used some code from the Superfecta project but I have noticed something recently on line 218 of source.php. I tried to use the same function on Endpoint Manager for updates but I was getting 404 errors. I discovered that the script was trying to download http://projects.colsolgrp.net/download/289/endpointman-1.9.4.tgz instead of the working link http://projects.colsolgrp.net/attachments/download/289/endpointman-1.9.4.tgz
It seems to be that it's just missing the /attachments/ part of the link. Perhaps this was an update in Redmine that happened rather recently where they added the extra address?
I changed:
$update_array[$this_source_name]['link'] = "http://projects.colsolgrp.net".trim($tmp2_array0);
to:
$update_array[$this_source_name]['link'] = "http://projects.colsolgrp.net/attachments".trim($tmp2_array0);
Can anyone else verify?
History
Updated by tshif over 1 year ago
- Status changed from New to Reviewed
I confirm, something has changed and update is broken. I tried your fix, but it still doesnt work for me. Im investigating - do you have any thoughts on what might get it working again?
Updated by tshif over 1 year ago
Well - I uninstalled the module, and reinstalled the 2.2.3 version from this site, and the updateproblem went away. Its now updating just fine again.
Andrew - can you verify that Superfecta Live Update is working again for you?
Updated by tshif over 1 year ago
- Status changed from Reviewed to Rejected
- Assigned to set to tshif
Can not duplicate complaint.