Drupal 6 version?

matt2000 - August 12, 2008 - 19:04
Project:Multiple Image Upload
Version:5.x-2.1
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

http://www.NinjitsuHosting.com

#1

sdrycroft - August 13, 2008 - 11:49

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.

#2

kopo88 - August 25, 2008 - 19:08

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

#3

Craig Gardner - February 26, 2009 - 04:24
Version:5.x-2.0» 5.x-2.1
Status:active» needs review

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

AttachmentSize
imagex_d6.patch 10.5 KB

#4

sdrycroft - February 26, 2009 - 23:24

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?

#5

manoz_79 - March 9, 2009 - 12:25

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

Thanks....

#6

stopbox - April 26, 2009 - 22:56

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

#7

stopbox - April 27, 2009 - 13:10

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.

#8

sdrycroft - April 27, 2009 - 15:29

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

#9

stopbox - April 29, 2009 - 22:54

Yes,

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

works fine. Thanks.

#10

Justin W Freeman - June 30, 2009 - 06:00

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?

#11

ddd_ - July 17, 2009 - 10:45

This would be nice for DR6. Please release this!

#12

sdrycroft - August 12, 2009 - 09:23
Status:needs review» fixed

#13

System Message - August 26, 2009 - 09:30
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.