Closed (fixed)
Project:
simplytest.me
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2012 at 21:04 UTC
Updated:
27 Nov 2012 at 15:50 UTC
Hi,
(sorry for all the issues, it really is an awesome project and I look forward to being able to contribute to the source code (http://github.com/Decipher/customformatters.com <- Open source website))
I just installed a sandbox for my PDF Archive module, which has an external library dependency (although no hook_requirements()... :| ) which isn't being downloaded therefore causing the module not to work correctly.
Simple fix would be to respect the make file, or have the process of downloading the sites codebase use Drush make which would instantly inherit the makefile of any modules/distros.
Cheers,
Deciphered.
Comments
Comment #1
patrickd commentedHi,
(No problem at all, I'm happy to finally get some feedback ;D, I'm working on cleaning up the code to opensource it right now, just give me some time (nice project you have there!))
this is really strange, actually make files of modules should work.
I'll have a look on this.
thanks for reporting :)
Comment #2
patrickd commentedOkay, you were right, needed to specify --no-core for drush make
The makefile of pdf archive now is executed, unfortunately the file to download is not available, 404 is returned.
You probably need to update the link
http://downloads.sourceforge.net/project/tcpdf/tcpdf_5_9_189.zip
Though this is no issue of simplytest.me
Thanks for pointing me to this! :)
Comment #3
patrickd commentedcleaning up