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

Notification

Icon
Error

Options
Go to last post Go to first unread
Dmitry.Obukhov  
#1 Posted : Wednesday, June 30, 2010 4:15:35 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)
Sometimes using the CMS plug-ins you can see Java console which contains error message like that:

Java.lang.ClassNotFoundException.

This error can occur because of two reasons.

  1. A plug-in has not been completely posted to the server, some files are not there (e.g. ImageUploader6.jar, and ImageUploader6.cab cannot be downloaded from the server). You should check it.

  2. If you are sure that the path is correct and these files are located there, another reason could be the following: .jar/.cab files are not allowed to be downloaded from your server.

    To resolve this problem on Apache you should add section:

    Code:
     <FilesMatch "ImageUploader6\.(cab|jar)$">
      Order Allow,Deny
      Allow from all
    </FilesMatch>

    to .htaccess file. If this file does not exist you can download it from attachments to this post

    and put it to the plug-in folder.

Edited by user Wednesday, June 30, 2010 4:21:05 PM(UTC)  | Reason: Not specified

File Attachment(s):
htaccess_file.zip (1kb) downloaded 21 time(s).
Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

roby  
#2 Posted : Monday, August 23, 2010 12:01:12 AM(UTC)
roby

Rank: Newbie

Groups: Member
Joined: 8/22/2010(UTC)
Posts: 4

where is the plug-in folder located at?
roby  
#3 Posted : Monday, August 23, 2010 1:53:03 AM(UTC)
roby

Rank: Newbie

Groups: Member
Joined: 8/22/2010(UTC)
Posts: 4

okay after applying your method i have some ghood news and some bad (:.

Now i can see :

Please choose Quantity button

Underneath i can see 2buttons:

Add files & Add folder

When i add files or folder and hit upload it is saying " you need to specify order details for thiese files "

Now what do i do. Please advise.

Dmitry.Obukhov  
#4 Posted : Monday, August 23, 2010 6:59:56 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 Rob,

You should set add other order details, like photo size, paper type or quantity. Please let me know, if you have any additional questions.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

sim  
#5 Posted : Monday, January 31, 2011 5:06:49 AM(UTC)
sim

Rank: Newbie

Groups: Member
Joined: 1/31/2011(UTC)
Posts: 1

I get the following errors :

[Mon Jan 31 14:44:54 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/store/com.aurigma.imageuploader.Thumbnail.class, referer: http://localhost/store/index.php?main_page=product_photo_info&cPath=65&products_id=187

[Mon Jan 31 14:44:54 2011] [error] [client 127.0.0.1] File does not exist: C:/xampp/htdocs/store/com.aurigma.imageuploader.ImageUploader.class, referer: http://localhost/store/index.php?main_page=product_photo_info&cPath=65&products_id=187

The files are there, the htaccess is as you instructed. I also opened a support case: Case CAS-6225. Help?!

Users browsing this topic
Guest
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.