Jump to content

Paul

Blesta Developers
  • Posts

    6,581
  • Joined

  • Last visited

  • Days Won

    817

Everything posted by Paul

  1. Paul

    Email Piping

    If cPanel is modifying the index.php file to include the hashbang, then this would explain why it stops working after an upgrade. We created a second piping method, which was to pipe.php per the documentation and that file comes with a hashbang in it, however people have experienced similar issues with that. This works fine when manually configured on Postfix and Sendmail systems per our testing, however cPanel tries to over simplify and restrict what you can do by not allowing you to include the path to PHP in the command, thus requiring the hashbang. pipe.php was suppose to solve this, but ultimately, we may need to make a tweak to change the way arguments are passed in, namely the company ID. I suspect there may be an issue here with the pipe.php method. I'll discuss this with Cody in more detail on Monday.
  2. Paul

    Bad Luck Day?

    That's no fun, hope you feel better soon. I'm sure they'll get you on some antibiotics.
  3. Paul

    Awbs

    I thought this was funny. Is there much participation any longer on their forums? Is it possible any longer to get an AWBS license key? We would want to install a copy so that we can build an importer.
  4. Paul

    Generate Password

    It use to display it in the field, but we changed this because passwords should be in password fields. However, it's a 2 step fix the 2nd step is to design a modal popup that allows you to see the password and possibly alter how it's generated. (length, characters, etc). We just haven't got to the 2nd step yet, so this feature at the moment is admittedly less useful.
  5. Paul

    Bad Luck Day?

    Do you know what kind it is? That is one big spider, I hate those things. I found one in my bed, right behind my wife the other night. It made the creepiest crunch sound when I smashed it. That was a late night moving furniture and hunting for spiders.
  6. Yeah, direct purchase + 1 dev license max per owned license can be requested. Dev licenses are strictly non-production.
  7. Yes, please send API documentation. If they have a well written PHP API library, that would be useful as well and save some time.
  8. The license is legit, however you PM'd me and I'd like a ticket to reference. Support & Updates good through Aug 14, 2014. Edit: Rob, the process is that once Gualter makes a sale, he will open a ticket or update his ticket with the buyers information and we will contact the buyer and arrange the transfer. Currently we do not charge a transfer fee.
  9. It can vary a lot, and all depends on how much time it takes. When we have enough information about custom work, we are able to determine how many hours it will take to build. Then we multiply that by $95/hr (Our standard rate) to determine the cost. Generally gateways are the simplest extensions to write, though not always. We also offer discounts if the extension can be included with Blesta for other customers to use.
  10. Paymill isn't high on the list right now, very low interest, so low priority. Are you interested in possibly sponsoring development for the gateway?
  11. Please post 1 feature request per thread, and include as much information about the feature as possible. Having 1 feature request per thread allows the thread to focus entirely on that feature. One of our goals is to gauge community interest in a particular feature, which helps us prioritize the feature if we decide to add it. If we do add the feature to our project management system, we will usually post a task ID associated with it. The feature can then be tracked in the thread to completion. Posting multiple feature requests in a single thread waters down the request, and it will usually receive fewer responses. So, sticking to 1 request per thread increases the odds of it being implemented!
  12. gogetssl.com thesslstore.com opensrs (tucows) These are all planned. It might be a good idea to do 1 thread per request in the future though, they tend to focus discussion on the 1 feature requested where it can more easily be gauged, added to our project management, and tracked to completion.
  13. Email template address fields do not have tags available to them, but this may be a viable option. Assuming that additionally the department is available to the body of the email template, you could use conditionals to customize the email as well on a per-department basis. This part *might* be possible now, if so the variables for the department should appear if you send out an email with {% debug %} in it. If nothing is in there to distinguish the department, it's something we should be able to add.
  14. Essentially you want everything to happen on the same page right?
  15. That looks like some custom installer, you'll need to contact them to determine what version it is. My guess is it's 2.5.
  16. Hi Dennis, If you obtained your v2.5 license from midphase, you can request a v3 license from them. The license keys are different. Going from 2.5 to 3.0 is more of a migration than an upgrade because v3 has an entirely new codebase. See this for installing v3 http://docs.blesta.com/display/user/Installing+Blesta See this for then importing your data from 2.5 to 3.0 http://docs.blesta.com/display/user/Migrating+to+Blesta You can download v3 from the home page of www.blesta.com, and select to start a 30 day free trial during installation. This will allow you to get v3 running while you request and wait for a v3 license key from midphase.
  17. Disabling the portal plugin should redirect requests to the root web to /clients/ automatically.
  18. PHPMail is the default option, and will only work if your PHP supports the mail() function. SMTP is recommended as it's faster, and you would just plugin your SMTP server details under Settings > Company > Emails
  19. It's true that the email comes from the same address, but the reply-to address is set to that for the department. When a user replies to a ticket email, it should go to the correct department.
  20. If you haven't already, please rate us on Hotscripts at http://www.hotscripts.com/listing/blesta-billing-that-works/ Thanks guys! Paul
  21. CORE-747, tentatively scheduled for 3.3.
  22. The rotation policy is for logs stored in the database, and viewable under Tools > Logs. These logs can get quite large, so they need to be rotated. Any files written to /tmp (or the location you set) should be removed right away. Nothing is ever deleted from the uploads directory unless specifically done by the plugin who put it there.
×
×
  • Create New...