Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/12/2014 in all areas

  1. Michael

    Awesome!

    This Blesta 3.4.x is amazing just fantastic, you should try it If you don't want to try it or don't have a dev license you can view this video for some of the features on the frontend: http://screencast.com/t/QDd3y5XSnhv
    1 point
  2. In further testing this appears to happen for some clients and not others within the same installation. I'm not sure exactly why, but I've assigned this to CORE-1520
    1 point
  3. Blesta Addons

    Awesome!

    i don't remember where is the last time i checked the blog
    1 point
  4. Paul

    [Client] Preferred Currency

    Confirmed, CORE-1519. Thanks for the report!
    1 point
  5. Paul

    Regex Error Creating Client

    Do any of those domains exist? A DNS lookup is done on the domain name to ensure that it's capable of receiving email, if it's not that error is returned. It has helped many of our customers with typos in their email address. If the address is invalid, they won't get their welcome email.
    1 point
  6. Austin

    Awesome!

    Will definitely be trying this out later!
    1 point
  7. Paul

    Awesome!

    You got a video out quick! I hope everyone likes the re-organization of client/contact details.
    1 point
  8. Undo the regex change you made for the cPanel module -- it's invalid. What action did you perform, and what command is issued via the API that results in that error: "Unable to fetch the cPanel user ..."? You should see it at the top of the input/output module logs, and the input logs should show the username being requested. When adding new users without specifically setting your own username, it will still generate one 8 characters in length. If you still experience an issue with usernames 8 characters or less, then it may be the API that needs to be updated. I haven't tested this, but you could try finding and updating (/components/modules/cpanel/apis/cpanel_api.php): if ( ( $user != null ) && ( strlen( $user ) < 9 ) ) { to if ( ( $user != null ) && ( strlen( $user ) < 17 ) ) { There is no other limitation on username length within Blesta.
    1 point
  9. The name is "Mohamed Anouar" @jn.rounak , i have remply to your PM . actually i can't accept any work , i have a lot of other work to finish + my other Free plugin to the community (proxmox/logicbox/server status/ ...)
    1 point
×
×
  • Create New...