Search results

  1. adam

    some js files 404

    The Nginx rules aren't wrong. They're in use on many sites, including our demo site.
  2. adam

    v4.x: remove first and last name from signup page

    Hi, Yes you should be able to remove it. Try the following: In: "\themes\flow\templates\register.html" Find and remove: $title = trim($_REQUEST['title']); $firstname = trim($_REQUEST['firstname']); $lastname = trim($_REQUEST['lastname']); Also remove: if...
  3. adam

    a lot of php errors

    Hi, I've responded to your ticket, but you should run the crons via their file path, not the domain name. Details here: https://support.mfscripts.com/public/kb_view/26/ I'd also recommend hiding PHP notices, errors etc from your live site, they may pose a security risk. You can do this via...
  4. adam

    index not found

    I've just tested it again and see the redirect to "index", so it's happening for me aswell again. Can you share FTP access via the ticket aswell, I'll run some checks?
  5. adam

    index not found

    I tested this the other day on your install and fixed it by clearing the application cache. So it may be something local to you. (browser etc). If you want me to test again, please update/add a ticket with the details and I'll look.
  6. adam

    index not found

    You don't need the /index part, you should access the site like this: https://drivemere.com/drive/
  7. adam

    List Of File Actions (76336 Pending)

    If I installed it then yes :) Unless they're not functioning due to "php" paths. If you ping me access details via the ticketing system, I'll take a look.
  8. adam

    index not found

    Hi, I believe this was resolved via the ticketing system. For other peoples benefit, the fix was to purge the application cache via the admin area. Thanks, Adam.
  9. adam

    List Of File Actions (76336 Pending)

    Hi, You would need to set them up. Copy below: 0 0 * * * php /path/to/your/reservo/admin/tasks/auto_prune.cron.php >> /dev/null 2>&1 0 0 * * * php /path/to/your/reservo/admin/tasks/create_internal_notifications.cron.php >> /dev/null 2>&1 0 * * * * php...
  10. adam

    List Of File Actions (76336 Pending)

    Hi, Check that the cron tasks are setup and running properly. You can check in the admin area, background tasks section. Thanks, Adam.
  11. adam

    Coinpayments plugin not working

    and you have a response :) I'm signing off for tonight though, so I'll respond tomorrow if there's anything else.
  12. adam

    Coinpayments plugin not working

    Hi, Is this the bundled gateway via the payments plugin? If yes, we're in the process of reworking this as a number of the integrations aren't well maintained (it's a third party library). In the mean time we have a dedicated Coinpayments plugin which should get you up and running. Drop me a...
  13. adam

    API - account/edit bug

    Hi, Please can you raise a ticket and I'll take a look? Thanks, Adam.
  14. adam

    Google Drive

    Hi, See here - https://forum.mfscripts.com/threads/yetishare-v5-0-0-beta-feedback-tracker.4108/#post-13386 Thanks, Adam.
  15. adam

    Contact

    You have a mod_security rule blocking it. You're best checking your logs.
  16. adam

    problem instalation

    Hi, Please can you raise a ticket via the form below and confirm your CodeCanyon purchase code? https://mfscripts.com/contact.html Thanks, Adam.
  17. adam

    Free Media Player plugin Download (solved)

    Good stuff :) The 5.2 release should allow you to switch it back if needed.
  18. adam

    Free Media Player plugin Download (solved)

    Try allowing filenames on the end of download urls. There's an option in the admin, site settings to show filenames on the end. There's a similar issue which is resolved in the next release.
  19. adam

    Media Converter plugin

    Yes you need ffmpeg, you can see the requirements on the plugin listing page: https://yetishare.com/mediaconverter_plugin.html Browsers can not grab video screenshots, hence why you need ffmpeg to do the job.