Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/17/2017 in Posts

  1. 2 points
  2. mlsto

    Importing ClientExec

    Thanks Michael Will see how it goes
    2 points
  3. Paul

    Importing ClientExec

    We will consider building a CE importer, we've had quite a few requests for it recently. In the meantime, you can take advantage of the whimps 30-day money back guarantee. Get a monthly license, do the migration, then cancel and get a refund.
    2 points
  4. I'm new to blesta myself and have quickly discovered the community is great here and the blesta staff are also great. So if you're concerned at all about being able to manually install it yourself, give it a try and come and ask for help in the Forums if you need it. I've already had lots of help through PM's, live chat with Paul and Licensecart and a couple of forum posts. and I've only been here a few days. It really is a pleasure running into a problem when you have such great support So +1 for manual install EDIT: just realised you're not new you have 144 posts lol. Well what I said still stands, but you probably already know it.
    1 point
  5. Sounds like this is pretty solid, but here's my 2c anyways. If you know how to do it, I recommend a manual install. That way you know exactly what's happening, and you'll be more familiar with the process in case anything comes up. Softaculous is great, but if you have the technical know how I would install it yourself. It's still pretty easy, but yeah, will take a few more minutes that using Softaculous.
    1 point
  6. Thanks Michael Yeah, thinking might be best, I just wanted to be lazy I guess.
    1 point
  7. I believe a hostname has to be a subdomain.
    1 point
  8. Michael

    Importing ClientExec

    Good luck mate if you need help I'll see what I can do.
    1 point
  9. mlsto

    Importing ClientExec

    Understand, hope it can work, will report once I get it setup. Thank you
    1 point
  10. Paul

    Importing ClientExec

    If you do it manually, existing subscriptions will need the redirect but new subscriptions would not. It's just a single line you'd add to your .htaccess file. It works with whimps, but I have not tested it on CE, but I don't see why it wouldn't work so long as you replace the beginning path with that which CE uses.
    1 point
  11. To clear the cache you can also simply re-save your staff group without making any changes. Settings > System > Staff > Staff Groups. Edit Group, click Save.
    1 point
  12. You have to clear the CACHE! /cache/ and in 1 remove "nav". it's posted a lot on the forum, that's why Naja7host made the admin tools clear the cache automatically.
    1 point
  13. Ha ha. I meant Final Version of 4
    1 point
  14. Version 4? Yeah, really, very, super, soon. Version 5 though? Probably not for a while
    1 point
  15. Hogie

    Blesta + nginx + php-fpm + php 7

    I guess I should also throw out what is going on with it... try_files is a fast way to do an if statement if the files exist. First, it will try to see if that path exists as a file ($uri), then see if it is a directory ($uri/) then it will internally redirect it to run as index.php?fullpath which is what the url was doing with index.php in it, but we are just making it go away. You can add other things too, and this is MUCH faster than if statements in the location section. If you can get away with it, never use if statements in the nginx configuration where it will be parsed for every connection. It would slow it down to apache levels
    1 point
×
×
  • Create New...