Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Reputation Activity

  1. Like
    Blesta Addons reacted to Paul in blesta seller shut down business?   
    Provider B-B-B-b-b-b-b leeeeeeesta  
  2. Like
    Blesta Addons reacted to Tyson in Duplicate entry error upgrading from 4.0.1 to 4.3.2   
    Sounds like another table (i.e. system_events) exists, probably from a previous incomplete upgrade. I would recommend restoring the database backup from earlier, and then running the upgrade again. You'll want to make sure that you don't have either the service_invoices table or the system_events table prior to upgrading.
  3. Like
    Blesta Addons reacted to Jono in Issue updating Whois with Logicboxes   
    Just a note, CORE-2600 is scheduled to be in the 4.4.0 release.
  4. Like
    Blesta Addons reacted to Paul in Blesta 3.6.1 and php 7.0   
    Yep.. just to be extra clear, as an addon to Tyson's post. If we re-encoded the files for v3.6 with the ioncube encoder for PHP 7.0 or higher, it still would not work. It's not a limitation on the software, Blesta 3.6 will not run under PHP 7. We spent a lot of time and effort with Blesta 4.0 to add support for PHP 7, which included a major framework update.
    There's no reason anyone should be running EOL software (See https://docs.blesta.com/display/support/End+of+Life+Policy). I highly recommend upgrading to 4.3.2.
  5. Like
    Blesta Addons reacted to Tyson in Blesta 3.6.1 and php 7.0   
    Just wanted to chime in here that the Blesta version 3-series (e.g. v3.6.0) will never support php 7+. It simply can not. There are backward incompatible changes introduced in php 7 that prevents Blesta v3.6 from being runnable on that version of php.
    In order for Blesta to support php 7+, Blesta must be updated to resolve those backward incompatible php 7 changes, and in so doing has to introduce backward incompatible changes in itself. This means that in order to support php 7, an update to Blesta requires a major software release (i.e. moving from version 3.x to version 4 following semantic versioning standards). This is precisely what we did do by releasing Blesta v4.0, and with that version you can run php 5.4+ or php 7+ using the provided ioncube-encoded files for php 5, php 7, or php7.1+ respectively.
    Ioncube itself does not support php 7+ with its php 5 encoded files, so that's why different encoded files must be used for your particular php version.
  6. Like
    Blesta Addons reacted to Michael in blesta seller shut down business?   
    Who has shut down? I'm not sure but my own website is down which starts with B. We're moving our domain from opensrs to name cheap and tweeted and facebooked it but as the transfer is a renewal it's not going to work sadly until opensrs sort it out but they say it can take up-to 4 more days. But if it is us please let me know and I can help you here, facebook or twitter. We're also on discord.
  7. Like
    Blesta Addons reacted to Paul in [Plugin] Multi Languages System   
    I'm not a prophet, and we have no control over that. I can't even guarantee I'll wake up tomorrow, or that a sink hole won't open under my desk and swallow me alive. But we all do our best effort and push forward the best way we can. If 3rd party developers are making money, and the subscription model is a good one for consistent income, then I see no reason why they'd want to disappear. My recommendation is to do some due diligence, and show these companies some love.
    In the end, we are all dependent on others. Modern society doesn't work for lone rangers. Of course there is risk, but there is reward!
  8. Like
    Blesta Addons got a reaction from Paul in [Plugin] Multi Languages System   
    that is not true, if you buy a pro subscription you get access to all plugins available for this subscription, in your case Multi-languages and Quote are both available in the pro subscription with more than 15 others addons, from this link you can see what every subscription level offer https://blesta-addons.com/plugin/membership_club/main/
    other billing software offer subscription for every addons.
  9. Like
    Blesta Addons reacted to activa in [Plugin] Multi Languages System   
    From what i know all addons from blesta addons are open source version, they aren't encrypted and this is a value added to a unique subscription for a large number of addons, i never see other offerig the same value in whmcs or vbulletin.
    Wordpress is open source and free and almost all great and professional plugin has free lite edition and paid edition .
  10. Like
    Blesta Addons reacted to Tyson in Switching Currency in order form   
    I don't encounter that particular error, but it looks like a simple fix nonetheless. CORE-2812
  11. Like
    Blesta Addons got a reaction from activa in [Plugin] Quotes/estimates Plugin   
    Every subscription level give you access a large number of ad-dons and not every ad-dons has it own subscription.
  12. Like
    Blesta Addons got a reaction from activa in Switching Currency in order form   
    In our website if we use EUR with error reporting disabled we get a empty fields
    https://blesta-addons.com/order/main/packages/subscription/?group_id=7&currency=EUR
    Fixed with unchecking Use Package Pricing for New Services Only ?
    not sure why it was checked, maybe one of our staff has checked it !!!!
     
  13. Like
    Blesta Addons reacted to Serverhosh in Automation showing no Option   
    Thanks. It's worked. ?
  14. Like
    Blesta Addons reacted to activa in more than one company with blesta and payment gateway question   
    You can open bussines account with the second company, but if you didnt have registration certificate you cant open the account  .
  15. Like
    Blesta Addons reacted to WebhostingNZ.com in Admin notification for new order   
    Hi @od-ana
    On the 'orders' widget on the 'Billing' -> 'overview' page, click the cog, set your email preferences.
  16. Like
    Blesta Addons got a reaction from Tyson in Register Event for plugins   
    i will try it later , thank for the info .
  17. Like
    Blesta Addons reacted to Tiny in Those, who file permission issues   
    A lot people on shared hosting have problems with file  permissions,  cPanel ....
    The webfolder, something like commonly /home/username/public_htl should be owned by      username   &  root   [username:root],
    chmod 777 for folders:
     uploads Uploads cache logs_blesta. files ONLY: plugins/support_manager/pipe.php   AND app/controllers/cron.php   (if using  piping for ticketing, remember the #hasbang to) Get the server admin [root]to install this script, I  run it once an hour. Enter your username and the path to your blesta,.
    Lamer note: lines and 4
    #!/bin/bash # edit the following vars, keep the "" where they are myusername=”username” myblestapath=/path/to/blestainstalltion # No need to edit below, you might have to swap your enemy; root TO 999, just dependinr config find $myblestapath -user "root" -exec chown ‘$myusername’:’$myusername’ {} \; -exec chmod 02777 {} \; This will correct frequent issues and inheriting a 'pseudo root' (you re now root in this directory) and do with the new created [files owner:root] / [12345:999] do, whatever you want, until you might have suddenly a new file or folder.
    After the nxt script run, all will fine again until  the next file or folder appears and then comes the script again, I am ok with once an hour  in roots crontab   (0 * * * * /path/to/the/script)
     
    Have fun
     
     
     
  18. Like
    Blesta Addons reacted to Tyson in Register Event for plugins   
    The event listeners will fallback to the default location of the core observers if you do not specific your own callback when registering the event.
    Don't use the Events component, it has been deprecated and will be removed. Use \Blesta\Core\Util\Events\* as described in the documentation. Also take a look at the README under /blesta/core/Util/Events/ on the file system.
  19. Like
    Blesta Addons reacted to Tyson in Blesta Error Reporting/Debug Breaks Blesta   
    php 7.1 added an error notice when calling tempnam in which it falls back to using the system's temporary directory. That will be displayed if error reporting is enabled.
     
    This is a new requirement added in php 7.2. A simple fix can be added to that module template to resolve that issue, which should be in the next version.
  20. Like
    Blesta Addons reacted to Tiny in GoCardless Non-Merchant Gateway (Alpha)   
    Nothing to understand big there. Is just sad, that I here in Vietnam, can't  use it
  21. Like
    Blesta Addons got a reaction from qatifserv in [Plugin] Quotes/estimates Plugin   
    Hello All .
    i'm  Glade to announce the release of Quotes Plugin .
    this plugin will allow you to ofer your client a quote/estimates about services , then the client can decide to accept or reject the quote , once accepted an invoice is generated .
     
    The Plugin Can :
    - Admins can add/edit/delete/close/re-open Quotes .
    - Clients can view/download  assigned Quote.
    - Cleints can accept or reject the Quote .
    - Auto convertion of accepted Quote to invoice  .
    - TAX support .
    - search in quote subjects .
    - Support PSR standard and latest blesta version (4.3.2)
    - Ajax Lest Side Tabs
    - Own Template Engine for PDF with support of latest TCPDF version
    - Watermark for Accepted Or Rejected Quote
    - Plugin Manage options to set logo, background, font, days validity, terms ...
    - Widget Client Profile for staff

    TODO list :
    - Clients can receive the quote via email as PDF .
    - Comments both for client and staff under the qoute (threaded reply/conversation).
    - Devide Quote in two invoice after accept (first for prepayment ,and second after final work)
    - Create Quote for non clients , they can view it with a unique url .
    - Store Invoice ID related to the quote in the quotes table .
    - Store Client info in the quotes for history .
     
    this  plugin requiere the Pro (Silver) subscription .
    Order Link
    Plugin Page
    as always the installtion steps is :
    1 - download the file from client area .
    2 - upload the qoutes folder inside plugin directory .
    3 - goto plugins , and install Quotes .
    4 - enjoy the free content .
    NOTE: the quote link is added under billing tab .
  22. Like
    Blesta Addons got a reaction from qatifserv in a way to make the staff request to take the ticket   
    if a staff assigned to a department, he can see/response to a ticket opened in that department.
  23. Like
    Blesta Addons reacted to Paul in GoCardless Non-Merchant Gateway (Alpha)   
    A new GoCardless alpha non-merchant gateway is available.
    To install, download the attached gocardless.zip and unzip the file. Upload the gocardless directory to ~/components/gateways/nonmerchant/ and go to Settings > Company > Payment gateways to install it.
    Documentation is right here - https://docs.blesta.com/display/user/GoCardless
    Any comments or suggestions, please post them below.  
  24. Like
    Blesta Addons got a reaction from lamlai in [Gateway] Payssion   
    Hello all.
    Today we have released a new gateway for Payssion, the gateway in Test and Beta Release .
    the package require the Pro subscription .
    https://blesta-addons.com/plugin/membership_club/main/
     
  25. Like
    Blesta Addons reacted to Paul in new patch   
    Just to add though! If you are installing the PATCH you must be running 4.3.0 or 4.3.1. If you are on an older version, you must download the full release.
×
×
  • Create New...