v4.0 Beta Bug Tracker Thread

Status
Not open for further replies.

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
upload slider for file info should have a colored background as its hard to see over the file listing of uploaded files
 

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
account_home page cant collapse once it requires a vertical scroll bar, ex. if you only have a couple of files uploaded and select one, you get a vertical scroll bar that wont go away and only scrolls a few px.
 

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
when a free user is on _download_page_compare_all.inc.php and clicks on the free download option and downloads the file, the url now has ?pt= with a whole bunch of numbers, when the user clicks on free download again and again it just refreshes that page and nothing happens, it might be better to refresh the page to the file without the ?pt
 

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
in mobile phones when in account home, when the upload button is pressed and the upload popup comes up the background header gets resized down and creates a margin on the right in the background
 

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
user should also be taken back to the file they clicked premium from dl page and upgraded from
 

alexandreweb123407

New Member
YetiShare User
Dec 31, 2013
37
0
0
Adam,

This zip file function is very complicated.
Already increased the value to 1GB per file, my server has 16 GBS of ram. and the error remains.

Code:
2014-10-05 23:00:24 - *** ERROR *** Array
(
    [Error Msg] => Allowed memory size of 2306867200 bytes exhausted (tried to allocate 172491469 bytes)
    [File] => /var/www/site/core/includes/file.class.php
    [Line Number] => 517
    [Error Type] => E_ERROR
)

Not a good idea I think the link:
Code:
core \ page \ ajax \ _account_home_v2_download_all_folder_files.ajax
Be exposed to the user as well.
It should be something like
Code:
http://mysite.com/downloadzip.html?file.zip
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
We'll be looking over these in the coming days. Anything which is a new feature will be added to the RFCs area, we're only working on bug fixes. Also remember that the theme is designed as a starting point for your project, you can change all the colours, styles, functionality etc as you want to since the full source code is provided.

Not a good idea I think the link:
CODE: SELECT ALL
core \ page \ ajax \ _account_home_v2_download_all_folder_files.ajax

Be exposed to the user as well.
It should be something like
CODE: SELECT ALL
http://mysite.com/downloadzip.html?file.zip
This url is fine. It doesn't expose anything. /core/page/ajax/ is a front end area for files which exist outside of the themes folder.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
mlamothe4297 said:
1. (Major)
password generators generate long passwords (LastPass, 1Password, etc...), copy / pasting into the field will truncate the password and brick the user account, forcing a password reset.... if set during install as admin user this will brick the install

yetishare password fields appear to only takes 22 characters, should be extended to at least 64 characters

If a limit is in place the password field should display the maximum character limit.

2. (Major)
Accessing
https://example.com/admin/ - login page - Browser warning loads insecure mixed content

Offending resource:
"http://fonts.googleapis.com/css?family=Open+Sans:600"

Expected behaviour:
Should load all content via the HTTPS/HTTP method to avoid mixed content browser warning and secure the page from injections.
1) Can not replicate in our dev environment. Was this only on install? Can you provide details on how to replicate?
2) Fixed in our dev code for next release. Thanks for pointing out.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
mobilny4257 said:
Hi Adam, problem with performance optimization from this topic http://forum.mfscripts.com/viewtopic.php?f=28&t=1466 has been fixed in v4 ?
Yes.

- Added support for X-SendFile to improve performance on downloading with Apache. Option to enable in admin area.
- Added support for X-Accel-Redirect to improve performance on downloading with Nginx. Option to enable in admin area.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
pilot830 said:
I just tested your feature where you can zip files within a folder and download that zip

This is a nice feature but what happens when its like a folder with 5gb files.. its goign to take awhile
and tahts going to cause severe server load ON that file server

so i was thinking could you make it so that this feature is a premium only feature ? that'd be awesome

but even then what if 5 premiums are trying to zip files and they happen to be on that file server

or how does that work?

either way, i think there should be a queue system or make it so that this feature cant stress the servers out because the compression is happening somewhere right?

my concern is too many people trying to zip files and the machines physically lagging
The zip is limited to 1GB in size so it wont generate any larger ones. You can tweak this at the top of /core/page/ajax/_account_home_v2_download_all_folder_files.ajax.php if it's using too much memory. If it's an issue longer term we'll look at a queuing process but I think it's fine as an initial release.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
paypal1352 said:
it doesnt seem very clear for the user that they have to click on the cloud icon to the left of your uploads in account_home page to expand the list and see their folders
They only have to do this when they add their first folder. After that each time they login it should show the initial sub folders under the 'Your Uploads' cloud straight away.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
paypal1352 said:
also is there an issue with remote upload 'options' link as the mouse cursor is different between it and the regular file upload 'options' link
Thanks, fixed in our local dev code in prep for release.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
alexandreweb123407 said:
1º Error in layout files +999 MB
Code:
[img]http://s8.postimg.org/xj89lfn9x/error.png[/img]

2º Error in zip with .torrent file
Code:
[img]http://s14.postimg.org/gxw3f9tip/zip_error.png[/img]
3º Error
Code:
You have 1 new notification.
Mark all Read  "Don't work"
4º Download file
Code:
In version 3.3 download was recorded only when the user actually finished downloading. 
In version 4.0, the download is counted when a user views or clicks to download, but cancels. This may influence for those who use the PPD..
1) Fixed in our dev for the next release
2) I can't replicate. Can you supply more information on how you did this?
3) I can't replicate either. If you have firebug in firefox, can you tell me what response you get from the http call when you click 'mark all read'. (on the console)
4) Fixed in our dev.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
paypal1352 said:
it wuld be cool to if after the user selects a whole bunch of files to upload that it displays the selected combined size of files that will be uploaded before they click on upload queue
Added to rfcs for later review.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
webmaster4086 said:
Access log creates duplicated records which can be displayed here: user_login_history.php
http://screencast.com/t/22tNPcpcrDh

tested on localhost
Fixed for the final release this week.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
luckylutz said:
Upload Pop up is a little bit to small.

the processbar is not complettly visible.
I assume this relates to the translated text. Can you check if it happens with English text?
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
paypal1352 said:
upload slider for file info should have a colored background as its hard to see over the file listing of uploaded files
Added to RFCs. You can also change this as you want via the template.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
paypal1352 said:
account_home page cant collapse once it requires a vertical scroll bar, ex. if you only have a couple of files uploaded and select one, you get a vertical scroll bar that wont go away and only scrolls a few px.
I can't replicate this one. Please supply more information and/or screens.
 
Status
Not open for further replies.