Jump to content

wmac

Members
  • Posts

    47
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by wmac

  1. 2 hours ago, Paul said:

    What version of Blesta are you running, and which version of the importer? 4.1.0 beta 2 has an updated importer for whmcs. The user ID error for people recently has been a result of the use of non-UTF8 characters in whmcs. The importer was updated to convert these to UTF8, and then the client account is properly created. Do you have access to 4.1.0 beta 2? If not, let me know and I can get you a copy via PM.

    Thank you, Paul, as I am putting this in production I am using version 4.0.1, I have the 4.1 beta download already but has not been released for production yet. If it is I will upgrade.

  2. Just now, gosuhost said:

    what about in order form set to shared? seems to work on my test, doesnt show it under "order" but i can link it manually with  http://beavdev.net/order/main/index/test or https://beavdev.net/order/config/index/test/?group_id=1&pricing_id=2 . The only package under the order page is the one i set as NOT A TEST PACKAGE, whereas i can still order the hidden test package that i set with a manual link. 

    Thank you very much, I will try this is what I was looking for

  3. Just now, gosuhost said:

    you could try to add it to a member group that doesnt have order form set to it. i think this would work, really should have tested this theory before posting but hey :P

    Thanks for the hint but I still need to make the order forms to get the URL to inform on the forums for that promotion without it customers can not access, I am still learning WHMCS works differently.

  4. Sorry for my questions but I am an NB on Blesta, the issue is I can not create hidden packages in Blesta I have a lot of hidden packages on WHMCS and when I do promotions I inform the customers the URL for each package, so normally they are not publicly displayed.   

    I tried to do a restricted package and copy and paste its URL but did not work, is there any workaround to do this.

     

    Thanks

  5. Just now, Blesta Addons said:

    you should mke mapped file for importer . or migrate service from universal module to virtualizor module .

    Ok, most of the information was migrating by the Import Manager plugin, what I did was create the packages identical to the Virtualizor ones and when import use the package map to do it, it worked and the control panel tab and option appear at the client and admin area as well, but it did not migrate the VPS ID so can not bring the information from the Virtualizor server next step will test the migration with the ID

  6. Hi all,

    I am migrating from WHMCS to Blesta and got stuck in migrating Virtualizor, once we work with this CP in WHMCS, does anybody has anything to share, I can not make the existing customers connect to the VIrtualizor control panel however if I create a new customer the module will provision and customer will have the CP.

     

     

  7. 6 hours ago, Blesta Addons said:

    can you share your solution, this will help others if they have the same error, and maybe the team can add some tweak in the docs if needed.

    Here they are:

     

    vi /etc/my.cnf and add the following lines or modify them if they exist in your installation

    wait_timeout=2400 
    connect_timeout=360


    restart mysqld

    vi /etc/php.ini and change or add the following lines

    memory_limit = 512M 
    upload_max_filesize = 512M 
    post_max_size = 512M 
    max_execution_time = 60


    restart apache

    as I have the resources I used but I am sure can be less

    and that is it could install, configure and migrate without any problems

  8. On 6/22/2017 at 5:51 PM, Blesta Addons said:

    when you install it from web, you get the same error ?

     

    Yes, but I fixed that could finally install Blesta with VestaCP have to make some modification on php.ini and also some on my.cnf

    I would like to thank you all we can close this one as solved.

  9. Update, installed VestaCP on a dedicated Centos 6.9 and got the same issue these are the PHP and mysql info:

    PHP 5.6.30 (cli) (built: Jan 20 2017 08:02:17)
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
        with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.1.0 (), Copyright (c) 2002-2017, by ionCube Ltd.
     

    Welcome to the MySQL monitor.  Commands end with ; or \g.
    Your MySQL connection id is 33
    Server version: 5.5.56 MySQL Community Server (GPL) by Remi

    Only Apache installed no other proxy.

  10. Some update, I could install Blesta and work well on CWP running Apache, reinstall it on VestaCP running only Apache and had the same problem in the installation process, looks like Blesta does not like VestaCP

     

  11. I am trying to install Blesta and got the following error and it will not install

     

    ----------------------------------------
    Blesta CLI Installer
    ----------------------------------------
    OK
    Checking InnoDB support... OK
    Installing database...
    96/96 [========================================] 100%
    Completed.
    Configuring database...
    23/23 [========================================] 100%
    Completed.
    Upgrading database...
    4/4 [========================================] 100%
    0/0 [========================================] 100%
    2/2 [========================================] 100%
    0/0 [========================================] 100%
    2/2 [========================================] 100%
    1/1 [========================================] 100%
    1/1 [========================================] 100%
    1/1 [========================================] 100%
    1/1 [========================================] 100%
    1/1 [========================================] 100%
    2/2 [========================================] 100%
    2/2 [========================================] 100%
    15/15 [========================================] 100%
    1/1 [========================================] 100%
    1/1 [========================================] 100%
    5/7 [============================>           ] 71 %<!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="utf-8">
            <title>Blesta</title>
            <link rel="stylesheet" href="./app/views/errors/css/application.min.css">
            <link rel="stylesheet" href="./app/views/errors/css/font-awesome.min.css">
        </head>
        <body>
            <div class="error-container">
                <div class="program-error">
        <div class="panel panel-default panel-simple">
            <div class="panel-heading">
                <h3><i class="fa fa-exclamation-circle"></i> Something went wrong.</h3>
            </div>
            <div class="panel-body">
                <p>
                    Undefined index: total            </p>
            </div>
        </div>
    </div>        </div>
        </body>
    </html>
     

     

     

    Somebody has some workaround for this?

×
×
  • Create New...