Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/11/2017 in Posts

  1. Hello Everyone, After checking some forum discussion, finally I've managed to check domain availabilty from external/home page Procedure: First go to (for edit) /{blesta-install-directory}/config/blesta.php & search following line: Configure::set("Blesta.csrf_bypass",array()); Now replace that line with following code (No need to disable automatic csrf token protection for whole site): Now configure your external/home page domain checker form, here is my code: Thanks everyone
    4 points
  2. CORE-2458. If you want to fix this in your code replace direct_admin.php lines 1267-1276 'direct_admin_password' => [ 'format' => [ 'rule' => ['matches', "/^[(\x20-\x7F)]*$/"], // ASCII 32-127 'message' => Language::_('DirectAdmin.!error.direct_admin_password.format', true) ], 'length' => [ 'rule' => ['minLength', 5], 'message' => Language::_('DirectAdmin.!error.direct_admin_password.length', true) ] ], with 'direct_admin_password' => [ 'format' => [ 'if_set' => $edit, 'rule' => ['matches', "/^[(\x20-\x7F)]*$/"], // ASCII 32-127 'message' => Language::_('DirectAdmin.!error.direct_admin_password.format', true) ], 'length' => [ 'if_set' => $edit, 'rule' => ['minLength', 5], 'message' => Language::_('DirectAdmin.!error.direct_admin_password.length', true) ] ],
    2 points
  3. We feel awfully sorry that you think that way. Rest assured that we never consider any of offered feedback to be insignificant. All suggestions put forward by our customers are carefully verified and used in the course of product development.
    2 points
  4. BlestaCMS is now a product of the BlestaStore, and because of all the hard work from @gosuhost we've finally released version 1.2.4 of the CMS. In this version we have fixed the call home which now points to blesta.store, we have also added a free trial option so you can try before you buy. This will start after hitting install. To upgrade to a paid version all you need to do is change the key in the license file. We've also fixed the caching for the license communication, so if our website goes down it won't effect you unless we're down for over a week. You can download the free trial or the new version from: https://blesta.store/client/plugin/download_manager/client_main/index/7/ Please note we've only added the Owned BlestaCMS licenses to our new system, we need to fix the importer for the monthly licenses and then you will receive an email with your new license key. Your services won't be effected while we work on this as @Alex - LicenseCart will be keeping the licensing servers up at the moment. For the Blesta customers we will be sorting your accounts out shortly you will receive an email from Alex and us as soon as we've got everything sorted. Thank you for your patience and we hope to keep this a smooth transaction. Mike will be updating the BlestaCMS for us from now on so 1.3.0 will be with us soon after our other product.
    2 points
  5. Thanks @Jono, we don't want to make and maintain our code, we want something that are maintainer by blesta itself , i have used $this->Services->getOptions($service->id) it was what i want . another function that do the same is $this->PackageOptions->getByPackageId($service->package->id) .
    1 point
  6. Nelsa

    Plesk CronJob

    You can set cron to https://****.com/clients/cron/?cron_key=your-cron-key And check "fetch URL" Change your-cron-key to key you can find in settings-->system-->automation-->update cron key
    1 point
  7. nolaghosting

    PHP7 Blank Page

    Actually, I just checked permissions and now it's loading ok! So, just in case anyone has this issue... I recommend the following from: MySQL keeps crashing: InnoDB: Unable to lock ./ibdata1 make a copy of the original files (ibdata1, ib_logfile0, ib_logfile1...). mv ibdata1 ibdata1.bak cp -a ibdata1.bak ibdata1
    1 point
  8. I would add: in WHM go to modules find “PHP Pecl” Installer choose php version Search Mailparse Use Install. Looks like Also make sure your System PHP matches versions like
    1 point
  9. When you want to import existing cPanel account or switch module cpanel to cpanel extended or otherwise,you only have to do one thing ,add service and select module you have to provision and use same details as already set in cpanel(same usernaem,password..etc) and uncheck "use module"......that is it....Otherwise you wil get error...not because blesta module but because there is already account is cPanel and you can't add same account twice..that is why you must untick use module.....There is no need to do any changes on cPanel side.... So if you have firstdomain.com with username firstuser and password firstpassword provisioned with cPanel module,and now you want to switch to cpanel extended you have to create new service and set same params ..domain firstdomain.com ..user firstuser password firstpassword and before click add ..just uncheck "use module" Also if you want to remove account from blesta but don't want to delete account from cPanel also just need to uncheck "use module" and than service will be deleted from blesta but will stay intact in cpanel.So in practice if you would like to swtch module cPanel<-->cPanele extended....than you should first remove/cancel existing cPanel account(with "use module" unchecked)from blesta....and than after that create new cPanel account with second module(again with "use module" unchecked using same domain,username and password you have in cPanel for that account).At this way you will change cPanel module for same account. Now for your case....it is very simple... if there is already account in cPanel with same domain than you can't create new account with same domain..it doesn't metter you cancel that service in Blesta...if you have existing account you want to import to blesta....or you want to just switch module without deleteing account(this is no different from importing existing account)than you have to use procedure above. Now if you canceled account and want to create new/fresh account again with same domain...than you have to first make sure that account is deleted in cPanel.....changing WHM api doesn't mean anything.....in fact it does..if you change it before cancel service than there is no way blesta could finish task with old module.....so make sure that there is no that account in cPanel or just domain..(it can be added as addon domain) I'm still not sure did I understnd your case well...you made mess ..you just have to cancel service provisioned with cPanel module(with use module unchecked) and after that just add new service with module cpanel extended(again with use module unchecked).. Let's try to reproduce it 1.You have created account with cpanel 2.Installed cpanel extended 3.Try to switch module but failed(because it was active service) 4. Change whm api key, password & cancelled client service. 5. created same package & service using cpanel extended module 6.Try to delete service provisioned with cPanel module Now did you try cancel service added with cPanel module with "use module" unchecked.... If that doesn't work..try cancel/delete service provisioned with cpanel extended(uncheck use module...so you don't have to create account again in cpanel)...than cancel/delete service provisioned with cpanel module... At this point you should have no service in blesta but there is account in cpanel...now if these steps worked...at this point just import existing account using cpanel extended module..
    1 point
  10. Paul

    Afiliates Module for Blesta

    I have marked it as planned. Also, CORE-1091. Domain manager is a higher priority, but this one is getting up there also.
    1 point
  11. Thank you to all our happy customers for their replies but I think it's best to keep it open so others can have their opinion as-well at the end of the day the OP is allowed his opinion.
    1 point
  12. @calottery, my experience has been consistent for well over 6 months. I'm sorry your experience was different, and you clearly handled your issue in a way that did not extend any courtesy, or allow room for an amicable solution. I've had license problems with Adobe, and they're miserable to work with and resolve. I've had license issues with Microsoft Office 365 in a Windows environment where the PC forgets that it is already authenticated with the license server and repeatedly prompts to reconnect. Microsoft's solution? Delete the assigned PC user, and resend the invitation. Bottom line is I'd challenge you to get the kind of response and personalized service from these large companies, that Michael provides with a small team. And then you post "BEWARE: LicenseCart - Do Not Buy!!" I simply hope people read far enough down to see that your experience is an isolated experience.
    1 point
  13. They aren't leaked by our staff. People use tools to reverse ioncube encoded files, and also add malicious backdoors to the code. It's not safe to use nulled software, and it's not fair to the developers. Bottom line is, those that want to steal will steal. Our competitor is feeling rather confident in their pending v6 release by announcing a price increase. I see far more people express disappointment in the pending release than joy. We'll respond to their price increase by continuing to offer Blesta at the same great price we started with. Well written software by skilled developers at a fair price.
    1 point
×
×
  • Create New...