pramodghate / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Files ready to upload page error with tablesorter plugin #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upload using IE or Safari
2. Click continue
3. No data in table with uploaded files, only table headers are listed (see 
attached img)

What is the expected output? What do you see instead?
Probably table with input forms with pre-filled names from uplaoded file. I 
dont know this my first test of this app.

Internet Explorer 9 (windows 7):
SCRIPT5007: Unable to get value of the property '0': object is null or 
undefined 
jquery.tablesorter.min.js, line 8 character 6697

Safari 5.1.7 (OSX 10.7.4):
TypeError: 'undefined' is not an object (evaluating 'parsers[i]')      
jquery.tablesorter.min.js, line:8

Firefox 12.0 (OSX 10.7.4):
parsers is undefined  jquery.tablesorter.min.js (line 8)

What version of the product are you using? On what operating system?
Windows 7 starter (no sp), IE 9.08112.16421
OSX 10.7.4, Safari 5.1.7
OSX 10.7.4, Firefox 12.0

Please provide any additional information below.
Running on htpps (i didnt test http)

Original issue reported on code.google.com by zember.p...@gmail.com on 21 May 2012 at 12:33

Attachments:

GoogleCodeExporter commented 9 years ago
Hi! Thanks for your report!
Could I ask you please for the html code of the page?

I suspect the table wasn't generated correctly and that's why tablesorter 
failed to load (perhaps a missing tr or td?).

Original comment by i...@subwaydesign.com.ar on 24 May 2012 at 8:23

GoogleCodeExporter commented 9 years ago
demo: https://store.matador-group.sk/ps/
user: guest
pass: guest

I dont see any html errors, just empty <tbody></tbody>

Original comment by zember.p...@gmail.com on 24 May 2012 at 8:36

Attachments:

GoogleCodeExporter commented 9 years ago
It looks like the files are not being uploaded.
Please try setting the upload and upload/temp folders to chmod 755 and then 
I'll try to upload again.
Thanks!

Original comment by i...@subwaydesign.com.ar on 24 May 2012 at 8:48

GoogleCodeExporter commented 9 years ago
drwxrwxr-x  5 user group   4096 2012-05-21 06:37 upload
drwxrwxr-x  3 user group   4096 2012-05-24 01:46 temp

Files are correctly uploaded to temp folder, i see them all there

Original comment by zember.p...@gmail.com on 24 May 2012 at 8:54

GoogleCodeExporter commented 9 years ago
Same problem...
Anyone with a solution plz ?

Original comment by watagw...@gmail.com on 19 Aug 2012 at 11:02

GoogleCodeExporter commented 9 years ago
For me to get this to work I have to change CHMOD to 777 for Temp and Uploads 
folder.
I must also change my client folder to 777. However I cannot change my client 
folders that are created by the system to 777: To do this I must delete the 
folder manually and then manually( outside the system) recreate it and then 
CHMOD to 777.
Then it will work for me.

Original comment by buddy...@gmail.com on 18 Sep 2012 at 12:23