Jump to content

Evaske

Members
  • Posts

    120
  • Joined

  • Last visited

Everything posted by Evaske

  1. Not bad for a residential connection
  2. My current connection from home: Painful I know! BUT BUT BUT.... Getting 200MB/s FTTH fitted on Friday! Shall definitely post an update then
  3. 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?
  4. It's when adding a service. Service Creation is HTML: {package.email_html} Text: {package.email_text}
  5. 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}
  6. 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
  7. 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.
  8. Ignore... his group wasn't getting the loose credit option
  9. Hello, I have a client who has £12.50 in his account as credit. He then has as an invoice for £515.00. It has been a few hours since the invoice was generated but it is still showing him as oweing 515 and not 502.50. Why is this?
  10. 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?
  11. Evaske

    Cron Not Runing

    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
  12. For number 2 I just had a quick look in the Namecheap API and the functionality is there. Not sure if the developers are adding it or not though. Can't remember seeing it mentioned.
  13. That's the news I wanted to hear!
  14. Exactly what I am also after.
  15. So you're saying we have to wait until 3.1 for the product to become effectively user friendly for a hosting environment or does the selecting a hosting package following the domain selection count as a tweak.
  16. So it seems everyone is thinking the same way. Do the developers have an ETA for this to be rectified?
  17. Evaske

    Sftp Backup Failing

    I can connect and upload to the folder with no problems through an SFTP client.
  18. 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.
  19. This is nothing to do with payment gateways just the way in which the order form is set out to anyone ordering.
  20. Evaske

    Cron Issues

    Nevermind. Fixed it. With me using CloudLinux it meant I had to enable register_argc_argv for my individual account rather than for the general server.
  21. Evaske

    Cron Issues

    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>
  22. Any idea when we can expect this as currently I'm not sure Blesta is fully useable with its current order form layout.
×
×
  • Create New...