Jump to content

snake

Members
  • Posts

    79
  • Joined

  • Last visited

Posts posted by snake

  1. Settings > System > Automation > Cron job url. remove the */5 * * * *

    which gives

    /usr/bin/php D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\index.php cron

     

    which is not a URL, so cannot be run from the browser.

    I have tried using mydomain.com/billing/index.php?cron

    this does not work either

  2. A short list of common tags should be displayed in the Package above the WYSIWYG editor for the welcome email. The tags related to the service depend largely on the module being used, here's an example of tags available for cPanel -- http://docs.blesta.com/display/user/cPanel#cPanel-WelcomeEmail

     

    Click "Additional Tags" for a more complete list.

     

    What module are you using?

    I am using universal module, and as Tyson said above

     

    The {package.*} tag is not a usable tag (neither is {module.*} or {service.*}), and is only shown to suggest that you can use anything. The asterisk is a common term to denote "all". The tags that are actually available depend on your Universal Module product.

     

     

    I have tried package.name, service.name etc but everything I try throws an error.

    I have looked through the docs, but I cannot find any mention of what actual tags I can use.

  3. ok i'm still not getting this i'm afraid. I am reading the docs, but they seem very limited and seem to assume prior knowledge of how the system works.

     

    here is what I need to do.

    when an order is placed, I want the confirmation email to show what they ordered.

    So what tags should I put in there ?

     

    In addition I also need to get an email sent to me telling an order has been placed so I can manually provision it. 
    In the universal module settings i have set the "Post URL/Email " to my email address, but it is just sending me a bunch of JSON. Which is presumably due to thje "{% debug %}" in the notification content. What should I put in here to get sent something more meaningful ?

     

    thanks
     

  4. oh, I thought as Blesta was open source, community contributions could be added into the core, is that not the case then ?

     

    I hate having to make code changes after every update, too much chance that you might forget, had enough of that with WHMCS :-)

  5. that's great Rodrigo, can't believe you solved this in less than 24 hrs :-) that is a great service.

     

    will this be in the next release, or will this patch need to always be applied manually ?

     

    I would also like to put the control panel url in here as a hard coded value, but putting it in the "values" field doesn't seem to work, is there another way to do this ?

     

    So I get what the Services options are used for now, and it seems I can use this universal module to call a http api that will do my provisioning for me at some point. But could someone explain what the package options do and how these differ from the service options, thanks.

  6. under module options, I see the universal module I have created "websitepanel".

     

    under tags I have 

     

    {client.id} {client.id_code} {client.first_name} {client.last_name} {pricing.term} {pricing.period} {pricing.currency} {pricing.price} {pricing.setup_fee} {pricing.cancel_fee} {module.*} {package.*} {service.*}

  7. thanks, that was quick :-)

    I tried what you said, and I can now see that field in the admin and can enter a value for it.

    But from the client side they cannot see these fields, which I need them to as it is their control panel login details (not edit, only view)

    Is this possible?

  8. I am using the universal module as there is no provisioning module for the control panel i am using, and it is a requirement to choose a module when adding packages.

    Because of this I have to provision the packages manually on my control panel.

    When doing this I need to then insert the users control panel username into the package details somewhere, but I cannot see how I would do this.

    I tried using the package options in the universal module and added a "username" label, but I cannot see any place where I can then enter a value for this before activating the package for the user.

    Didn't find anything helpful in the docs so far.

     

    Can anyone advise ? thanks

     

     

  9. when trying to activate a service for a user I am getting below error.

    I have found mention the forum that it could be an issue with the welcome email for this package, but the ONLY tag I have in the email is {package.*}

    I am just testing out the system right now, so really haven't not added anything custom, it is just the bare bones currently

     

    Oh noes!

    unexpected character in filters : "." at 299 on line 233 in D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\vendors\h2o\h2o\parser.php 

    Printing Stack Trace:
    #0 D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\vendors\h2o\h2o\parser.php(114): ArgumentLexer->parse()
    #1 D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\vendors\h2o\h2o\parser.php(75): H2o_Parser::parseArguments('package.*', 292)
    #2 D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\vendors\h2o\h2o.php(106): H2o_Parser->parse()
    #3 D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\vendors\h2o\h2o.php(142): H2o->parse('

    ???Hi {conta...')
    #4 D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\app\models\emails.php(806): H2o::parseString('

    ???Hi {conta...', Array)
    #5 D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\app\models\emails.php(512): Emails->buildEmail('service_creatio...', '1', 'en_us', Array)
    #6 D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\app\models\services.php(1247): Emails->send('service_creatio...', '1', 'en_us', 'russ@michaels.m...', Array, NULL, NULL, NULL, Array)
    #7 D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\app\models\services.php(1036): Services->sendNotificationEmail(Object(stdClass), Object(stdClass), '1')
    #8 D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\app\controllers\admin_clients.php(3503): Services->edit('1', Array, false, true)
    #9 D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\lib\dispatcher.php(111): AdminClients->editService()
    #10 D:\HostingSpaces\russmichaels\cfmldeveloper.com\wwwroot\billing\index.php(21): Dispatcher::dispatch('/billing/index....')
    #11 {main}

     

×
×
  • Create New...