Jump to content

Michael

Moderators
  • Posts

    9,521
  • Joined

  • Last visited

  • Days Won

    185

Everything posted by Michael

  1. You're more than welcome. Please see the docs for any other help https://cms.blesta.how
  2. So download the zip mate. Go to your blesta installation go to plugins and create a folder called blesta_cms Upload and extract the zip there and move the files to the root of the blesta_cms folder so it looks like: Then go to Settings > Company > Plugins and Available and you should see it with an install button like:
  3. It is possible you can have a look at my BlestaCMS the Community Edition is free and open-source however not supported nor have any new features.
  4. Thanks mate I offer an upgrade service for Blesta for £20 one-time: https://blesta.store/order/main/packages/extras/?group_id=33
  5. I believe it's a file unicode issue. Check your currencies: Settings > Company > Currencies > Active Currencies is the icon showing there?
  6. I removed them ages by uninstalling, I didn't remove the languages folders from each section however. But I didn't think to check the packages.
  7. Describe the issue you're experiencing: When I remove a language new packages require a translation for the language which was removed. Package Name and Package Group. Provide detailed steps necessary to reproduce the issue: Remove a language you've installed then create a package. List any generated errors. (The "Oh Noes" error pages are very helpful.): No errors. Include the URL the error occurred on, relative to the installation path, ie "/admin/login".: /packages/add/ Attach screenshots: Include your configuration settings, i.e. OS, version of Blesta, version of module/gateway/plugin if applicable, version of PHP & MySQL: Blesta 4.12.2 / PHP 7.3 Mysql not sure.
  8. https://blesta.store/files/margo_cms_ce.zip is the new download link
  9. Describe the issue you're experiencing: When you edit a client account, they get marked as unverified and an email is sent out. Provide detailed steps necessary to reproduce the issue: Edit a current user. I was changing client groups. List any generated errors. (The "Oh Noes" error pages are very helpful.): Nope. Include the URL the error occurred on, relative to the installation path, ie "/admin/login": /admin/clients/view/client_id_here/ Attach screenshots: N/A Include your configuration settings, i.e. OS, version of Blesta, version of module/gateway/plugin if applicable, version of PHP & MySQL: OS: Centos 7 (I think) PHP: 7.2 MySQL: N/A Blesta version: 4.12.0
  10. Michael

    Leaving blesta

    Why not ask CCAvenue to help you with an updated module? Why is it all down to the Blesta team? They have one you claim is not working due to mcrypt... Mcrypt is a PHP function and why is it not working? More information is required to know the problem to even get it fixed. Is it you've updated PHP and it's broken the function because it's not part of PHP? Why do I say that? Because I use my noddle and I searched? https://www.php.net/manual/en/intro.mcrypt.php This feature was DEPRECATED in PHP 7.1.0, and REMOVED in PHP 7.2.0. Blesta has 4 developers who are working every weekday Monday - Friday working on making Blesta better and you aren't even trying to help. Fair enough, let us know how CE works out for you.
  11. So when you have an order form which has 1 product which has the product quanity of 0 it does a redirect loop when trying to go to the order form. PHP 7.3 Blesta 4.11.0-b1 As this hasn't been updated since 4.10.0 I think it's a bug.
  12. Not really because I'm used to blesta, you can create shorter links if you know .htaccess rewrite rules but then you'd have to do it for everything. Otherwise a customer would just copy and paste.
  13. for example: blesta.store/order/main/index/deals?affiliateparthere
  14. You can use the links anywhere so you could use the order form/?codehere
  15. To fix this bug please go to: /plugins/order/views/default/orders_view.pdt Line 48: <a href="<?php echo $this->Html->safe($this->base_uri . 'client/invoices/view/' . $invoice->id . '/');?>" class="btn btn-xs btn-default"> Replace with: <a href="<?php echo $this->Html->safe($this->client_uri . 'invoices/view/' . $invoice->id . '/');?>" class="btn btn-xs btn-default"> Line 106: <a href="<?php echo $this->Html->safe($this->base_uri . 'client/services/manage/' . $service->id . '/');?>" class="btn btn-xs btn-default"> Replace with: <a href="<?php echo $this->Html->safe($this->client_uri . 'services/manage/' . $service->id . '/');?>" class="btn btn-xs btn-default"> To fix these bugs please go to: /plugins/order/views/default/orders.pdt Line: 68: <a href="<?php echo $this->Html->safe($this->base_uri . 'order/orders/view/' . $order->id . '/');?>" class="btn btn-xs btn-default"> With: <a href="<?php echo $this->Html->safe($this->base_uri . 'plugin/order/orders/view/' . $order->id . '/');?>" class="btn btn-xs btn-default"> Line 74: <a href="<?php echo $this->Html->safe($this->base_uri . 'order/orders/cancel/' . $order->id . '/');?>" class="btn btn-xs btn-danger"> with: <a href="<?php echo $this->Html->safe($this->base_uri . 'plugin/order/orders/cancel/' . $order->id . '/');?>" class="btn btn-xs btn-danger"> Line 192: <a href="<?php echo $this->Html->safe($this->base_uri . 'order/orders/');?>" class="btn btn-default pull-right"> Replace with: <a href="<?php echo $this->Html->safe($this->base_uri . 'plugin/order/orders/');?>" class="btn btn-default pull-right"> Go to: /plugins/order/controllers/orders.php Replace line 141-167 with: public function cancel() { // Get order or redirect if not given if (!($order = $this->OrderOrders->get($this->get[0])) && ($order->client_id !== $this->client->id)) { $this->redirect($this->base_uri . 'plugin/order/orders/'); } // Cancel the order $this->OrderOrders->cancel($order->id); if (($errors = $this->OrderOrders->errors())) { $this->flashMessage( 'error', $errors, null, false ); } else { $this->flashMessage( 'message', Language::_('Orders.!success.order_canceled', true), null, false ); } $this->redirect($this->base_uri . 'plugin/order/orders/'); }
  16. Fantastic work just seen it will recommend it.
  17. Thanks for tagging me in a different thread. If you opened a ticket I would have seen it. I don't live on Facebook sorry!
  18. Hi you can buy the license and then add addons at a later date.
  19. Fair enough you can still open a ticket if you don't get a reply on facebook / live chat though? Otherwis you can install it for free and give it a bash at the features the docs are available https://cms.blesta.how. Well that's great I'm only doing it because of the corona virus and the company I work for is a busy shop. On-to the subject, I don't understand what you mean by integration? You just install the cms, paste in code from your layout and it will show up on the pages.
  20. I am alive and the BlestaCMS is, however my facebook page isn't there for support. Support tickets are and if you are looking for support we have two sections to open tickets for the CMS: Complimentary support: https://blesta.store/plugin/support/complimentary Paid customers: https://blesta.store/plugin/support/validate Paid customers get premium features when I can work out how to get my plugin system working, and the Complimentary support is support if I think I can help for free. Otherwise unless you pay for the license you can only get community support from our Blesta club or other means: Always remember If you need support open a ticket, live chat isn't always monitored because I do forget about it. I work 7 days a week so my point of call is tickets.
  21. It should revert everything back to normal the only things it won't do is the structure edits you make to get it working.
  22. You need to export the default theme and then import it you'll be able to edit the logo then.
  23. Thank you I've removed it from the github version.
  24. I don't use Nginx but I know it's your server error_log if you don't have a control panel with one to look into. A server error isn't something I can help with unless I have an error.
×
×
  • Create New...