Quantcast
Channel: Forums | InterWorx CP
Viewing all 900 articles
Browse latest View live

MYSQLI Error

$
0
0
Hi,

Consider below example which i'm using it for connecting to mysqli

$mysqli_connect = mysqli_connect(
$parameters['mysql_hostname'],
$parameters['mysql_username'],
$parameters['mysql_password']
);

When I trying to connect its hitting this error ->mysqli::mysqli(): (28000/1045): Access denied for user 'examplec_testte1'@'localhost' (using password: YES). Where $parameters['mysql_hostname'] is 'localhost' & if I set $parameters['mysql_hostname'] = '172.17.0.2' then its connecting to mysqli without error.

Is it required to do changes in any .config files OR php.ini file ?If anything else need to change please suggest me the same.



Thank you
kiran upadhya

Modules Garden Interworx Extended Module for WHMCS

$
0
0
Hi Folks,

It has been a while since I posted, I typically take issues straight to the dev team. This is more of a public service announcement for those who might want tighter Interworx/WHMCS integration.

I wanted to let you know that IF you utilize WHMCS then the ModulesGarden plugin called Interworx Extended is phenomenal.

In addition we had custom dev work done by ModulesGarden to remove the Interworx Email system (our company never runs hosting and email together) and do dev work to have their module interface with SmarterMail.

We do not, nor can we sell this custom module, nor do we receive any kickbacks in any manner, but since the coding has been done for over a year and is kept current to recent WHMCS updates, why not take advantage if this suits your needs.

At this point, setup and customer management of our hosting products located on Interworx servers and our Smartermail servers runs flawlessly.

It is our belief that Interworx is still one of the best hosting platforms available, and if we can point other users to tools that will make integration(s) easier, so be it.

- Matt
8Dweb General Manager

phpinfo shows wrong PHP version

$
0
0
Hi all,

