Search results

  1. adam

    YetiShare v4.4 Beta Bug Tracker

    You can't drag and drop to the folder listing in the main site, only the treeview.
  2. adam

    YetiShare v4.4 Beta Bug Tracker

    If you're using Nginx ensure you've set the new API rewrite rules. They'll be in the Nginx rules txt file in the script root.
  3. adam

    YetiShare v4.4 Beta Bug Tracker

    Where are you dragging it to? The left hand folder listing?
  4. adam

    YetiShare v4.4 Beta Bug Tracker

    This was an issue with the left-hand treeview and a missing column in the table. Apply the sql below or so a fresh install of the latest beta. ALTER TABLE `file_folder` ADD `totalSize` bigint(15) NULL AFTER `folderName`; ALTER TABLE `file_folder` CHANGE `totalSize` `totalSize` bigint(15) NULL...
  5. adam

    YetiShare v4.4 Beta Bug Tracker

    Thanks for the feedback. This is now fixed on the demo site and the beta release code. It was a missing column in the file table. You can patch it by running the following sql or doing a fresh install of the latest beta code. ALTER TABLE `file` ADD `uploadedUserId` int(11) NULL AFTER `userId`...
  6. adam

    YetiShare v4.4 Beta Bug Tracker

    Please only post on this thread beta 4.4 issues. For anything else raise a ticket.
  7. adam

    YetiShare v4.4 Beta Bug Tracker

    Which storage type?
  8. adam

    YetiShare v4.4 Beta Bug Tracker

    Hi all, Please use this thread to post any issues you've spotted with the latest YetiShare v4.4 beta release. We can't accept any new requests for this release, please post them via the RFCs section. Only note bugs and issues here. If you are within your support period, you can access the beta...
  9. adam

    Yetishare 4.4 Release Date

    Hi All, I've added the beta v4.4 release and plugins to your account. If you're still within support you'll see a link to download it via your yetishare.com login. It's not on any of the other sites we run, only yetishare.com. I've also adjusted any of the support periods which expired this...
  10. adam

    Yetishare 4.4 Release Date

    Hi, It'll be available later today via your account as a beta download, along with the plugins. Remember that this is just a beta so don't use it on any live sites until final release. Thanks, Adam.
  11. adam

    Make The Download Token Usable Once

    Hi, The token should be removed once it's fully downloaded the file. If it's not, what setup do you have? Are you using xsendfile or xaccelredirect? Thanks, Adam.
  12. adam

    Issue with File Action queue not deleting files

    Hi, Do you have the file servers setup with the cron tasks aswell? 2 of them need to exist on any external file servers: https://support.mfscripts.com/public/kb_view/26/ Also, are they being processed (or attempted to be processed) or just staying in the pending state? Thanks, Adam.
  13. adam

    Y4 - file list LOADING... and users cant login

    Just to be clear, the rules we supply work on any Nginx setup. The only thing you need to ensure that's set correctly is how nginx passes over to php. Sometimes this is using what I've posted above, sometimes it's via sockets...
  14. adam

    Y4 - file list LOADING... and users cant login

    How did you install Nginx? Via a package manager or was it done with another control panel like vestacp?
  15. adam

    Y4 - file list LOADING... and users cant login

    If you raised a ticket on Saturday it wont get responded to until today. We do not operate support on the weekends, this is shown on the support system. You are missing this part: # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 location ~ \.php$ { if (!-e...
  16. adam

    Y4 - file list LOADING... and users cant login

    Hi, They aren't the full rules we supply. You're missing the parts that tell nginx to use php fpm in the location php. Please check the rules again that we supply, you should see the fpm part.
  17. adam

    Y4 - file list LOADING... and users cant login

    Hi, Please post the full rules you've added to nginx here. Thanks, Adam.
  18. adam

    Fileserver issue

    Hi, It's an issue with using https on certain servers in the test. Just ignore it for now or test with the http version. Thanks, Adam.
  19. adam

    recommended nginx file and directory permissions/owner

    Hi ppal6426, As enricodias4654 says, CHMOD 777 isn't a security issue. If you can use 755 then use that instead, some servers will only allow writing with 777, some block 777. It all depends on how the server is configured. CHMOD is more important in a shared hosting environment (non...
  20. adam

    Error: Could not open file for reading.

    What do you mean? I responded last Saturday at 1pm.