Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
lxp  
#1 Posted : Monday, May 14, 2012 12:48:01 PM(UTC)
lxp

Rank: Member

Groups: Member
Joined: 5/10/2012(UTC)
Posts: 10

Hi all,

Is there a tutorial on how to deploy the multi-step application like the one for the basic demo? I was able to deploy the basic demo application but the mult-step has me stumped (and of course, this is the one I'm most interested in).

The tabs aren't displaying, the 3 "pages" are displaying as one and none of the buttons work (next, upload). I'm dying to start testing this program due to the immense possibilities it offers but I can't even get out of the gate on this one. AAAARRGGGHH!

Any help would be GREATLY appreciated!! I've attached a couple of screenshots.
lxp attached the following image(s):
ss1.jpg
ss2.jpg
Dmitry.Obukhov  
#2 Posted : Tuesday, May 15, 2012 2:28:48 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Larry,

Could you please send your sample completely and describe what you need to get. I will look through it and help you. It would be much better than just screenshots.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
lxp  
#3 Posted : Tuesday, May 15, 2012 10:13:01 AM(UTC)
lxp

Rank: Member

Groups: Member
Joined: 5/10/2012(UTC)
Posts: 10

Hi Dmitry,

Thanks so much for the offer! I really want to use this for my latest site, if I can make it work. Here's the code that I'm using. I'm still working on the form part of things but the tabs nor any of the submit/next buttons are working.

The goal is to have individuals list their properties for sale (hence the form) and upload their photos all within one form. After they have confirmed/reviewed. They will be sent to checkout. Thanks again!

LP

Edited by user Tuesday, May 15, 2012 2:17:01 PM(UTC)  | Reason: Not specified

File Attachment(s):
multi-step-code.txt (54kb) downloaded 4 time(s).
Dmitry.Obukhov  
#4 Posted : Tuesday, May 15, 2012 11:43:07 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Larry,

I removed all the extra elements from Multistep Wizard sample and attached it for your reference. Please download archive, unpack it and deploy on your server. The sample includes the following folders:
  1. WizardDemo:
    • index.php. The main page where the uploader hosted.
    • upload.php. The script which handles uploaded files.
    • gallery.php. Uploaded files are displayed on this page.
  2. UploadedFiles. This folder contains uploaded files (source file and thumbnail).
  3. Styles. It includes css files.
  4. Includes. It includes file with help script for gallery page (gallery.php).
  5. ImageUploaderPHP. The folder includes PHP classes and scripts for Image Uploader.
  6. Images There is the gif image which is used for installation progress when the uploader is being loaded.
Please try the sample. If you have any questions or problems, please let me know.
File Attachment(s):
MultistepWizard_PHP.zip (4,494kb) downloaded 7 time(s).
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
lxp  
#5 Posted : Wednesday, May 16, 2012 11:22:33 AM(UTC)
lxp

Rank: Member

Groups: Member
Joined: 5/10/2012(UTC)
Posts: 10

Hi Dmitry,

Thanks for the new file but I'm still having the same issue. The tabs don't display and the navigation buttons don't work. I've tried in firefox, ie & Chrome. I am working on a local server if that makes a difference.

I placed the index file in the root and changed the css and file links to the proper paths for the needed files. I see the call for the imageuploader in the index.php file but it and the gallery are not being loaded nor am I receiving any type of errors. Should I be placing the upload.php and gallery.php in a specific location?

Thanks for all your help, if I can just get this form to work, I'm ready to get the professional version immediately.


I'm uploading the final version of the form (I've been testing both the form you supplied and this one with no luck)
File Attachment(s):
multi-step-wizard php.txt (54kb) downloaded 5 time(s).
Dmitry.Obukhov  
#6 Posted : Thursday, May 17, 2012 2:15:04 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Larry,

