Leaderboard
Popular Content
Showing content with the highest reputation on 09/11/2017 in all areas
-
External Domain Availability Check
isijosamua and 3 others reacted to Ziaur Rashid for a topic
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 everyone4 points -
The password must be at least 5 characters in length
Blesta Addons and one other reacted to Jono for a question
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 -
Massive Update by ModulesGarden!
Jonathan and one other reacted to ModulesGarden for a topic
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 -
[Plugin] BlestaCMS
Blesta Addons and one other reacted to Michael for a topic
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 -
get Configurable Options for service_id
Jono reacted to Blesta Addons for a topic
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 -
1 point
-
PHP7 Blank Page
activa reacted to nolaghosting for a question
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 ibdata11 point -
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
-
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
-
@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
-
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