This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
46
PHP / Re: PHP Selector
« on: June 20, 2018, 10:43:15 PM »
@marcelosb Are you sure you have installed 71 version?
"/opt/alt/php71/usr/bin/php-cgi" failed: No such file or directory
"/opt/alt/php71/usr/bin/php-cgi" failed: No such file or directory
47
CentOS-WebPanel Bugs / phpini_editor - timezone post filtering
« on: June 19, 2018, 09:18:11 AM »
phpini_editor can't save timezones with slash, eg. date.timezone = Europe/Zagreb
No errors returned.
Looks like there is if statement that shouldn't be there or it's wrongly coded post filter, because adding backslash in front of slash eg. Europe\/Zagreb will be saved correctly as Europe/Zagreb
No errors returned.
Looks like there is if statement that shouldn't be there or it's wrongly coded post filter, because adding backslash in front of slash eg. Europe\/Zagreb will be saved correctly as Europe/Zagreb
48
Information / Re: CWPpro Reviews
« on: June 19, 2018, 08:48:22 AM »
I don't think they ever said that CWPpro is faster. As far as I know CWPpro includes a bunch of features that CWPfree doesn't have.
Web Servers has nothing to do with CWPfree or CWPpro, they are available in both versions.
Web Servers has nothing to do with CWPfree or CWPpro, they are available in both versions.
49
Installation / Re: Changed root password and now can't login with new or old one
« on: June 19, 2018, 08:39:39 AM »
@seco I'm talking about server panel and not CWP, once you change root pw in Server Panel you'll be able to login to CWP. Server panel has higher priority to set new root password and it will override/overwrite old password with new one.
Otherwise if your server still has no any important files best solution for you is to reinstall server because you have nothing to lose in that case.
Otherwise if your server still has no any important files best solution for you is to reinstall server because you have nothing to lose in that case.
50
Installation / Re: Changed root password and now can't login with new or old one
« on: June 18, 2018, 10:04:58 PM »
Just go to your server panel and change root password there. CWP/SSH will recognize new password once you change it via server panel.
51
Installation / Re: Changed root password and now can't login with new or old one
« on: June 18, 2018, 09:50:45 PM »
Change it via machine control panel eg. virtualizator if VPS.
52
CentOS-WebPanel Bugs / Re: BUG on PHP Builder
« on: June 18, 2018, 08:24:10 AM »
Same error here
php-rebuild.log
https://pastebin.com/8HaXTdnB
EDIT: Manual Ioncube installation via their wizard works fine, no errors at all.
php-rebuild.log
https://pastebin.com/8HaXTdnB
EDIT: Manual Ioncube installation via their wizard works fine, no errors at all.
53
New Modules / Re: [module] I2P Anonymous Network Private darkweb internet Installer
« on: April 17, 2018, 08:13:41 AM »
Violating license agreement.
https://github.com/gogo1207/cwp-speedtestcli-bridge-module
https://creativecommons.org/licenses/by-nc/4.0/
https://github.com/gogo1207/cwp-speedtestcli-bridge-module
https://creativecommons.org/licenses/by-nc/4.0/
55
CentOS 7 Problems / Re: CWP7 Login to Server from WHMCS servers area link bad
« on: March 23, 2018, 09:39:11 AM »Code: [Select]
:2030/login/index.php
56
CentOS 7 Problems / Re: 403 forbidden video mp4
« on: March 23, 2018, 09:36:43 AM »
Chmod files to 0644 and directories to 0755.
57
Addons / Re: Add the ability to pick php ver per site
« on: March 15, 2018, 11:52:32 PM »
At this way you can run different versions for every directory you have in public path.
Cpanel (as far as I know, correct me if I'm wrong) will run globaly one version per user no matter on directory you are in atm.
At this way if you want your ./public_html can be PHP 5.6, ./public_html/foo1 can be PHP 7.2, ./public_html/foo2 can run PHP 7.1, etc.
Cpanel (as far as I know, correct me if I'm wrong) will run globaly one version per user no matter on directory you are in atm.
At this way if you want your ./public_html can be PHP 5.6, ./public_html/foo1 can be PHP 7.2, ./public_html/foo2 can run PHP 7.1, etc.
58
CentOS 7 Problems / Re: Correct HTTP to HTTPS redirect
« on: March 15, 2018, 11:40:56 PM »Code: [Select]
RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
59
PHP / Re: PHP Selector
« on: February 14, 2018, 10:03:02 AM »
Can't install 7.2, no errors at all.
EDIT: I found error: configure: error: Problem with libXpm.(a|so) or libX11.(a|so).
EDIT: I found error: configure: error: Problem with libXpm.(a|so) or libX11.(a|so).
60
PHP / Re: HHVM on CentOS7 ?
« on: February 08, 2018, 10:59:05 AM »
Oh, didn't found that web. Thank you very much. I'm gonna try later these steps.