Jump to content

flangefrog

Members
  • Posts

    282
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by flangefrog

  1. When I add a service through the admin panel my module is not able to validate info after pressing continue, only on the confirm page when pressing add service. This means I need to use the back button a couple of times to correct the info. There should be some way for modules to access and validate the POST data before going to the confirm page.

  2. I personally don't like the term "Merchant Gateway" because it implies you need to have a merchant account. There are several gateways in that category that don't require you to have your own merchant account and will transfer funds to your bank account within a few days or a week. I don't know much about the included gateways as most aren't available where I live so I'll leave it to someone else to recommend one that works like this.

  3. On the client's profile page, on the left there's Account Actions, under there is a option called Record Payment you need to use that.

     

    Licensecart is correct, but note that it doesn't create an invoice, just adds credit to the clients account. I don't think you should ever create an invoice without providing services, you can create a receipt though.

     

    If you just created an invoice, the payment would go towards the invoice so wouldn't be added as credit on the account.

  4. Are you using the vQmod or making the change manually?

     

    If you are using vQmod, make sure you download it using the link in my signature and install it according to the first post on that page. Check /vqmod/logs for any errors.

     

    If you are making the changes manually, are you doing this on the correct template? Bootstrap is the default but an upgraded install might have an old "default" template.

     

    Mike, I haven't tried that plugin yet but I don't think it can modify the PHP?

  5. Oh noes!

     

    Files does not exist: /var/www/blesta/plugins/order/views/client/bootstrap/message.pdt on line 120 in /var/www/blesta/lib/view.php 

     

    Printing Stack Trace:

    #0 /var/www/blesta/lib/controller.php(197): View->fetch('message', 'client/bootstra...')

    #1 /var/www/blesta/app/app_controller.php(0): Controller->partial()

    #2 /var/www/blesta/app/app_controller.php(0): AppController->setMessage()

    #3 /var/www/blesta/app/app_controller.php(0): AppController->verifyCsrfToken()

    #4 /var/www/blesta/plugins/order/order_controller.php(16): AppController->preAction()

    #5 /var/www/blesta/plugins/order/order_form_controller.php(38): OrderController->preAction()

    #6 /var/www/blesta/lib/dispatcher.php(102): OrderFormController->preAction()

    #7 /var/www/blesta/index.php(21): Dispatcher::dispatch('/order/config/p...')

    #8 {main}

    Is this CORE-1170?

     

    URL /order/config/preconfig/domains

    Blesta 3.3.0

    PHP 5.5.17

  6. I am using blesta on local system.

    and cannot setup cron on local system.

     

    You can run cron manually from /admin/settings/system/automation/. If you don't have cron installed (i.e. if you're on Windows) you could use scheduled tasks, or you could use an online service to request the cron url every 5 min.

  7. I have already followed this step but when I click activate service my domain registration api does not get call.

    My domain cannot be registered without running cron.

    Is there any way to manually activating service?

     

    Not without modifying the core files. Is there a reason why you can't run cron?

  8. yes I have module log.

    I think domain registration api of registrar is called from addservice method of registrar module.

    But in my case when I register a domain from admin panel, first "getAdminAddFields" method and then "addservice" method is called.

    But when I registered a domain from client panel only getAdminAddFields method is called and not addservice method.

    So, domain registration method never get called.

     

    As naja7host said above, but the rest is working how it should. addservice is not supposed to be called when a client adds a service. Cron checks every 5 min to see if the service is activated, paid, approved etc and only then will it call addservice.

  9. the output is the response json for in_review :

     

    for me is not a bug , this response should be rendred in the service page and not directly in the browser .

     

    is the OP has made any change to the files

     

    also the server side spec of th OP is like the same as i have in my test server .

     

    naja7host, the page should only return JSON if called via ajax

    // Render the request if ajax
    return $this->renderAjaxWidgetIfAsync(isset($this->get[1]) || isset($this->get['sort']));
    

    Unfortunately the renderAjaxWidgetIfAsync() function seems to be declared in the encoded AppController class so I can't look at it.

     

    MiikaaQC,

    1. Does this happen when using another browser?
    2. Have you changed your user-agent at all?
    3. What are those two plugins I see in your screenshot?
    4. Does it happen for other widgets like /admin/billing/transactions/pending/?
  10. I accidentally deleted files on our server, and the backup by site5 just happened to be corrupted too.

     

    I have now reinstalled Blesta, but the database is gone.

     

    Is there a way to download existing records from WHM into the new Blesta database?

     

    You said you deleted the files, did you delete the database as well? Reinstalling Blesta shouldn't overwrite the database.

×
×
  • Create New...