-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
Good luck, will take you a while though, as there's about 20 files with loads of lines.
-
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.
-
Well you never know there might be a module soon for it
-
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.
-
I don't like self promoting mate, You can see my services at http://licensecart.com/site/services mate.
-
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(); } } ?>
-
Knowledge Base / Faq For Support Manager Module
Michael replied to mencargo's topic in Feature Requests
Josh is making a knowledgebase and a official module may be out in the future. Other things are prioritised at the moment I believe. -
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.
-
WOW That is amazing I love how you made it, the ribbon effect, and everything, well done I love it mate
-
Could be related to the issue we had on the Logicboxes system before in Beta.
-
We're here if you need help mate.
-
Ok mate want to start it on Monday?
-
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.
-
If Paul lets me You can borrow mine if you wanted to transfer from WHM** to 2.5.
-
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.
-
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!
-
Haha Yeah I made that mistake didn't I mate
-
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.
-
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.
-
Ah I see mate, just randomly spotted it.
-
Yep worked for me on beta haha
-
I wonder what this feature is for haha, just spotted it now.
-
Glad I'm not the only one
-
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
-
I can't find the language php page to help you /languages/client_payment.php is the closest I've found for you. You'd need to make a variable, that way if they was using French you'd put the French word in and it will show instead of the English. I don't think it's needed much.
