Jump to content

Flynnnan

Members
  • Posts

    0
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Flynnnan reacted to Virtovo in Looking For A Blesta Integration   
    Does anyone have a recommendation for a Blesta integrator?
  2. Like
    Flynnnan reacted to Michael in Api On Interworx   
    Hello guys I'm a bit confused with this, it only happens on InterWorx was working fine on cPanel just wondering if I need to install anything.
     
    On licensecart.com we use the new API the guys did for the community to make our lifes easier however I get this in the error log:
    [Thu Apr 03 15:22:07 2014] [error] [client MYIP] PHP Warning: Invalid argument supplied for foreach() in /chroot/home/username/licensecart.com/html/blesta.php on line 48 The code on that line is important:
    foreach ($package->pricing as $price) { // Get monthly term if ($price->period == $period && $price->term == $term) { return $price; } } It's part of this:
    function getPackagePrice($api, $package_id, $period, $term) { $package = $api->get("packages", "get", array('package_id' => $package_id))->response(); $package_price = null; foreach ($package->pricing as $price) { // Get monthly term if ($price->period == $period && $price->term == $term) { return $price; } } return false; } And I have:
     
    InterWorx 5.0.14 (Beta Tier) Blesta 3.1.3 MySQL 5.5.36 PHP 5.4.26 Apache 2.2.26  
    Thanks guys.
  3. Like
    Flynnnan reacted to BillP in New Pages In Client Area   
    Having created a plugin using the developer documentation (http://docs.blesta.com/display/dev/Plugins) that creates new pages in the client area, I notice that I am able to browse those pages without being logged in as a client. How do I make them protected by the auth component?
     
    Thanks for your help.
  4. Like
    Flynnnan reacted to Tyson in Proxmox Module   
    Attached is the Proxmox module for Blesta. Special thanks to Alex at Full Ambit Networks for creating the module and giving us rights to it. We'll be officially including it in v3.1 of Blesta.
     
    For now, we'll be considering it a beta module, and would appreciate any feedback you can provide.
     
    You can upload the contents of the attached zip to your Blesta installation directory, and then head into Blesta's admin interface to install the module under [settings] -> [Modules] -> [Available].
    proxmox.zip
  5. Like
    Flynnnan reacted to PauloV in Debug Mode With Bugs (Strlen() Expects Parameter 1 To Be String, Object Given On Line 54 In /{Blesta Instalation Root Path}/helpers/html/html.php)   
    Hello
     

    1- Describe the issue you're experiencing.
    Re: There is a bug on some areas of Blesta that only shows wen enabling Debug Mode.
     
    2- Provide detailed steps necessary to reproduce the issue.
    Re: Wen enabling debug mode on blesta.php to

     
    Configure::errorReporting(-1);
     
    On, navigating in some settings like for exemple:
     
    If you have eNom Module Installed (or any outher registrar module)
    If you have a Domain Package added and active on one client ,and then on Blesta Admin, navigate to:
     
    Clients->Browse->{click on a client with an Active eNom or outher Registrar Domain}->{Click on Manage on an Active Domain}->Whois
     
    You will see that the page dosent parses and it sows the error:
     
    strlen() expects parameter 1 to be string, object given on line 54 in /{blesta instalation root path}/helpers/html/html.php
     
    I have reproduced this bug in several outher areas os Blesta 3.1.3 (dont remeber where , but is the same bug)

     
    3- List any generated errors. (The "Oh Noes" error pages are very helpful.)
    Re: strlen() expects parameter 1 to be string, object given on line 54 in /{blesta instalation root path}/helpers/html/html.php
     
    4- Include the URL the error occurred on, relative to the installation path, ie "/admin/login".
    Re: admin/clients/servicetab/1/2/tabWhois/
     
     
    6- Include your configuration settings, i.e. OS, version of Blesta, version of module/gateway/plugin if applicable, version of PHP & MySQL.
    Re: Blesta 3.1.3, PHP 5.3, MySQL 5.1.73
  6. Like
    Flynnnan reacted to qvia in Universal Module - Ensure Service Options Input Field Is Unique   
    Is it possible to ensure that the data entered by a customer into a certain custom field is unique. Ie. checked against previous stored entries? To give an example, I don't want two customers with the same postal/zip code (this postal/zip code will be an added custom field).
    Can this be done through the JSON input rules?
  7. Like
    Flynnnan reacted to Michael in Roundcube Slow...   
    Is your roundcube client slow at showing up messages? on cPanel I noticed the emails showed up in the inbox 3 minutes late, meaning I was always late replying to tickets by 3 minutes plus the time it takes for me to spot it.
     
    Now on InterWorx recieving ticket emails and order emails was fast, well when I was looking though the settings I spotted this feature and I believe it's the cause of the delays.
     
    Go to:  Roundcube >> Settings >> Preferences >> Mailbox View >> New messages >> Check for new messages on: 
     
    Set that to 1 minute, this means it will check for the new messages every minute meaning you can get the replies / etc faster.
     
    I hope this helps a few people as it annoyed me on cPanel.
  8. Like
    Flynnnan reacted to ChrisB in A Few Questions.   
    Now that I've spent some time in Blesta (currently using WHMCS and starting something new - want to use Blesta) I have a few questions:
     
    Am I able to offer users domain names when they're ordering hosting? Ie - someone buys hosting and they add a domain on for $15 per year. Kind of how WHMCS does it. From what I can tell you have to order the domain separate from the hosting.  To build on to that question - are there any way to set promo points - like you are able to include a domain name if they select 1 year hosting? Can you link to a specific product? My current website design basically requires that I am able to link specifically to a product. From what I can tell you can only select an order form. Would I have to create a specific group then order form for each product? That seems less than ideal.  
    Thanks much for any responses.
×
×
  • Create New...