Jump to content

Evaske

Members
  • Posts

    120
  • Joined

  • Last visited

Posts posted by Evaske

  1. Something in the welcome email of the package was causing the error. Haven't been able to pinpoint which yet. Two questions:

     

    {package.price} is showing as 5.9900. Anyway to make it just 5.99?

     

    Also, if I add an option to a package, say 1GB extra space, is there a way to include that total in the price and also show those details in the same welcome email?

  2. Hello,

     

    Getting this error when trying to add a new account via the admin panel.

    
    Oh noes!
    
    unexpected character in filters : "/" at 136 on line 233 in /home/evaske/public_html/Clients/vendors/h2o/h2o/parser.php
    
    Printing Stack Trace:
    #0 /home/evaske/public_html/Clients/vendors/h2o/h2o/parser.php(114): ArgumentLexer->parse()
    #1 /home/evaske/public_html/Clients/vendors/h2o/h2o/parser.php(75): H2o_Parser::parseArguments(' #2 /home/evaske/public_html/Clients/vendors/h2o/h2o.php(106): H2o_Parser->parse()
    #3 /home/evaske/public_html/Clients/vendors/h2o/h2o.php(142): H2o->parse('
    
    ???
    
    #4 /home/evaske/public_html/Clients/app/models/emails.php(806): H2o::parseString('
    
    ???
    
    #5 /home/evaske/public_html/Clients/app/models/emails.php(512): Emails->buildEmail('service_creatio...', '1', 'en_us', Array)
    
    #6 /home/evaske/public_html/Clients/app/models/services.php(1191): Emails->send('service_creatio...', '1', 'en_us', 'Kieran.eves@eva...', Array, NULL, NULL, NULL, Array)
    
    #7 /home/evaske/public_html/Clients/app/models/services.php(849): Services->sendNotificationEmail(Object(stdClass), Object(stdClass), '1')
    
    #8 /home/evaske/public_html/Clients/app/controllers/admin_clients.php(3989): Services->add(Array, Array, true)
    
    #9 /home/evaske/public_html/Clients/app/controllers/admin_clients.php(3900): AdminClients->createService(Array, Array)
    
    #10 /home/evaske/public_html/Clients/app/controllers/admin_clients.php(3397): AdminClients->processServiceStep('confirm', Object(stdClass), Object(stdClass), Object(stdClass))
    
    #11 /home/evaske/public_html/Clients/lib/dispatcher.php(111): AdminClients->addService()
    
    #12 /home/evaske/public_html/Clients/index.php(27): Dispatcher::dispatch('/admin/clients/...')
    
    #13 {main}
    
    
    		
    
    
    
  3. Hello,

     

    My email for invoice due (unpaid) looks like this:

    Hi {contact.first_name},
    
    An invoice has been created for your account and is attached to this email in PDF format.
    {% for invoice in invoices %}
    Invoice #: {invoice.id_code}
    
    
    Pay Now (No Login Required)
    
    {% endfor %}
    
    If you have any questions about your invoice, please let us know!
    

    Obviously that Pay now isn't a link. How can I make it a link like it should be as I had one customer complaining they couldn't click a link and directly pay like there is on the invoice reminders.

     

    Thanks

  4. Thanks, The Wordpress version is on the way (should be ready in about 2 weeks).

     

    The only problem is I'm not familiar enough with Blesta to be able to integrate automatic sync of the menu/widgets etc.

     

     

     

    Thanks a lot :)

     

    I have my WP menu's integrated with my Blesta install... Actually very easy as long as you include the correct WP files to allow all the functions to work normally.

  5. Hey,

     

    Just wondering if one of the devs could suggest a way to make the domain field autofill with the domain name selected on the order page. Is there an easy way to say set it as a session item and then put that as the input value? Which file would I go to to set the selected domain as the session value?

  6. You have to only enter the  /usr/bin/php /home/admin2/public_html/client/index.php cron part as the command.

     

    In Common settings select the "every 5 minutes" option. That automatically adds the */5 * * * * part for you :)

  7. I agree, I will be taking a close look at this prior to releasing 3.1. To be honest, it should be working that way and I think that was the intention, not sure what happened to be honest.

     

    EDIT: CORE-831, so it's not forgotten 

     

    That's the news I wanted to hear! :D

  8. Is there any possible way to modify the current ones that easily, so could just do this;

     

    1. User chooses the domain name they want
    2. Domain is available, so it's added to the cart
    3. Transferred to hosting packages
    4. User picks the package, and either fills in the domain or it's filled in already
    5. Check out for both products

    As for me this is the logical way of an order form for at least Web hosting. Is this easily possible to modify currently, or is it looking easier to wait?

     

    Exactly what I am also after.

  9. What happened to this project?

    It's completely disappeared off the ModulesGarden site and the Order links in this forum redirect to their homepage. 

     

     

    ?

     

    They made an agreement with WHMCS to only sell their modules and so signed the Blesta module over to the Blesta team. The module will become a standard part of the installation in the future.

  10. Getting this issue:

     


    Cron has not run in the past 24 hours. Invoices have not been automatically created via cron in the past 24 hours.

     

    It's fine when I run it manually but for some reason it isn't running automatically. I have the cron set up in CPanel correctly though.

     

    This is in my Cpanel:

     

    */5 * * * * /usr/bin/php /home/evaske/public_html/Clients/index.php cron

     

    This is what the error throws up:

     

     

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us" dir="ltr">
    <head>
    <title>Blesta</title>
    <link rel="stylesheet" type="text/css" href="/app/views/errors/css/styles.css" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    </head>
    
    <body>
    <div class="program_error">
    <h3>Oh noes!</h3>
    <div class="contents">
    <p>Undefined variable: argv on line <strong>30</strong> in <strong>/home/evaske/public_html/Clients/index.php</strong></p>
    </div>
    </div>    </body>
    </html>
×
×
  • Create New...