Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/22/2014 in all areas

  1. Michael from License Cart helped me fix it I had to turn on force graceful restart. worked like a charm!
    3 points
  2. A slap on the hand is like a slap on the wrist.
    2 points
  3. Sorry I was thick and didn't reliase when Blesta says "Force Graceful Restart" it was under another section so I told the client that it was the auto restart, which it wasn't there is a section above the PHP saying Force Graceful Restart. For anyone else: Slap on my hand for being stupid.
    2 points
  4. If it's still a problem, I suggest confirming all of your details with Enom. Others have also reported in the past that Enom was in error when listing their IP address, and they had to request it again. Also, consider what IP address requests are actually sent from. If your website's IP address is 10.0.0.5 but the server's IP address is 10.0.0.4, then you likely want to list 10.0.0.4 instead as Enom will see the main server IP address.
    1 point
  5. Paul

    Client Add Service

    najahost is right, clients need to order services through the order form. You can create order forms under Packages > Order Forms. The order form handles the entire order process from start to finish.
    1 point
  6. On service status change is part of CORE-562. It doesn't belong to any of our sprints for 3.4, though it's tentatively assigned to 3.4.
    1 point
  7. Paul

    Ban Ips?

    A task exists for this already, CORE-737 but it's not currently scheduled for dev so I don't have an ETA for this. I suggest blocking them at your firewall for now, it's generally more effective anyway.
    1 point
  8. Cool website it found 8 to my name. I've been letting most of them expire though https://whoisology.com/email/archive_7/domains@licensecart.com https://whoisology.com/email/archive_7/mike@licensecart.com
    1 point
  9. Great for you. Who was the lucky one? I see that you are still the owner I also see that you own a lot of domains to resell: https://whoisology.com/email/archive_7/ramkumaritrvs@gmail.com In your history (in search engines) I can also see that you found a nich of *****blesta*****.com domains and you alredy sell some of them Keepup, maybe I buy some of them, if the next auction bid starts lower
    1 point
  10. If you move to InterWorx mate haha you won't go back to cPanel
    1 point
  11. Cool Mike We are thinking on purchacing some Interworx licences for some of our new servers (we use cpanel since 2006 in all our servers lol) and we are also learning how to fix some of the most common issues to help our custummers
    1 point
  12. Thanks great that you like it Ok I will wait for your email with the extra requirments
    1 point
  13. Blesta Addons

    Client Add Service

    this butons if for admins only . client can add service via order form , or you should write a custom plugin to make that .
    1 point
  14. Spot on. I have dropped you an email
    1 point
  15. Well presumably it would work loading the core files - at this point I've got it dirtily converted into a plugin function I'm calling directly. I did that while ruling things out and there's no point in going back now. It's sped up this process I'm doing ten-fold. Don't have a full idea yet as I'm still converting things in my script from making API calls to now internal calls but I suspect it will take this, previously 2-3 hour long process down to 10-20 mins based on what I've tested thus far.
    1 point
  16. This command can only be called locally . So is not workable in remote host, that reason the API EXIST .
    1 point
  17. You can use the CLI API to interact with models. You can also execute controllers via CLI: % php /path/to/blesta/index.php controller/action param1 param2 param3 This is how cron jobs are executed (e.g. php /path/to/blesta/index.php cron) You could create a plugin which would give you an environment to execute whatever you want via CLI: % php /path/to/blesta/index.php plugin/plugin_name/controller_name/action The above assume the following in /path/to/blesta/plugins/plugin_name/controller_name.php: <?php class ControllerName extends AppController { public function index() { echo "the default action"; } public function action() { echo "a different action"; } }
    1 point
  18. While they may not be federal laws (yet...though they already are in some states), PCI is required by all major credit cards networks (Visa, Master Card, Discover, American Express)...and if you are found in breach of them you can face hefty fines and expulsion from said credit networks. Not complying with PCI Standards and being caught could easily mean that you'll never be able to accept credit cards or get approved for a merchant (or non-merchant) account again. If you get blacklisted by the credit networks you are screwed as a business. It's not something that many sole proprietor's or small business think about, but PCI Compliance is a serious issue and should be viewed as such.
    1 point
  19. The issue appears to be dependant on the timezone. While your fix may work for you, it would be incorrect for other timezones where it may produce invalid results into the past, and so it should not be used either. e.g. from 2014-01-01 00:00:00 to 2013-12-31 23:59:59 Added as CORE-1487 for v3.3.2.
    1 point
  20. i don't make any test for that , but i think loding just the init.php file is enough . as from the init.php is loading all others library . have you enabled the Configure::errorReporting(1); in your blesta.php ?
    1 point
  21. +1 As always, internationalization is a pain in the ass for dev people Blesta has a lot of feature where we would be happy to find language string and/or internal translation process: Universal module as above, but also: - package description (textarea editor) !! Very important for front website! I wonder why there's no language tabs as for "welcome email" below in the same page... - group name (label) - package option group description (textarea) - option label & option display name
    1 point
  22. PauloV

    Implement Trial Period

    Hello, Why dont you create a new "Package" called for exemple "Trial Package" and then on "Princing", set the term 1 Month, on price leave it 0.00, and then check the option "Cancel at end of term". Finally on the "Welcome Email" just put a message, for exemple: Then if your client contact you, just edit the Client service to outher Paid Package I hope, for now it helps you
    1 point
×
×
  • Create New...