Search results

  1. S

    Admin dashboard - Total space used & 30 days payment is rounded off

    Nevermind. found the fix. code is in the admin/index.php file
  2. S

    Admin dashboard - Total space used & 30 days payment is rounded off

    Not sure if anyone noticed or if its just me, The numbers are actually rounded off. Example: "Total Space Used" shows 2TB instead of 1.7TB "30 Day Payments" showing $18 instead of $17.99 It showed fine on version 4.3, Any ideas ?
  3. S

    [ACCEPTED v4.4] Media Converter plugin minor change

    Thank you Adam. This is a big help for those who run mediaconverter and mediaplayer plugin on their site.
  4. S

    YetiShare v4.4 Beta Bug Tracker

    Do you actually get 405 error? because i always get 404 error with a blank webpage. Can you check if you get anything in the error log ? I get this message in my error log mod_fcgid: stderr: PHP Fatal error: Call to a member function processAPI() on a non-object in...
  5. S

    reached the maximum permitted uploads for today

    look under settings in admin panel, there is an option for "Spam protect: Max files a user IP address can create per day. Leave blank for unlimited" check and make sure this is set to blank.
  6. S

    YetiShare v4.4 Beta Bug Tracker

    I get a 404. Checked network via chrome as suggested. Headers return 404 not found. response tab says "This request has no response data available". If i run the API URL directly in the browser, i get a BLANK page. but i found something in error logs. mod_fcgid: stderr: PHP Fatal error: Call...
  7. S

    YetiShare v4.4 Beta Bug Tracker

    Here is my HTACCESS FILE, it is the file that came in the 4.4 archive.. # setup xsendfile if the module is enabled <IfModule mod_xsendfile.c> <Files *.php> XSendFile On SetEnv MOD_X_SENDFILE_ENABLED 1 </Files> </IfModule> RewriteEngine On #RewriteRule . - [E=no-gzip] RewriteBase...
  8. S

    YetiShare v4.4 Beta Bug Tracker

    okay guys, i reinstalled the script and still having the same issue with API from admin panel.. Did anyone get API part to work?
  9. S

    YetiShare v4.4 Beta Bug Tracker

    I may be wrong but i think your max_input_time and max_execution_time needs to be bumped up. mine is set to 1800.
  10. S

    YetiShare v4.4 Beta Bug Tracker

    i just uploaded 1.6GB file and it worked fine. Check your PHP settings.
  11. S

    YetiShare v4.4 Beta Bug Tracker

    Adam, I made the change but i am still getting error finding URL
  12. S

    How To Add New Package Type

    i believe you will create this under paid package and then configure pricing under this plan.
  13. S

    [ACCEPTED v4.4] Media Converter plugin minor change

    Re: Media Converter plugin minor change Thanks for your reply @enricodias4654, i do know the code that pulls the conversions and all but just not sure how would i program it to pull only 2 conversions. Right now it pulls all pending conversions. Can you look at this code below real quick and...
  14. S

    YetiShare v4.4 Beta Bug Tracker

    Adam, Here is the rule in HTACCESS file # forward api requests RewriteRule ^api/v2/(.*)$ core/includes/api/v2/api.php?_page_url=$1 [QSA,NC,L] I changed it to # forward api requests RewriteRule ^api/v2/(.*)$ core/includes/api/v2/index.php?_page_url=$1 [QSA,NC,L] and i still get error in the...
  15. S

    YetiShare v4.4 Beta Bug Tracker

    I use apache and i have verified the API rewrite line is in the htaccess file. There is no api.php file in the 4.4 archive though !!
  16. S

    YetiShare v4.4 Beta Bug Tracker

    Not sure what i am doing wrong here but i am unable to connect to API. Testing API in the admin panel doesn't work either. I opened: http://site.com/api/v2/ but it says 404 page not found. (The requested URL /api/v2/api.php was not found on this server.) When i test authorize in admin panel...
  17. S

    [ACCEPTED v4.4] Media Converter plugin minor change

    Re: Media Converter plugin minor change Can we look at this please. This is a big issue if there are multiple videos pending for conversion. The first fileserver to run cron job will start all the pending conversions and the other servers wont run anything because the first one would run the...
  18. S

    YetiShare v4.4 Beta Bug Tracker

    few your users reported the same problem ?? Did you install it on production server ?? I tried the same thing and it works for me. I was thinking maybe because the folder is private you may be running into this issue but it does work for me. I am able to drag files to private and public...
  19. S

    YetiShare v4.4 Beta Bug Tracker

    Thanks adam, the SQL fixed the uploads and tree view. drag and drop is working for me. i am able to move files into folders and vice versa and drag/drop for uploading works as well. Not sure if you are talking about any other drag/drop ?