Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/28/2016 in all areas

  1. The ReCaptcha only works on the Standard order form templates, but not Wizard or AJAX. This is due to the fact the ReCaptcha cannot be loaded via AJAX. Blesta v4.0 has been updated to use ReCaptcha v2, which will require that you update your ReCaptcha settings in the Order plugin. Then, the captcha will display and work correctly in all order templates.
    2 points
  2. Hi, I have run across a problem when working with the cPanel module using Blesta 3.6, cPanel mod 2.3.0 and PHP version 5.4, I have error reporting on. Module: cPanel (Ver 2.3.0) Steps to reproduce: 1) add 2 cpanel servers with the cPanel module 2) add cPanel service to a customer 3) under customer 'manage' the new cPanel service. 4) change 'Server' setting to another server under Service Information. Error Given: Undefined index: coupon_code on line 3938 in /home/xxxxxx/public_html/app/controllers/admin_clients.php Fix: Use isset. On line 3938, I'm sure the below could be written better but it works. if (isset($this->post['coupon_code'])) { $data['coupon_id'] = $this->getCouponId($this->post['coupon_code']); } else { $data['coupon_id'] = null; } I would love to hear back if this above fix may cause problems with the coupon code by setting it to null, the whole else part could be removed it's just habit for me to set to null if it's hit an undefined index error, as it may happen in other parts of the code for the same var. Thanks, Daniel.
    1 point
  3. Tyson

    Cpanel - Change Server

    Thanks for the report. Your fix resolves the error, however, setting the coupon ID to null would remove the coupon (if there is one) from the service. Any price override would also be removed. This issue, and the others I just mentioned, is resolved in CORE-2181 for v4.0.
    1 point
  4. This is fixed in CORE-2179 for v4.0.
    1 point
×
×
  • Create New...