Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. There only used to be a paid option for this but Google have their own version now which I think would be so sexy if it was included in Blesta API: https://developers.google.com/places/web-service/autocomplete#place_autocomplete_requests Demo: https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform
  2. What's your config.json look like? Should have a name there. { "version": "1.0.0", "name": "Licensecart 2016", "description": "Built on Bootstrap 3.3.4.", "authors": [ { "name": "Phillips Data, Inc.", "url": "http://www.blesta.com" } ], "require": { "blesta": ">=3.5.0" } }
  3. HSTS (HTTP Strict Transport Security) forces Https:// : https://www.troyhunt.com/understanding-http-strict-transport/
  4. Well it's the first case of this, I've installed Blesta many times the only issues which happen is either the apache config is incorrect or HSTS is enabled and shouldn't redirect to a domain but change http:// to https://, or editing the .htaccess which forces https://
  5. Ok I would contact your webhost because unless you can provide me a domain or something to see why.
  6. Yep: $lang['ClientTickets.reply.system'] = "System"; $lang['AdminTickets.reply.system'] = "System"; in: /plugins/support_manager/language/en_us/client_tickets.php & in: /plugins/support_manager/language/en_us/admin_tickets.php
  7. It could be you are using HSTS which causes issues: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://example.com/$1 [R,L] Also I highly recommend you use .htaccess so it's no longer /index.php/admin/ etc.
  8. From what I hear Vultr are good. But I would only personally use them providers for development & testing.
  9. Merci mate but you told me about it haha
  10. Can you screenshot it from the Email address to the "Username" boxes because I bet any money on it they aren't the same usernames. The Email address bit at the top can be the same but the USERNAME can't be the same.
  11. You can't, why not just cancel the service? You could be breaking some laws if you remove a transaction or a invoice.
  12. I don't think you understand. It's nothing to do with the Email addresses! It's the Username... I can't make it any clearer unless I can get it to jump out at you . And if someone has the same email address anyway then I'd complain to the provider since they shouldn't allow you to have duplicate email accounts.
  13. Still get username is already taken: http://screencast.com/t/yMYTvNgSa0bI
  14. But what are the usernames?
  15. That's not possible even in the admin area! If you try and use the same username you get this error: "That username has already been taken." Video: http://screencast.com/t/Ji6LTO5uljx So either you are editing the core files and getting this issue or you are trying to say people can make the same email address twice with the same provider and they are getting the emails for a wrong account. I tried this ages ago with 3.x.x and that is filmed on 4.0.0-b1
  16. Not a bad idea for the link to click on. so they have to login and then a label shows up saying "secure"
  17. Not sure because the reset password goes by username and not the email address.
  18. You can't unless you have a plugin to import it back since they have different fields and different field names. You'd have to re-make the service (create service) untick use module and save. Then remove the old one.
  19. That shows up even if you enter a invalid username. Please see: https://blesta.store/plugin/support_manager/knowledgebase/view/33/help-i-m-locked-out-my-admin-area/27/
  20. it's because people are using different usernames.
  21. Loving the new logo mate
  22. You have to set the hostname for your computer for it: /etc/hosts or C:\Windows\System32\drivers\etc\hosts file otherwise I recommend buying a domain or using a folder and do it there with the 30 day trial.
  23. That's because you haven't set-up a hostname for the IP. localhost is not allowed at all since people could use it for illegal uses.
  24. You're welcome
  25. I highly recommend Ypson.com I always use Alex.
×
×
  • Create New...