Any plans for a D6 version? Any sponsorship available if my company were to undertake the update?

http://www.NinjitsuHosting.com

CommentFileSizeAuthor
#3 imagex_d6.patch10.5 KBCraig Gardner

Comments

sdrycroft’s picture

s/my\ company/I/

Erm, no, the Drupal5 version works perfectly for us. When we want a Drupal 6 version, I'll port the module. Until then, users are more than welcome to donate time to porting the module.

kopo88’s picture

There seems to be a similar Flash-based tool for Drupal 6: http://drupal.org/project/image_fupload

Craig Gardner’s picture

Version: 5.x-2.0 » 5.x-2.1
Status: Active » Needs review
StatusFileSize
new10.5 KB

Here's my initial attempt at porting this module to D6

sdrycroft’s picture

Thanks for this Craig. I have got a working version of the module for D6 ready, but unfortunately haven't had the chance to release it (or just plain forgot). Mine is available to view, or to checkout http://svn.scratchpads.eu/svn/scratchpads/branches/drupal6/sites/all/modules/imagex/.

p.s. I like the theme on your site, what is it?

manoz_79’s picture

Could you please release this module, am in dire need of this module....

Thanks....

stopbox’s picture

I tried this version and I get the following error:

java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file Main
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(Unknown Source)
	at java.security.SecureClassLoader.defineClass(Unknown Source)
	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file Main
stopbox’s picture

Worked out the problem ... sort of!

There was a problem with

archive="'.url(base_path().drupal_get_path('module','imagex').'/postlet/postlet.jar', array('absolute' => TRUE)).'"

in the module file.

when I hard coded the URL it worked fine. Drupal is in a subdirectory off root in my install, so that may be the problem.

sdrycroft’s picture

I don't think it needs the base_path() function. I shall have a look at this for you.

stopbox’s picture

Yes,

archive="'.url(drupal_get_path('module','imagex').'/postlet/postlet.jar', array('absolute' => TRUE)).'"

works fine. Thanks.

agileware’s picture

Any news on the release of a 6.x-1.x-dev (or 6.x-2.x-dev if you are keeping in line with the 5 version) branch?

ddd_’s picture

This would be nice for DR6. Please release this!

sdrycroft’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.