I have 3 accounts, where I phpinfo(); only shows PHP Version 5.6.31, no matter what I do. In siteworx it shows PHP Version: PHP-FPM 7.1.7, on the User shell entering php -v I get PHP 7.1.7 - so phpinfo is wrong.
But all other accounts on the same server always show the correct versions, only these 3 fail. I checked the vhost files, htacess, redirects, permisssione etc. And I tried all php versions, back and forth :-(

Does anyone have an idea?

Interworx Development?

$
0
0
Is Interworx still being developed? I purchased a few license years back, have yet to use them as it wouldnt work right with CentOS 7 back in 2015. Has this since been resolved?

Proxy Error [webmail]

$
0
0
Hello guys.

Today one of my customer told me that he was unable to use his webmail.

Checking the url domain-name.com/webmail I got the following:

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /webmail.
Reason: Error reading from remote server

Apache/2.2.31 (Unix) Server at www.domain-name.pt Port 80



I havent change anything on this server for a while, so I don't know what really happened here. Maybe some update?

WordPress Whoa's With SiteWorx

$
0
0
Hello everyone,

I have an InterWorx server running for a few small web/e-mail customers.
Amid a simple DNS issue with our ISP not resolving any domains, we changed the nameserver's in /etc/resolv.conf (CentOS 6).
Great, our websites and e-mails resume normally.:D

Following shortly after, checking on the hosted websites using WordPress on our InterWorx server, none will update or list plugin's from wordpress.org.
Diagnosis:
-Checked and switched DNS/nameservers for hosting server. (Not nameservers for the websites, just for the hosting server)
-Able to resolve wordpress.org (66.155.40.250) but ping test times out.
-When connecting via telnet to wordpress.org from another IP, connected fine, when telnet from specified questionable IP to wordpress.org, connection times out.
-IP address is not blacklisted using MXToolbox search.
-Restarted services, tested with firewall disabled, no change.
-Add a few of wordpress.org’s IP’s to whitelist on firewall.

Further searching lead to the WordPress requirements of:

  • PHP 7 or greater
  • MySQL 5.6 or greater OR MariaDB 10.0 or greater
  • The mod_rewrite Apache module
  • HTTPS support


Currently my InterWorx version 5.1.52-1311 shows installed:

  • phpMyAdmin -> 4.0.10.17 (Current latest 4.7.3)
  • PHP -> 5.6.17 (Current latest 7.1.7)
  • MySQL -> 5.5.47 (Current latest 5.7.19)

:eek:
I checked the "Software Update" section of "Server" in InterWorx with no updates available. Is there a particular reason why it looks to be so outdated or if I should be updating it outside of InterWorx?
Thanks.

WHMCS smtp via TLS

$
0
0
Hi all,

to the other WHMCS users out there, what settings are you using for SMTP? I have been trying to gte TLS to work, but without luck. Enabling $smtp_debug='true'; in config.php I see this:

Quote:

2017-07-26 08:54:21 Connection: opening to localhost:25, timeout=300, options=array ( )
2017-07-26 08:54:21 Connection: opened
2017-07-26 08:54:21 SMTP -> get_lines(): $data is ""
2017-07-26 08:54:21 SMTP -> get_lines(): $str is "220 mail.domain.com company Mailserver ESMTP "
2017-07-26 08:54:21 SERVER -> CLIENT: 220 mail.domain.com company Mailserver ESMTP
2017-07-26 08:54:21 CLIENT -> SERVER: EHLO company
2017-07-26 08:54:21 SMTP -> get_lines(): $data is ""
2017-07-26 08:54:21 SMTP -> get_lines(): $str is "250-mail.domain.com company Mailserver "
2017-07-26 08:54:21 SMTP -> get_lines(): $data is "250-mail.domain.com company Mailserver "
2017-07-26 08:54:21 SMTP -> get_lines(): $str is "250-AUTH LOGIN PLAIN "
2017-07-26 08:54:21 SMTP -> get_lines(): $data is "250-mail.domain.com company Mailserver 250-AUTH LOGIN PLAIN "
2017-07-26 08:54:21 SMTP -> get_lines(): $str is "250-AUTH=LOGIN PLAIN "
2017-07-26 08:54:21 SMTP -> get_lines(): $data is "250-mail.domain.com company Mailserver 250-AUTH LOGIN PLAIN 250-AUTH=LOGIN PLAIN "
2017-07-26 08:54:21 SMTP -> get_lines(): $str is "250-STARTTLS "
2017-07-26 08:54:21 SMTP -> get_lines(): $data is "250-mail.domain.com company Mailserver 250-AUTH LOGIN PLAIN 250-AUTH=LOGIN PLAIN 250-STARTTLS "
2017-07-26 08:54:21 SMTP -> get_lines(): $str is "250-SIZE 52428800 "
2017-07-26 08:54:21 SMTP -> get_lines(): $data is "250-mail.domain.com company Mailserver 250-AUTH LOGIN PLAIN 250-AUTH=LOGIN PLAIN 250-STARTTLS 250-SIZE 52428800 "
2017-07-26 08:54:21 SMTP -> get_lines(): $str is "250-PIPELINING "
2017-07-26 08:54:21 SMTP -> get_lines(): $data is "250-mail.domain.com company Mailserver 250-AUTH LOGIN PLAIN 250-AUTH=LOGIN PLAIN 250-STARTTLS 250-SIZE 52428800 250-PIPELINING "
2017-07-26 08:54:21 SMTP -> get_lines(): $str is "250 8BITMIME "
2017-07-26 08:54:21 SERVER -> CLIENT: 250-mail.domain.com company Mailserver 250-AUTH LOGIN PLAIN 250-AUTH=LOGIN PLAIN 250-STARTTLS 250-SIZE 52428800 250-PIPELINING 250 8BITMIME
2017-07-26 08:54:21 CLIENT -> SERVER: STARTTLS
2017-07-26 08:54:21 SMTP -> get_lines(): $data is ""
2017-07-26 08:54:21 SMTP -> get_lines(): $str is "220 ready for tls "
2017-07-26 08:54:21 SERVER -> CLIENT: 220 ready for tls
2017-07-26 08:54:21 SMTP Error: Could not connect to SMTP host.
2017-07-26 08:54:21 CLIENT -> SERVER: QUIT
2017-07-26 08:54:21 SMTP -> get_lines(): $data is ""
2017-07-26 08:54:21 SMTP -> get_lines(): $str is ""
2017-07-26 08:54:21 SERVER -> CLIENT:
2017-07-26 08:54:21 SMTP ERROR: QUIT command failed:
2017-07-26 08:54:21 Connection: closed
2017-07-26 08:54:21 SMTP Error: Could not connect to SMTP host.
Email Sending Failed - SMTP Error: Could not connect to SMTP host.
But that only tells me, that the server is ready for TLS and that the client "couldn't connect" As soon as I disable TLS (i.e. send unencrypted) it works. That means all other settings are fine (8 bit encoding, hostname, user, password).
Is anybody using TLS in WHMCS with an Interworx mailserver?

Cheers,
Michael

Newbie here

$
0
0
hi my name is Gabi I am new here nice to meet you all :D

InterWorx new LVE Integration

$
0
0
Hi,

Igor Seletskiy, CEO & Founder of CloudLinux says about Interworx LVE Integration UI:
Quote:

This is OLD UI, which is slowly moving into the unsupported stage. The last I remember, there were a few issues with it :( I was hoping InterWorx would implement integration with a new version :(
https://www.cloudlinux.com/forum/for...880#reply-6801

Any plan to create new version of InterWorx LVE Integration UI?
I see on CloudLinux docs, they created detailed docs to create new LVE integration plugin to help control panel developer to integrate.
http://docs.cloudlinux.com/index.htm...roduction.html

also, why Interworx dont sell Interworx bundled with Cloudlinux?

I see many control panel provider, sale their control panel bundled with CloudLinux to make their control panel more sale and more cloudlinux integration support.
Look they also sell CloudLinux to their customer:
https://cpanel.com/pricing/
https://www.directadmin.com/pricing.php

I hope Interworx will follow like cPanel and DirectAdmin doing.

This is the answer for why Interworx and cloudlinux integration is very limited.

Wordpress Upload Permissions

$
0
0
I can't seem to sort out what the permissions, ownership, group membership, etc. are that I need for Wordpress to be able to upload files. I've looked at their site, but when I come across things like, "If 766 doesn't work, you can try 777, which makes all files and folders readable, writable, and executable by all users, groups, and processes.", I'm not too confident in them.

Code:

[root@ip22 uploads]# pwd/home/blogicsi/public_html/wp-content/uploads
[root@ip22 uploads]# ls -al
total 12
drwxr-sr-x 2 blogicsi blogicsi 4096 Aug  7 07:59 .
drwxr-sr-x 6 blogicsi blogicsi 4096 Aug  7 07:31 ..
-rw-r--r-- 1 blogicsi blogicsi  58 Aug  7 07:59 .htaccess

"Unable to create directory wp-content/uploads/2017/08. Is its parent directory writable by the server?" is the error I get when trying to upload a plugin.

I was trying to upload a debugging plugin to figure out why I couldn't upload to my gallery, "
Could not write to file. Please check filesystem permissions. Filename: /chroot/home/blogicsi/blog.ics-il.com/html/wp-content/gallery/hughesnet-offer-08-07-2017", which now seems to be anything upload, not just the gallery.

Disabling Softalicous does not disable daily cron to update

$
0
0
I use my control panel for personal hosting only and don't need (nor really like this type of packaging anyway) Softalicous running on my server so I disabled it. However I still periodically get an email telling me that it's updating packages. I would love to completely remove it and reclaim space but it doesn't seem that's an option.

Either way, disabling the plugin should stop the daily cron job from updating.

InterWorx 6.0 is in the beta and release-candidate channel!

$
0
0
This announcement is a little late, to see all changes for InterWorx 6.0+ check out the changelog:

http://www.interworx.com/changelog

If you'd like to take part in the beta for InterWorx 6.0 log into Nodeworx and go to Server > Software Updates and change the dropdown at Interworx Update Channel to "Beta" or "Release-Candidate". Features may be added or changed before release. CentOS 5 is no longer supported for InterWorx 6.0.

(For more detailed information on Software Channels, go here: http://www.interworx.com/software-channels/)



Enhancements




Bug Fixes


  • Fixed Let’s Encrypt certificate regeneration
  • Fixed a bug with hotlink protection
  • Remove a literal \n found in some upgraded vhost files
  • Fixed Smarty display errors
  • Fixed a Smarty error in the javascript loader template
  • Fixed a formatting issue on the DNS Record Edit page

Modules Garden Interworx Extended Module for WHMCS with Smartermail

$
0
0
Hi All,

If you utilize WHMCS, you are probably aware that the built-in Interworx module is a bit lacking. Modulesgarden (we are un-associated with them) produces an exellent Interworx Extended module. Our company has used it for about 18 months.

8Dweb does not (and never has) provide hosting and email services on the same server. In addition, we have utilized Smartermail since version 2 (now at version 16).

We had Modules Garden provide a custom Interworx_Extended with Smartermail Module that allows our WHMCS portal to now be the front-end to both excellent products. 8Dweb cannot transfer, sell or profit from the module, however, anyone interested could certainly contact Modulesgarden and ask about it. If you don't need the Smartermail functionality, the base Interworx_Extended is well worth the price.

Cheers!

Modules Garden DNS Manager for WHMCS with Interworx Sub Module

$
0
0
Hi Again,

In addition to the other module, 8Dweb sponsored development for a sub module to the excellent Modules Garden DNS Manager.

There were two options, 1) change and extend the Interworx-Extended Module to handle DNS for Interworx OR 2) sponsor a sub-module to let DNS Manager handle it (and thus have regular updates).

We chose the latter.

If you are interested in using WHMCS as the front-end to your Interworx Sales, but need better options for your customers, check out the DNS Manager with Interworx SubModule.

Simply contact Modulesgarden.

Please do not contact 8Dweb, we have no further role than the sponsorship.

8Dweb has been frustrated for years at the lack of decent customer/billing portal support for Interworx. We are simply happy a 3rd party has come along with some excellent integration tools.

Cheers!
- Matt

Redirect www to non-www and SSL with HSTS

$
0
0
Hi all,

we are using many differnet types of SSL certificates without any issues, but I am running into the following problems with SAN/Multi-domain SSL certificates:

One of our clients just reported, that some of their customers complain about certificate errors on their websites. We installed a Comodo UCC/SAN/Multi-Domain SSL certificate for 4 sites, but when visitors enters www.site.de instead of site.de they get ERR_CERT_COMMON_NAME_INVALID or SSL_ERROR_BAD_CERT_DOMAIN (due to HSTS).

Commodo tells me that SAN/Multi-domain ssl certificate will secure exact match domain names only. This product will consider www.domain.com and domain.com as 2 separate domain names. And they recomend to purchase additional SAN licenses and reissue ssl certificate to add the www domain names.

Is there no better solution to this? 99% of website visitors will never type https:// but stil very many will type www. in front of every single URL - which is so 90ies ;-)

So wouldn't it be possible to redirect www to non-www and then redirect from http to https afterwards somehow?

Cheers,
Michael

Installing Git for all users on interworx installation?

$
0
0
Hello, I would like to install and use Git on our server with interworx installed.

We want to allow each interworx account to have access to their home directory with git.

I see someone figured out how to do this with cPanel (see the top comment):
https://stackoverflow.com/a/18528174/482115


Has anyone found how to get this working with interworx?


edit: got it working, first check if git is already installed. if not, download git source and install. It does not interfere with iworx.

Broken vhost?

$
0
0
I have recently setup Interworx with Litespeed and added several domains to the server. One of the domains was setup incorrectly, deleted, then recreated. I can install wordpress through Softaculous, but when I use Chrome or IE to navigate to the site, I just get Index of and no file listings. (See attached) When I attempt to browse via Microsoft Edge Browser, I get a 403 error.

I've checked the vhost conf file, and that is pointing to the correct location, and can ftp into the site and see all the files.


All the other domains on the server are working correctly.

Any help would be greatly appreciated!
Attached Images
  

Email Forwarding

$
0
0
Adding an email address to forward emails 'Copy to Address' does not work.

I have tested but not receiving any emails.

Example:
domain@gmail.com forwarding to domain@hotmail.com

Cloudflare Integration Improvement

$
0
0
I was wondering why my SSL via Cloudflare wasn't working. It looks like the Cloudflare plugin is missing this ability.

Quote:

Hello Mike,
Thanks for contacting Cloudflare Support.
When signed up through a hosting partner, the partner needs to add CNAME records in order to generate an SSL certificate.
There is an API call to do that here: https://api.cloudflare.com/#ssl-veri...l-verification

CURL error: Could not resolve host: license.interworx.info

$
0
0
Hi all,

we have two test installations of Interworx servers running on our local network. But one or the other keep failing doing the licensing check.

Naturally I have check all things listed here http://www.interworx.com/support/faq...license-error/ : The time is correct (via NTP), port 2443 is open, IP has not changed, licenses are ok and license.interworx.com resolves just fine. But still it keeps failing every now and then.

There's one thing I am not 100% sure about: Does port 2443 have to be mapped to the internal IP in our local firewall? It wouldn't make much sense to me, but I still like to check all possible reasons for this problem. More of a nuisance really, ~iworx/cron/license.pex --sync usually fixes this issue.

But this time it fails with the following error on one machine:
root@tarkin ~]# ~iworx/cron/license.pex --sync
XMLRPC error encountered
Code: 8
Error: CURL error: Could not resolve host: license.interworx.info; Unknown error

I can ping license.interworx.info or license.interworx.com and they both resolve fine to 207.32.181.150. So what could be the issue here? The other machine with exactly the same codebase wors fine...

Thanks

P.S. John, I edited the title, can you make that reflect in the thread title? Cheers, Mate
Viewing all 900 articles
Browse latest View live