Search results

  1. adam

    [Added v1.5] Voucher Reseller Plugin

    Re: Voucher Reseller Plugin This has been completed and will be added as part of the v1.5 release due this week.
  2. adam

    [Out Of Scope] Option

    Re: Option Out of scope. I would recommend manually adding new pages to the site footer.
  3. adam

    [Added v1.5] Comments text

    Re: Comments text Done for v1.5.
  4. adam

    [Fixed v1.5] Upgrade?

    Re: Upgrade? Fixed for the v1.5 release. This one may be impacted by different script configs so if you're still having issues on the latest release let me know. (when it's out :))
  5. adam

    [Added v1.5] Register button after login

    Re: Register button after login Done for v1.5.
  6. adam

    account activation link

    :) I've moved this to the RFCs so it's captured for the next release.
  7. adam

    Direct File Server

    Hi, Your PHP upload limits will need to be at least 100MB on the file server. Ensure this is set on the file server itself, not just the main server. You can check by logging into the /admin/ area on your file server and going to the server info page. Failing that, send us access via the...
  8. adam

    account activation link

    Hi Jason, What do you mean not send the password in plain text? How else should it be sent? :) Thanks, Adam.
  9. adam

    mcrypt error

    5.6 no longer silently accepts invalid iv sizes, hence the warning. See the changelog here: http://php.net/manual/en/function.mcrypt-encrypt.php It'll still work fine, but not ideal with the warning. My line numbers are different but I assume it's this code: $ivSize =...
  10. adam

    4.3 chrome full screen anyone?

    I've finally tracked this one down, it's taken about 3 hours but we're there! The issue was simply an 'animated' css class within the flow theme header. For some reason this caused issues with the full screen mode in Chrome. To fix, open: \themes\flow\templates\partial\_header.inc.php Find...
  11. adam

    mcrypt error

    Are you running 5.6.0?
  12. adam

    account activation link

    Hi Jason, Not at the moment. The 2 options are: 1) Have a password generated and sent via email. Thereby validating they have access to the email supplied. or 2) Allow them to set a password on registration. There's no validation email sent at the moment for this. I realise there's probably...
  13. adam

    Fatal error

    Also responded via the ticketing system: I've only seen this with one other customer and it was an issue with the version of PHP installed. They switched to a newer version of PHP and it was fixed. Can you try this? In addition to the above, its specifically relating to accelerator opcache...
  14. adam

    v4.3 issue - even in the demo

    Hi all, The forum isn't for posting bugs, can you raise tickets if you spot something you think is an issue? It'll get properly tracked that way. Many thanks, Adam.
  15. adam

    Stripe payment plugin question

    Yes it does. It's optional. :)
  16. adam

    Guest user make 2 Downloads at the same time issue

    Re: The Bug that was never fixed Yes this was fixed in v4.3.
  17. adam

    File servers ( Remote direct ) problem

    This check is basically saying any rewritten urls aren't working. So file urls like: test.yourdomain.com/xyz/file.txt Wont work. To test it, the script tries to load the contact.html file, which should work if the rewrite rules are working. If you're using Apache ensure you've uploaded the...
  18. adam

    How can I transfer data from 4 file servers to 2 file server?

    This may help with the database part: https://support.mfscripts.com/public/kb_view/23/
  19. adam

    Translations on 4.3

    Yes they're only as a starting point. The hope is to start with these and correct any issues over time. There's over 2000 text items in the translations so starting here is better than nowhere. Any specific feedback on incorrect text items is welcome and we'll update them.