Search results

  1. adam

    FTP ERROR: Could not authenticate with FTP server

    So it's connecting to MySQL fine now? Are you also trying to run your server FTP aswell as the one for the plugin? You can only run one of them on the same server, unless you change the ports. I'd completely remove the server one and use WinSCP via your root SSH to access the files. Also, use...
  2. adam

    FTP ERROR: Could not authenticate with FTP server

    Your user still has the square brackets around it: message: 'Access denied for user '[[[hosting_hgr]]]'@'vps52677.vps.ovh.ca' (using password: YES)' It should probably be: hosting_hgr rather than [[[hosting_hgr]]]
  3. adam

    FTP ERROR: Could not authenticate with FTP server

    Also checkout the items on this page: https://support.mfscripts.com/public/kb_view/22/ Firewalls is a common issue along with using the @host.com on the end of the username, when it's not needed sometimes.
  4. adam

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

    Its your nginx rules, ensure they match the ones we supply.
  5. adam

    Reseller Plugin Bug

    I don't understand what you mean exactly? Can you provide more specific information on the issue.
  6. adam

    Move Files Don't Work

    There's no known issues with move files at the moment. If you have a problem on your install please raise a ticket. Regards, Adam.
  7. adam

    Cron Tasks help on Rackspace

    I'd be very worried if your webhost doesn't recognise a crontask! The process we provide is standard for anyone familiar with Linux. Anyway, for their interface just manually copy them in: Script language: php Script to run: admin/tasks/auto_prune.cron.php For the times, copy and paste the 5...
  8. adam

    Error while PayPal Payment

    Hi, Did you manage to make payment in the end? If not you can also send it directly to [email protected] and I'll manually activate the order for you. Thanks, Adam.
  9. adam

    Ubuntu 16.10 LTS installation problem

    You have strict mode enabled within MySQL. See here to disable it: https://support.mfscripts.com/public/kb_view/59/
  10. adam

    Stripe Plugins Dont Work

    The Stripe plugin works fine. If you have a specific issue please post far more detail or raise a support request. Regards, Adam.
  11. adam

    Reservo v1.5 Now Available!

    See our blog for more information on the release: https://mfscripts.com/blog/new-release-reservo-v1.5-available-for-download
  12. adam

    Tiger Yetishare Theme on Sale Just 160 USD ( Limited time )and Support

    Re: Tiger Yetishare Theme Sale and Support Looks great! :)
  13. adam

    Can't change HTML files

    All the text in the script is cached in the database, so the text you see is just the initial default content if the translation doesn't already exist in the database. You should be able to edit it via the admin area, languages. If you click on the English language then search for some of the...
  14. adam

    Session or cookie

    Copy of text sent via the ticketing system, for other users: Take a look at the top of \themes\reservo\templates\account_edit.html // require login $Auth->requireUser(WEB_ROOT.'/login.'.SITE_CONFIG_PAGE_EXTENSION); This redirects to the login page if they are not logged in. If you have a...
  15. adam

    please help. Problem instalation SQL execution error!

    Hi, Please raise a ticket and we'll take a look. Please include your script purchase details. Regards, Adam.
  16. adam

    Downloads not being counted correctly

    I've not seen it in the real world but sure it's possible. It's fixed for the next release.
  17. adam

    Direct File Server

    Yes but the chunk size is set to 100MB in the code.
  18. adam

    Downloads not being counted correctly

    Hi, Thanks for reporting. This was caught a few weeks back and is ready for the next release. It should only happen with 2 files are overlapping on download and it wont happen when using xSendFile or xAccelRedirect. Thanks for posting the query to update the db aswell. Regards, Adam.
  19. adam

    [Out Of Scope] advertising

    Re: advertising This isn't something we consider to be managed within the script. You're better using an external ad provider for this or creating the page manually.