Please follow this instructions to run the sample which I attached previously (MultistepWizard_PHP.zip):
  1. download zip archive and unpack it. The folder contains necessary components to run the sample. I described all the components in my last post.
  2. deploy this sample on your server. Just copy the whole folder to your host. You will need to replace XXXX-XXXX-XXXX-...-XXXX with your trial license key.
  3. then open browser and type url to index.php file to run the sample. This is complicated sample which requires all the components I included to ZIP. It contains special classes and scripts for Image Uploader and special script and CSS for creating tabs. Running index.php file only does not make sense.
Please deploy the whole project and run it. If you have problems with it, let me know.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
lxp  
#7 Posted : Thursday, May 17, 2012 9:25:22 AM(UTC)
lxp

Rank: Member

Groups: Member
Joined: 5/10/2012(UTC)
Posts: 10

Hi Dmitry,

I'm going to try and place this on the live server to see if it works any better than my local wamp(I've been having some issues with it). I did unzip everything and place the folders/files on the wamp but only the index page shows up with the other two pages not operating.

When I installed the basic demo package the uploader worked fine but with the multi-form I was having the issues. I noticed the call to the style sheets and uploader but it doesn't look like the one calling the css file with tabs, gallery.php and imageuploader.php is working.

I'll load on the live server and see if this changes anything and post my results. Thanks so much for walking me through this!

LP
lxp  
#8 Posted : Thursday, May 17, 2012 10:02:44 AM(UTC)
lxp

Rank: Member

Groups: Member
Joined: 5/10/2012(UTC)
Posts: 10

Hi Dmitry,

THANKS SOOO MUCH for the OUTSTANDING support! It turned on it was the wamp. When I just plugged it into the live server it's working fine. However, I just tried to upload some photos but nothing happened. Is this because it's a trial key?

I'm going to get started on customizing the form and let you know how it turns out. Thanks again!

LP
Dmitry.Obukhov  
#9 Posted : Friday, May 18, 2012 12:46:48 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Larry,

This sample works okay on our testing server. Could you please send me screenshot what you see and Java console dump?

Edited by user Friday, May 18, 2012 12:47:38 AM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
lxp  
#10 Posted : Friday, May 18, 2012 9:43:07 AM(UTC)
lxp

Rank: Member

Groups: Member
Joined: 5/10/2012(UTC)
Posts: 10

Hi Dmitry.

Thanks for the help! Here is the java dump and I'm attaching a screenshot and script as well. Thanks again!!!


Java Plug-in 1.6.0_31
Using JRE version 1.6.0_31-b05 Java HotSpot(TM) Client VM
User home directory = C:\Users\lxp


c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>


