upload slider for file info should have a colored background as its hard to see over the file listing of uploaded files
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
)
core \ page \ ajax \ _account_home_v2_download_all_folder_files.ajax
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.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
1) Can not replicate in our dev environment. Was this only on install? Can you provide details on how to replicate?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.
Yes.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 ?
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.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
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.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
Thanks, fixed in our local dev code in prep for release.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
1) Fixed in our dev for the next releasealexandreweb123407 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
3º ErrorCode:[img]http://s14.postimg.org/gxw3f9tip/zip_error.png[/img]
4º Download fileCode:You have 1 new notification. Mark all Read "Don't work"
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..
Added to rfcs for later review.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
Fixed for the final release this week.webmaster4086 said:Access log creates duplicated records which can be displayed here: user_login_history.php
http://screencast.com/t/22tNPcpcrDh
tested on localhost
I assume this relates to the translated text. Can you check if it happens with English text?luckylutz said:Upload Pop up is a little bit to small.
the processbar is not complettly visible.
Added to RFCs. You can also change this as you want via the template.paypal1352 said:upload slider for file info should have a colored background as its hard to see over the file listing of uploaded files
I can't replicate this one. Please supply more information and/or screens.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.