Leaderboard
Popular Content
Showing content with the highest reputation on 11/07/2013 in Posts
-
E-mail like the Password reset email or Invoice delivery email were declared as SPAM on GMAIL, I tried to change the email, sender name, the contents of the message but no luck. This is the message I get "Why is this message in Spam? It's similar to messages that were detected by our spam filters." What is your experience with this?2 points
-
Disable Https Completely?
Amyamoxylea and one other reacted to Alex Vojacek for a question
Hello wonderful community. I just bought my first license of blesta, the owned unbranded. I finished my portal here: http://clients.elysiumservers.com but as you can see, some parts reads in https and some in http. I managed to create a rule in nginx for the server to load each part and jump to http each time but it is of no use since a new web browser will ask for authentication in the SLL as soon as the redirection tries to work. I know all about SSL but as of right now, i can't change the http url on 2checkout without having to pay them for doing it and I really don't want to pay for a SLL certificate so my clients don't look to that horrible red page of "unsecure, danger... better leave" unsecured SSL. Is there a way to completely disable SSL and force blesta into http only?, probably in the future when I have more money I will change the 2checkout url and pay for a SSL authority certificate but right now, I spent all my money on the license. If you point me in the right direction I think I can handle myself, I need to know at least the files that controls https and http. Thank you guys.2 points -
Failed Transfer
Pedkeertnew reacted to hadzo for a question
I tried to transfer a domain. I got this in an email "The Request for Transfer alongwith 1 year Renewal of domain.biz through () failed. This is because the Transfer Secret (Authorization Code) provided for this Domain Name at the time of placing the Transfer Request was incorrect." This email was sent after the whole domain process with Blesta was completed like payment etc. Now In blest I have a completed service and a domain tied to that client. But when I login to LogicBoxes I can see no domain. When I click Manage next to the service/domain I have no option to complete the transfer since Blesta thinks it it already transferred. What can I do?1 point -
Version: 3.0.5 Action: Try to use function "Invoices-edit" to add new invoice line with tax. The following query add new invoice line. New line should has tax but doesn't has. https://my.blesta.site/api/Invoices/edit.json?invoice_id=20&vars[client_id]=7&vars[lines][0][service_id]=39&vars[lines][0][description]=test&vars[lines][0][qty]=1&vars[lines][0][amount]=2&vars[lines][0][service_id]=39&tax=true"1 point
-
Email Issues
Michael reacted to SurgeNetwork for a question
I noticed that I didn't setup the API on PayPal. So when I next get an order I can test it out, now that the API settings are done.1 point -
In the manual now - http://docs.blesta.com/display/user/Removing+Branding1 point
-
Release 3.0.5
engariaaccors reacted to Cody for a topic
Version 3.0.5 is now available. You can download it in the Client Area. This is a patch release that corrects issues with 3.0.0. Patching Blesta See Patching Blesta in the User Manual for instructions. Release Notes - Blesta Core - Version 3.0.5 ## Version 3.0.5 2013-10-24 ### Bug * [CORE-806] - Order: Incorrect CSS URI on Windows servers * [CORE-807] - Stripe: Invalid conversion of decimal values into interger representation * [CORE-808] - Support Manager: Does not use system temp directory when downloading attachments * [CORE-809] - Order: Nonmerchant gateways do not receive description * [CORE-811] - SolusVM: OpenVZ nodes fail to provision due to error "Invalid node or group" when more than 1 node can be chosen from * [CORE-812] - SolusVM: IP address and password do not get set when provisioning a service with a password with special characters * [CORE-813] - Order: Return URL not properly set for nonmerchant gateways * [CORE-815] - Support Manager: Parsing charset fails for some email headers * [CORE-817] - Client creation through the admin interface always sends welcome email * [CORE-823] - Modal confirm on edit currency displays escaped HTML content * [CORE-824] - Unable to change service renew date if service meta fields are required * [CORE-827] - Plesk: Reseller accounts are unable to suspend services * [CORE-829] - Security: System overview widget fails to sanitize some data * [CORE-830] - Security: Feed Reader widget does not properly sanitize description * [CORE-831] - Order: Domain and other order type process has incorrect flow * [CORE-833] - Universal Module: POST header not being properly sent * [CORE-836] - Logicboxes: Multi-level TLDs may not be selected * [CORE-837] - Namecheap: Multi-level TLDs may not be selected * [CORE-838] - Logicboxes: transfer domain results in "required Parameter Missing: Customer-Id" * [CORE-839] - Import Manager: Does not display errors that may be returned from the migrator * [CORE-842] - Order: Some addon services remain in cart after primary service removed ---1 point -
It's always better to create an override CSS file. Then edit the appropriate structure.pdt file to include. We have plans to add support for setting custom CSS/javascript files to load into structure.pdt without editing structure.pdt.1 point
-
Did the cPanel account exist previously? If so, Blesta would not have been able to create it and the service would remain as pending. If it did not exist, and Blesta created it but left the service pending, it's likely the cPanel server returned an error even though it created it. I'd check Tools > Logs > Module Log for a record of that, it may indicate what happened.1 point
-
The email address for PayPal does need to match the email address configured in the PayPal gateway in Blesta. We are planning to add an option to add additional email addresses that should be accepted by Blesta.1 point
-
We'll try to duplicate and come up with a fix.1 point
-
I think if we do that it should be an option, and not the default option.1 point
-
Moving to Feature Requests forum, as this is an upcoming improvement and not a bug.1 point
-
Fixed in CORE-858 for v3.0.6, which will be released soon. This issue can cause the cron to fail to finish creating invoices, so you may want to pre-patch yourself. Update /app/models/services.php and change: $service->package_pricing = $this->getPackagePricing(); to: $service->package_pricing = $this->getPackagePricing($service->pricing_id);1 point