security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws
security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy
security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.definition value null
security: property package.definition new value com.sun.javaws
security: property package.definition value com.sun.javaws
security: property package.definition new value com.sun.javaws,com.sun.deploy
security: property package.definition value com.sun.javaws,com.sun.deploy
security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
network: Version checking for ImageUploader7.jar, specified version is 7.0.37.0
basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@1e0be38
basic: Plugin2ClassLoader.addURL parent called for http://diysellers.com/in...ripts/ImageUploader7.jar
basic: Plugin2ClassLoader.addURL parent called for http://diysellers.com/in...ripts/ImageUploader7.jar
network: Cache entry not found [url: http://diysellers.com/in...ipts/ImageUploader7.jar, version: 7.0.37.0]
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with proxy=DIRECT
network: Connecting http://diysellers.com:80/ with proxy=DIRECT
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with cookie "roksprocket-showitems=1; 274549225accbc4f2871799e6e748c4e=40fb3f7dd1ae3c0b906e1444cfeadc30; fb381f28a25e8366bc379fae10bba706=30cc334aad2f333c5d314afbd5657205; jpanesliders_menu-sliders-166=0; jpanesliders_module-sliders=0; jpanesliders_panel-sliders=0; jpanesliders_position-icon=0; configuration=site; jpanesliders_permissions-sliders=0; rokweather_location=Denver%2C+CO"
network: Cache entry not found [url: http://diysellers.com/in...jar?version-id=7.0.37.0, version: null]
network: Cache entry not found [url: http://diysellers.com/in...ipts/ImageUploader7.jar, version: 7.0.37.0]
network: Cache entry not found [url: http://diysellers.com/in...ipts/ImageUploader7.jar, version: 7.0.37.0]
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with proxy=DIRECT
network: Connecting http://diysellers.com:80/ with proxy=DIRECT
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with cookie "roksprocket-showitems=1; 274549225accbc4f2871799e6e748c4e=40fb3f7dd1ae3c0b906e1444cfeadc30; fb381f28a25e8366bc379fae10bba706=30cc334aad2f333c5d314afbd5657205; jpanesliders_menu-sliders-166=0; jpanesliders_module-sliders=0; jpanesliders_panel-sliders=0; jpanesliders_position-icon=0; configuration=site; jpanesliders_permissions-sliders=0; rokweather_location=Denver%2C+CO"
network: Cache entry not found [url: http://diysellers.com/in...ipts/ImageUploader7.jar, version: 7.0.37.0]
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with proxy=DIRECT
network: Connecting http://diysellers.com:80/ with proxy=DIRECT
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with cookie "roksprocket-showitems=1; 274549225accbc4f2871799e6e748c4e=40fb3f7dd1ae3c0b906e1444cfeadc30; fb381f28a25e8366bc379fae10bba706=30cc334aad2f333c5d314afbd5657205; jpanesliders_menu-sliders-166=0; jpanesliders_module-sliders=0; jpanesliders_panel-sliders=0; jpanesliders_position-icon=0; configuration=site; jpanesliders_permissions-sliders=0; rokweather_location=Denver%2C+CO"
network: Cache entry not found [url: http://diysellers.com/in...ipts/ImageUploader7.jar, version: 7.0.37.0]
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with proxy=DIRECT
network: Connecting http://diysellers.com:80/ with proxy=DIRECT
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with cookie "roksprocket-showitems=1; 274549225accbc4f2871799e6e748c4e=40fb3f7dd1ae3c0b906e1444cfeadc30; fb381f28a25e8366bc379fae10bba706=30cc334aad2f333c5d314afbd5657205; jpanesliders_menu-sliders-166=0; jpanesliders_module-sliders=0; jpanesliders_panel-sliders=0; jpanesliders_position-icon=0; configuration=site; jpanesliders_permissions-sliders=0; rokweather_location=Denver%2C+CO"
network: Cache entry not found [url: http://diysellers.com/in...jar?version-id=7.0.37.0, version: null]
network: Cache entry not found [url: http://diysellers.com/in...ipts/ImageUploader7.jar, version: 7.0.37.0]
network: Cache entry not found [url: http://diysellers.com/in...ipts/ImageUploader7.jar, version: 7.0.37.0]
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with proxy=DIRECT
network: Connecting http://diysellers.com:80/ with proxy=DIRECT
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with cookie "roksprocket-showitems=1; 274549225accbc4f2871799e6e748c4e=40fb3f7dd1ae3c0b906e1444cfeadc30; fb381f28a25e8366bc379fae10bba706=30cc334aad2f333c5d314afbd5657205; jpanesliders_menu-sliders-166=0; jpanesliders_module-sliders=0; jpanesliders_panel-sliders=0; jpanesliders_position-icon=0; configuration=site; jpanesliders_permissions-sliders=0; rokweather_location=Denver%2C+CO"
network: Cache entry not found [url: http://diysellers.com/in...ipts/ImageUploader7.jar, version: 7.0.37.0]
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with proxy=DIRECT
network: Connecting http://diysellers.com:80/ with proxy=DIRECT
network: Connecting http://diysellers.com/in....jar?version-id=7.0.37.0 with cookie "roksprocket-showitems=1; 274549225accbc4f2871799e6e748c4e=40fb3f7dd1ae3c0b906e1444cfeadc30; fb381f28a25e8366bc379fae10bba706=30cc334aad2f333c5d314afbd5657205; jpanesliders_menu-sliders-166=0; jpanesliders_module-sliders=0; jpanesliders_panel-sliders=0; jpanesliders_position-icon=0; configuration=site; jpanesliders_permissions-sliders=0; rokweather_location=Denver%2C+CO"
basic: load: class com.aurigma.imageuploader.ImageUploader not found.
load: class com.aurigma.imageuploader.ImageUploader not found.
java.lang.ClassNotFoundException: com.aurigma.imageuploader.ImageUploader
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.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.ClassNotFoundException: com.aurigma.imageuploader.ImageUploader
Ignored exception: java.lang.ClassNotFoundException: com.aurigma.imageuploader.ImageUploader
File Attachment(s):
create listing.txt (44kb) downloaded 2 time(s).
lxp attached the following image(s):
ss2001.jpg
lxp  
#11 Posted : Friday, May 18, 2012 10:01:16 AM(UTC)
lxp

Rank: Member

Groups: Member
Joined: 5/10/2012(UTC)
Posts: 10

Hey Dmitry,

I almost forgot to ask, in IE form displays fine but in Chrome and Firefox both browsers are crashing when loading the image uploader. Can you check to see if you get the same error? I'm not sure if it's just some setting on my machine. Thanks!

LP
lxp  
#12 Posted : Friday, May 18, 2012 12:25:27 PM(UTC)
lxp

Rank: Member

Groups: Member
Joined: 5/10/2012(UTC)
Posts: 10

Hey Dmitry,

Sorry to be a pest but can you tell me which file I need to edit to echo the data entered on tab1 to be displayed in the confirm tab? I thought it would be the gallery.php but I guess I'm wrong because the new custom fields aren't showing. Thanks!

LP
Dmitry.Obukhov  
#13 Posted : Sunday, May 20, 2012 9:39:38 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Larry,
Quote:
.. in IE form displays fine but in Chrome and Firefox both browsers are crashing when loading the image uploader..

Please be sure that ImageUploaderPHP/ folder contains Scripts/ folder where all the necessary scripts (including Java Applet and ActiveX control) are located. I attached the Scripts/ folder to the page. Please add it to ImageUploaderPHP/.
Quote:
I need to edit to echo the data entered on tab1 to be displayed in the confirm tab? I thought it would be the gallery.php but I guess I'm wrong because the new custom fields aren't showing.

You added new custom fields to tab 1. All of them should be wrapped to <form></form> (please look at my sample). Then this form is sent along with files to upload.php page which handles POST request parsing its fields. Additional data (values of tab 1 fields) are saved in XML file. Script in gallery.php page allows to read XML file and get necessary values from it. My sample demonstrates how it works. Please learn it :)

Edited by user Sunday, May 20, 2012 9:40:23 PM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
lxp  
#14 Posted : Monday, May 21, 2012 12:08:04 PM(UTC)
lxp

Rank: Member

Groups: Member
Joined: 5/10/2012(UTC)
Posts: 10

Hi Dmitry,

Thanks for looking into this for me. I double checked, and the scripts are loaded in the imageuploader folder as you described but I'm still getting this general exception error:


java.lang.ClassNotFoundException: com.aurigma.imageuploader.ImageUploader
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.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)


Any ideas? Thanks.

LP
Dmitry.Obukhov  
#15 Posted : Monday, May 21, 2012 7:59:55 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hi Larry,

This problem means that ImageUploader7.jar could be found. Thus the uploader Java is not loaded.
It seems that your web application is configured in a virtual folder. Please read the PRB: ClassNotFoundException using PHP Library topic to resolve the problem you have faced. Please do not forget to set correct urls to JS, JAR, and CAB files. All these files are located in the Scripts/ folder.

Edited by user Monday, May 21, 2012 8:01:19 PM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.