Jump to content

mas.satriyo

Members
  • Posts

    42
  • Joined

  • Last visited

Posts posted by mas.satriyo

  1. pecl install pecl_http-2.5.5

    [root@nodename ~]# pecl install pecl_http-2.5.5
    downloading pecl_http-2.5.5.tgz ...
    Starting to download pecl_http-2.5.5.tgz (199,782 bytes)
    ..........................................done: 199,782 bytes
    downloading raphf-1.1.2.tgz ...
    Starting to download raphf-1.1.2.tgz (15,915 bytes)
    ...done: 15,915 bytes
    downloading propro-1.0.2.tgz ...
    Starting to download propro-1.0.2.tgz (13,393 bytes)
    ...done: 13,393 bytes
    8 source files, building
    running: phpize
    Can't find PHP headers in /usr/include/php
    The php-devel package is required for use of this command.
    ERROR: `phpize' failed
    8 source files, building
    running: phpize
    Can't find PHP headers in /usr/include/php
    The php-devel package is required for use of this command.
    ERROR: `phpize' failed
    71 source files, building
    running: phpize
    Can't find PHP headers in /usr/include/php
    The php-devel package is required for use of this command.
    ERROR: `phpize' failed
    
    

    and php-devel has conflicts

    [root@nodename member]# yum install php-devel
    Loaded plugins: fastestmirror, presto, priorities, protectbase, replace
    Setting up Install Process
    Loading mirror speeds from cached hostfile
     * mratwork-epel: mirror.cs.princeton.edu
     * mratwork-ius-stable: mirror.symnds.com
     * mratwork-webtatic: us-east.repo.webtatic.com
    0 packages excluded due to repository protections
    Resolving Dependencies
    --> Running transaction check
    ---> Package php-devel.x86_64 0:5.3.3-47.el6 will be installed
    --> Processing Dependency: php(x86-64) = 5.3.3-47.el6 for package: php-devel-5.3.3-47.el6.x86_64
    --> Running transaction check
    ---> Package php.x86_64 0:5.3.3-47.el6 will be installed
    --> Processing Dependency: php-common(x86-64) = 5.3.3-47.el6 for package: php-5.3.3-47.el6.x86_64
    --> Processing Dependency: php-cli(x86-64) = 5.3.3-47.el6 for package: php-5.3.3-47.el6.x86_64
    --> Processing Dependency: httpd-mmn = 20051115 for package: php-5.3.3-47.el6.x86_64
    --> Running transaction check
    ---> Package httpd.x86_64 0:2.2.31-1.mr.el6 will be installed
    --> Processing Dependency: httpd-tools = 2.2.31-1.mr.el6 for package: httpd-2.2.31-1.mr.el6.x86_64
    ---> Package php-cli.x86_64 0:5.3.3-47.el6 will be installed
    ---> Package php-common.x86_64 0:5.3.3-47.el6 will be installed
    --> Running transaction check
    ---> Package httpd-tools.x86_64 0:2.2.31-1.mr.el6 will be installed
    --> Processing Conflict: httpd24u-2.4.20-3.ius.el6.x86_64 conflicts httpd < 2.4.20
    --> Processing Conflict: httpd24u-tools-2.4.20-3.ius.el6.x86_64 conflicts httpd-tools < 2.4.20
    --> Processing Conflict: php56u-cli-5.6.22-2.ius.el6.x86_64 conflicts php-cli < 5.6
    --> Processing Conflict: php56u-common-5.6.22-2.ius.el6.x86_64 conflicts php-common < 5.6
    --> Processing Conflict: php56u-gmp-5.6.22-2.ius.el6.x86_64 conflicts php-gmp < 5.6
    --> Finished Dependency Resolution
    Error: php56u-cli conflicts with php-cli-5.3.3-47.el6.x86_64
    Error: php56u-gmp conflicts with php-common-5.3.3-47.el6.x86_64
    Error: httpd24u-tools conflicts with httpd-tools-2.2.31-1.mr.el6.x86_64
    Error: httpd24u conflicts with httpd-2.2.31-1.mr.el6.x86_64
    Error: php56u-common conflicts with php-common-5.3.3-47.el6.x86_64
     You could try using --skip-broken to work around the problem
     You could try running: rpm -Va --nofiles --nodigest
    
    
  2. i tried to configure mail piping for support departments

    but i can't change php path

     

    currently i have multiple php in my vps, /usr/bin/php - /usr/bin/php54m-cli - /usr/bin/php56m and /usr/bin/php70m

    i can't install pecl-mailparse with current php

    [root@nodename member]# yum install php-pecl-mailparse
    Loaded plugins: fastestmirror, presto, priorities, protectbase, replace
    Setting up Install Process
    Loading mirror speeds from cached hostfile
     * mratwork-epel: mirror.datto.com
     * mratwork-ius-stable: mirror.symnds.com
     * mratwork-webtatic: us-east.repo.webtatic.com
    0 packages excluded due to repository protections
    Resolving Dependencies
    --> Running transaction check
    ---> Package php-pecl-mailparse.x86_64 0:2.1.5-2.el6 will be installed
    --> Processing Dependency: php(zend-abi) = 20090626 for package: php-pecl-mailparse-2.1.5-2.el6.x86_64
    --> Processing Dependency: php(api) = 20090626 for package: php-pecl-mailparse-2.1.5-2.el6.x86_64
    --> Running transaction check
    ---> Package php-common.x86_64 0:5.3.3-47.el6 will be installed
    --> Processing Conflict: php56u-common-5.6.22-2.ius.el6.x86_64 conflicts php-common < 5.6
    --> Processing Conflict: php56u-gmp-5.6.22-2.ius.el6.x86_64 conflicts php-gmp < 5.6
    --> Finished Dependency Resolution
    Error: php56u-gmp conflicts with php-common-5.3.3-47.el6.x86_64
    Error: php56u-common conflicts with php-common-5.3.3-47.el6.x86_64
     You could try using --skip-broken to work around the problem
     You could try running: rpm -Va --nofiles --nodigest
    

    but the pecl-mailparse already installed in php56m

    here is from my phpinfo

     

    2eaacd8eacfb4bbe833e87929ba23575.png

     

    how can i change the piping configuration path to

    /usr/bin/php56m-cli /home/username/hostmikro.id/member/plugins/support_manager/pipe.php plugin/support_manager/ticket_pipe/index/1/

     

    in admin_departments page, the piping configuration box has "readonly" tag

    9b4ba7c93a714edc8577fbc866a50609.png

     

    tooltip says

    "Set your piping path as shown, but be sure to update it to point to where PHP is installed if it differs from what is shown."

     

    how can i 'point to where php is installed' if the form is just 'readonly' ?

     

     

    thank you

  3. Do you have the "Client can Add" permission for the package options?

     

    Also, the Option Group should be selected for the Package that it should be available for when editing your Packages.

     

    aha, thanks a lot

    missed this small box, a bit too small, bigger font please  :D

     

    ===========edit==========

     

    every blesta check box in admin page with default themes has a small font

    suggest to increase font size

    12px looks better  :blesta:

     

    First image show option "traffic booster"  and you can see group "Ultimate SEO" is assigned

    image.png

    Second image shows option Groups TAB..Need to click on Packages-->Options..and than will see  Option groups TAB

    image.png

    Third image show Option group "Ultimate SEO",group which I assign to option traffic booster....now you can see "member packages" field...there you need to assign your packages.If you create option group first than you couldn't assign package at all

    image.png

     

     

    thanks

    first image solve my problem

  4. First you need to go to Settings-->Module--->Universal Module and click "menage".and add product .This product you will select latter in package creation process.All fields except name are optional and you can use to configure package and service,If you need just order and billing automation for something than you can add product with just name,when it comes to web hosting you can name it for example Kloxo hosting,in service option you would probably want add filed with label "Domain" and chose  text as type..name is hidden and you can just use 1 for first field..2 for second..etc and in this field client would set domain he want to host on your server.

    In service option you can ask information you need for that service/product

    In package option you can add more package options client can chose..like dedicated IP..or...anything.

    After you set product you will go and add new package..in module drop down menu you will select "universal module"..than you will see one more field "product"..there you will select product you just configure.

     

     

     

    hi,

     

    i got a problem with 'Input Rules'

     

    tried to add dedicated server service and i have three variables in 'Service Options', 

    - label 1 = hostname  (name 1 = dedi_hostname)

    - label 2 = username  (name 2 = dedi_username)

    - label 3 = ssh-key (name 3 = dedi_sshkey)

     

    i want these rules

    - hostname can't be empty

    - user can't use 'Root' as username, user have to choose username other than 'Root'

    - ssh-key can't be empty

     

    i put these lines in 'Input Rules'

    {
    "dedi_hostname":{
        "valid":{
            "rule":"isEmpty",
            "negate":true,
            "message":"Hostname must not be empty !"
        }
    },
    "dedi_sshkey":{
        "valid":{
            "rule":"isEmpty",
            "negate":true,
            "message":"SSH Key must not be empty !"
        }
    },
    
    "dedi_username":{
        "format":{
            "rule":["compares","==","root"],
            "message":"Username must be other than root!"
        }
    }
    
    }
    

     

    but none of them works

    hostname still can be empty, root is still possible as username, and ssh key can be empty

     

    thank you for your help

  5. Yeah, looks like you'll need a KloxoMR module for Blesta.

     

    In the meantime, you could use the Universal Module, it just won't automatically provision, suspend, etc. Would work ok if you manually approve orders. There are some developers on the forums here that may be able to help you write the module if you like. We have had very few requests for Kloxo.

     

    Hi Paul,

    i still don't understand creating order form with universal module

    the example in https://docs.blesta.com/display/user/Universal+Module still too general

    can you give some explicit example?

     

    thank you

  6. when i tried to create new order from client side, it couldn't add new ssh-key to my do account

    but when i tried to add from admin side, it could add new ssh-key but couldn't create service and this error appears

     

    "You specified an invalid image for Server creation."

    i'm sure that this module really need updates, since it couldn't list available images, locations, list additional options, or choose  one-click apps

     

    ----edit-------

     

    i think many functions are missing

  7. I'm not very familiar with the DO module, what action are you performing that makes that API request, and what is the ssh key used for? I would assume it would be for console access, is it used for provisioning?

     

    If you have an order that is waiting for provisioning, you should have a "pending" service. On the client's profile, click on "Pending" for services, and then "Manage" and try to activate manually. Is there any error output?

     

    the order already 'active' in client's account

     

    fabfe470df6d49349dd2a1b3db56e908.png

     

    but no droplet created in my digitalocean account

     

     

     

    I could take a look at it and try to fix it since well I have some digitalocean credit to use before you know it expires since I got it from the github student pack.

     

    you can download the module here

    https://github.com/blesta/module-digitalocean

     

    extract to /blesta-directory/components/module

    rename folder to digitaloceanmodule

    create composer.json and put

    {
        "name": "blesta/digitaloceanmodule",
        "description": "DigitalOcean",
        "license": "proprietary",
        "type": "blesta-module",
        "require": {
            "blesta/composer-installer": "~1.0"
        }
    }

    i figure out this method by trial and error

    extract the zip from github directly, and install the module directly, blesta can't find the module

    digitaloceanmodule wasn't in the available list

  8. There's no BoxBilling importer yet so you have to do it manually, I don't think any paid systems have a importer for that rubbish :).

     

    You can't you have to make them manually and un-tick use module (else it will try and make the account).

    okay, i'll try

     

    That's Blesta 2.5 not 3.0 and I don't believe anyone has made one for Blesta 3.0 and there's no feature request for one yet, it's not secure either so I don't recommend you use it.

     

    Actually i'm not using the old Kloxo/LxAdmin but KloxoMR

    its v6.5 is based on Kloxo but it's v7.x is brand new with improvised features and in active development

    i've been using kloxomr about two years

     

    the developer mustafa ramadhan said that kloxomr still has same api like kloxo/lxadmin

    where i can get that old module for blesta 2.5?

     

    thanks

  9. Hi, 

    i found modulesbakery's digitalocean module for blesta in github

    tried to install the module, it could connect to digitalocean api, could get my ssh keys (as global ssh keys) and get droplets size (ram size, but only 512MB, 1GB and 2GB)

     

    tried to make dummy order, i could create order and saved to blesta database but it couldn't create real droplets in digitalocean, even couldn't store user's ssh key

     

    i know modulesbakery had stopped the development of this module, but

    does this module still compatible with latest blesta version?

    if need some modification, anyone can tell me which part i have to modify?

     

    thanks a lot

  10. Hi,

    really interested with blesta, reasonable price but rich features

     

    i was running two hosting business before,

    - 'closed-market' hosting for my relatives and family using kloxomr as hosting control panel and no billing system

    - regular hosting service for everyone using cpanel and boxbilling

     

    i want to move both my business to blesta (currently i'm using trial version of blesta since last night), but i found some problems here

     

    1. how to move my existing clients from boxbilling to blesta? can't find any modules/plugins. i found that blesta has import manager plugin but only for whmcs 5.2 and blesta 2.5, not from boxbilling

     

    2. how to sync my existing clients in cpanel?

    i tried to create the same username, same domain, same email and same package but blesta couldn't sync existing account. i had to delete existing account from cpanel and re-create from blesta. is there any simple method?

     

    3. where is kloxo/lxadmin module?

    i found this thread from old lxadmin forum, http://forum.lxcenter.org/index.php?t=msg&th=14144&

    it shows blesta kloxo integration module but i cant find it in available modules page

     

    thanks

×
×
  • Create New...