Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. 1. could be changed to none, so maybe the devs might look into that option . 2. We did discuss that on Beta but I believe they get a email with it. Not sure and I wouldn't try it, Paul, Cody and Tyson will enlighten us about that.
  2. Michael

    Languages

    Good luck, will take you a while though, as there's about 20 files with loads of lines.
  3. Erm can't you install the offline module which is included in Blesta and cut it into sections. Eg: At .... we allow two offline payments, you can pay via: Bank Transfer: -------------------- Other Payment.
  4. Well you never know there might be a module soon for it
  5. Can you please go to: /config/blesta.php and change Configure::errorReporting(0); to Configure::errorReporting(-1); Then try again as that shows the errors if there is anything.
  6. I don't like self promoting mate, You can see my services at http://licensecart.com/site/services mate.
  7. Michael

    Piping Emails.

    Not sure mate in /home/username/public_html/plugins/support_manager/pipe.php I have: #!/usr/bin/php -q <?php try { include(dirname(__FILE__) . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . "lib/init.php"); // Dispatch the Web request if (!empty($_SERVER['REQUEST_URI'])) Dispatcher::dispatch($_SERVER['REQUEST_URI']); // Dispatch the CLI request else Dispatcher::dispatchCli($argv); } catch (Exception $e) { try { // Attempt to raise any error, gracefully Dispatcher::raiseError($e); } catch (Exception $e) { if (Configure::get("System.debug")) echo $e->getMessage() . " on line <strong>" . $e->getLine() . "</strong> in <strong>" . $e->getFile() . "</strong>\n" . "<br />Printing Stack Trace:<br />" . nl2br($e->getTraceAsString()); else echo $e->getMessage(); } } ?>
  8. Josh is making a knowledgebase and a official module may be out in the future. Other things are prioritised at the moment I believe.
  9. Would be a good idea for clients, I believe we was talking about this in the Beta period and Paul, Cody and Tyson said they was interested in it too.
  10. WOW That is amazing I love how you made it, the ribbon effect, and everything, well done I love it mate
  11. Michael

    Namecheap Error

    Could be related to the issue we had on the Logicboxes system before in Beta.
  12. We're here if you need help mate.
  13. Ok mate want to start it on Monday?
  14. Ok mate smerrikin if you wish to do that, just reply and I'll send you a pm with a link to the 2.5 files and my license key for 2.5 so you can borrow it to move.
  15. If Paul lets me You can borrow mine if you wanted to transfer from WHM** to 2.5.
  16. As long as you have the database you can import it when the v3 importer comes out, else you can do the hard way, import to v2.5 and then to 3.0.
  17. Ah I thought I saw a custom but then I couldn't find it again. So OP needs to go to: /language/en_us/_custom.php then put this in it. $lang['_PaymentTypes.payment_type'] = "Payment Type"; I tested this to ensure I can do it haha. I used: $lang['_PaymentTypes.bank_transfer'] = "Bank Transfer"; And I entered: Name: bank_transfer And I ticked the box. I got this result: The payment type "Bank Transfer" has been successfully created!
  18. Haha Yeah I made that mistake didn't I mate
  19. you need to ensure they are on a registered domain, the child nameservers are setup and then: box 1: ns1.yourdomain.com box 2: ns2.yourdomain.com and it should work.
  20. Remove them one by one like I did, else if you have a backup of the mysql database from when you installed it, just drop all the tables in the database and import it.
  21. Ah I see mate, just randomly spotted it.
  22. Michael

    Piping Emails.

    Yep worked for me on beta haha
  23. I wonder what this feature is for haha, just spotted it now.
  24. Michael

    Piping Emails.

    Glad I'm not the only one
  25. Have you configured the PayPal payment gateway? /admin/settings/company/gateways/available/ Select PayPal Payments Standard (ver 1.0.1) ------------------------ Edit: Oh you've solved it
×
×
  • Create New...