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

patrickd’s picture

Hi,

(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 :)

patrickd’s picture

Status: Active » Fixed

Okay, 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! :)

patrickd’s picture

Status: Fixed » Closed (fixed)

cleaning up