Jump to content

Daniel B

Members
  • Posts

    682
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Daniel B

  1. That's manual activation.

     

    Yup, I thought that was the issue and I checked before I posted...just double checked and I looked at the wrong darn order form, lol :).

     

    Fixed that and am getting an error as well (not the same one), so I guess we can at least confirm it as a bug :)

     

    An internal error occurred, or the server did not respond to the request.

  2. I was trying to duplicate this, and when I order a new service and don't pay for it as a client, all it does is generate an invoice...it doesn't even create a service to cancel yet.

     

    Are they trying to cancel the invoice, or is yours actually generating a pending service that they can see client side?

     

    (I can see the pending service in admin, but not on the client side)

  3. You have to do them manually their API I believe doesn't allow them to use configurable options.

     

    Gotcha, that's what I was thinking but just wanted to make sure...

     

    Hmm...now to figure out if it's worth the hassle of doing that...lol

  4. What's your experience with Let's Encrypt? I was looking at it today, and it looks really promising. I'm not sure if people are using it instead of paid certs for production environments, or mainly as a way to just "secure everything" that wouldn't otherwise get a cert. I'm all for encrypting everything (cough Snowden cough NSA), and the automation for new/renew is great, especially since the certs are good for only 90 days. I've still come across only 1 website using Let's Encrypt that I'm aware of.

     

    I've been following it for a while, and I'd say it's going to be more of an "Encrypt Everything" tool, they aren't planning on doing anything more than low level single domain certs, debating wildcard (but leaning towards not), no EV certs, etc.

     

    I'm going to use it everywhere I normally would have spent 6 bucks on a cheap cert, but anything else I'll probably keep using the higher level certificates.

     

    Truthfully, I could see plugins for cpanel/interworx/etc set to automatically generate and install certs and renew them for every single domain on the server...really no reason not to now.

  5. Yeah, hopefully not. I installed a valid SSL certificate on our dev Interworx server, and it still failed to work. I suspect there may be something else going on that they could easily correct. Then they could just use letsencrypt.org instead of self-signed certs.

     

    Yeah, I thought it was interesting getting back into my server and updating things...adding the new Interworx LetsEncrypt module...but it only works for Siteworx accounts, doesn't allow Nodeworx to use it to create certs for services :(

  6. Yes, PHP 5.6 defaults SoapClient() to require SSL verify_peer, and since the Interworx API SSL cert is not valid it's an issue. We are disabling verify_peer (reluctantly) in v4, and fixing another bug that prevents you from using http:// instead of https:// when adding an Interworx server to the module.

     

    Edit: This may be helpful in explaining the issue http://stackoverflow.com/questions/18465567/php-soapclient-verify-peer-true-fails-with-ca-signed-certificate

     

    hopefully this isn't the beginning of security lapses with interworx... :huh:

  7. I didn't do a backup since there wasn't really any information in the database, only a few minor things...

     

    I'll just do a full reinstall and give it another shot.

     

    I went from 3.4.3 to 3.6.1.

  8. So, I tried to upgrade the other day after forgetting my support and upgrades weren't current, so it failed.

     

    I then got that activated and upgraded, the upgrade page looked like it only took a few seconds to run...so I thought that was awesome.

     

    Now here I am trying to set things up again and getting some errors...did I screw my database up with the failed upgrade?

     

    SQLSTATE[42S22]: Column not found: 1054 Unknown column 'allow_upgrades' in 'field list' on line 124 in /chroot/home/onetwotw/domain.com/html/lib/model.php 
    
    Printing Stack Trace:
    #0 /chroot/home/onetwotw/domain.com/html/lib/model.php(124): PDOStatement->execute(Array)
    #1 /chroot/home/onetwotw/domain.com/html/components/record/record.php(225): Model->query('INSERT INTO `pa...', Array)
    #2 /chroot/home/onetwotw/domain.com/html/app/models/package_groups.php(162): Record->insert('package_groups', Array, Array)
    #3 /chroot/home/onetwotw/domain.com/html/app/controllers/admin_packages.php(517): PackageGroups->add(Array)
    #4 /chroot/home/onetwotw/domain.com/html/lib/dispatcher.php(111): AdminPackages->addGroup()
    #5 /chroot/home/onetwotw/domain.om/html/index.php(21): Dispatcher::dispatch('/admin/packages...')
    #6 {main}
    
  9. Feature Request: There should be a report plugin (or whatever) so users can report broken plugins or malicious plugins.

     

    +1 (if it hasn't been added yet since this is so old and I didn't check yet)

     

    Also...any plans to eventually have the ability to load plugins directly from the marketplace within Admin?

  10. just a random thought as I get caught up on tons of stuff I missed over the past few months...regarding the submenu discussion.

     

    How about a "add to favorites" option, the pages that you use a lot you can set to favorites and then there could just be a favorites dropdown with those.  Good/Bad/Ugly...just a thought I had while reading :).

  11. Oh yeah, the images are hotlinked from license.club but it's down. I'm actually curious what kind of themes people come up with for v4 that follow a more "flat" scheme like the new FOUR theme.

     

    I'm looking forward to it, getting back into the design business main stream so I think I'll be doing Blesta themes regularly.

  12. Working on setting up a new install, interworx module, Centos7, php 5.6.  I already have libxml2 as well as php-soap installed, so not sure why it's popping up now.  Anyone have any ideas?  First time I've installed on Centos7 so didn't know if there is a new requirement I am missing?

     

    [ctrl_name] => /nodeworx/users
    [action] => listWorkingUser
    [input] => Array
    (
    [perms] => Array
    (
    [0] => NODEWORXUSER
    )

    )

    )

    getResponse Results (Line: 304)
    stdClass Object
    (
    [status] => error
    [response] => soap_error2
    [log] =>
    )

  13. That error means that your open_basedir restrictions are too strict.  It's not allowing php modules to run in the directory, I haven't used cpanel in a while, but there should be a setting in WHM that controls open_basedir (look for security settings)

     

    though seeing this "ioncube_loader_lin_5.3.so" in that error message is telling me that php is still trying to use ioncube for php 5.3

×
×
  • Create New...