Show Posts

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.


Messages - blackstar

Pages: 1 ... 3 4 [5] 6
61
Apache / httpd restart = rpaf_mod and suphp_module error!
« on: May 14, 2017, 01:56:21 AM »
Hello
After the "service httpd restart" command, apache gives such an error.

http://prntscr.com/f7kh5y

I was using php 7.0.13. Then I switched to 5.6.30. And these faults began to come out. What could be the problem, how can I fix it?

62
Installation / Re: Varnish is not installed
« on: May 07, 2017, 02:02:01 PM »
I have added version 3 of varnish repo. But the server is doing load. A new update is a must. Please develop a solution  :-\

63
Installation / Re: Varnish is not installed
« on: May 06, 2017, 09:25:37 PM »
try installing again varnish and provide output of it

Hello,
http://prntscr.com/f4xco9
http://prntscr.com/f4xd3k
http://prntscr.com/f4xd9n

At the moment, I am using PHP version: 5.6.30.

64
Installation / Varnish is not installed
« on: May 06, 2017, 01:08:50 PM »
Hello,

Apache version: Apache/2.4.25
PHP version: 7.1.4
MySQL version: 5.5.54
FTP version: 1.0.36

http://prntscr.com/f4s211

[root@server /]# service varnish restart
varnish: unrecognized service
[root@server /]#

This is the situation. But there is no varnish file in the middle. What could be the problem?

65
CentOS-WebPanel Bugs / Re: /Cpanel problem, Admin panel is coming out!
« on: April 22, 2017, 11:13:22 AM »
simply in cwp under Apache you have apache redirects
IP:2030/admin/index.php?module=system_redirects

Thank you so much  ;)

66
CentOS-WebPanel Bugs / Re: /Cpanel problem, Admin panel is coming out!
« on: April 20, 2017, 11:17:22 AM »
Friends could not solve this problem. Please help me if you know ?

67
CentOS-WebPanel Bugs / Re: /Cpanel problem, Admin panel is coming out!
« on: March 10, 2017, 06:56:36 PM »
Friends, how do I close / cPanel way? Does anyone know?

68
CentOS-WebPanel Bugs / /Cpanel problem, Admin panel is coming out!
« on: March 08, 2017, 02:16:09 PM »
Hello
Site.com/cpanel goes directly to the cwp panele! How do we prevent this? There is no point in hiding the ip.
Please answer if it is an urgent solution?
thank you.

69
Hello, 301 redirects are not working. This is a very urgent issue. What should I do to help?

This worked before. But now it does not work.

Options +FollowSymlinks
RewriteEngine on
ReWriteCond %{HTTP_HOST} ^(www.)?old-domain.com$ [NC]
ReWriteRule ^(.*)$ http://www.new-domain.org/$1 [R=301,L]
______________________________________________________________________________

Now this code works.

RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.old-domain\.com
RewriteRule (.*) http://www.new-domain.org/$1 [R=301,L]

70
MySQL / MySQL error
« on: December 23, 2016, 11:41:39 PM »
Hi, I am getting this error. And now my sites are closed.
http://prntscr.com/dn956q
I updated mysql, but the sites are not open.
I want to get sql backup and it gives such an error.

mysqldump: Got error: 1045: Access denied for user 'user_HHyGtR'@'localhost' (using password: YES) when trying to conn                    ect

What should I do in this situation ?
thank you.


71
PHP / Re: Lib JPEG Support php-gd
« on: December 05, 2016, 10:41:13 PM »
m3th3lesh, work!
Thx, man!

Just REcompile and add this

--with-jpeg-dir \
--enable-gd-native-ttf \
--with-freetype-dir \

hello, Where do I write these commands? thank you.

In CWP under PHP Settings, go to PHP selector. click on Edit flags, add these settings to the top window (you won't need the \), check the box and click Start Compiler.

Similar instructions if using the PHP Switcher to compile. Select PHP version, click next, add flags to top window, start compiler.

I did what you said, the plugins are working now. Thank you.

72
PHP / Re: Lib JPEG Support php-gd
« on: December 05, 2016, 12:05:49 AM »
m3th3lesh, work!
Thx, man!

Just REcompile and add this

--with-jpeg-dir \
--enable-gd-native-ttf \
--with-freetype-dir \

hello, Where do I write these commands? thank you.

73
PHP / Re: Some add-ons are not working
« on: December 03, 2016, 07:27:31 AM »
Hello
I installed 2 servers. I upgraded to "Php 5.6.28". Plugin did not work. But the original "php 5.4.45" was working. I restored "php 5.4.45". But it still does not work. What should I do now ?


When I was doing the restore, I saw something like this in ssh.

/usr/local/src/php-rebuild.sh: line 95: /scripts/add_alert: Permission denied

74
PHP / Re: Some add-ons are not working
« on: November 29, 2016, 12:17:05 PM »
[client 91.121.xxx.xx] PHP Fatal error:  Call to undefined method WP_Error::get_size() in /home/mysite/public_html/wp-content/plugins/modula-best-grid-g$grid-gallery/Modula.php on line 1239, referer: http://mysite.com/wp-admin/admin.php?page=add-modula-lite

I have found such an error. The problem is still unresolved. Is there anyone to help?

75
PHP / Re: Some add-ons are not working
« on: November 24, 2016, 01:39:49 PM »
Are you using mod_security in apache? is it throwing an error in /usr/local/apache/logs/error_log ? Try using the plugin again, then run '#>tail /usr/local/apache/logs/error_log' and copy/paste the results here.

I also do not use mod_security. I did what they said.

[Thu Nov 24 16:29:22 2016] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Nov 24 16:29:22 2016] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Thu Nov 24 16:29:23 2016] [notice] Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips configured -- resuming normal operations

There are these. What should I do now

Pages: 1 ... 3 4 [5] 6