Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/16/2017 in all areas

  1. That language is now available on the translator.
    1 point
  2. Beav

    change http to https

    you do this in the .htaccess file in your web root # Force HTTPS RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]
    1 point
  3. Tyson

    Staff Emails not sending

    The BCC notices you configured for the staff group makes them available to any staff in that group, but each staff user still must set whether they want to receive BCC notices from their [My Info] > [Notices] page by subscribing to them.
    1 point
  4. You need to update your configuration file to set specific controller methods that should bypass the CSRF check. You can update /config/blesta.php, then find and update Configure::set('Blesta.csrf_bypass', array()); to: Configure::set('Blesta.csrf_bypass', array('client_login::index', 'client_login::reset')); That will disable the CSRF check on the client login and client reset password pages. The ISO-3166 for Bangladesh includes multiple districts and divisions, and some of the divisions have the same name as the district, hence why "Chittagong" appears duplicate--one refers to the division and the other refers to the district. If you need to update the States in Blesta to better represent provinces in your area more specifically than the ISO-3166 can represent, you can try the States&Countries plugin to update them.
    1 point
×
×
  • Create New...