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.
Pages: [1]
1
MySQL / Failed to import database
« on: August 27, 2020, 07:56:48 PM »
Hi, I have problem importing database, I have cwp6 installed, I try to import a database and it gives me this error:
Script timeout passed, if you want to finish import, please resubmit the same file and import will resume.
Error in processing request
Error code: 414
Error text: Request-URI Too Large (rejected)
It seems that the connection to server has been lost. Please check your network connectivity and server status.
Image: https://prnt.sc/u72rx8
Script timeout passed, if you want to finish import, please resubmit the same file and import will resume.
Error in processing request
Error code: 414
Error text: Request-URI Too Large (rejected)
It seems that the connection to server has been lost. Please check your network connectivity and server status.
Image: https://prnt.sc/u72rx8
2
CentOS Configuration / ERR_TOO_MANY_REDIRECTS
« on: January 20, 2020, 05:22:32 AM »
Hello, good evening everyone, I have a problem I hope you can help me.
I can't see my page, I get this error:
ERR_TOO_MANY_REDIRECTS
the funny thing is that eliminating the .htaccess is solved, but if I go to some menu it fails again and automatically the .htaccess reappears.
This is the .htaccess code
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^.*[-](\d+)/(.*)/$ installo/index\.php?id=$1&%{QUERY_STRING} [L]
RewriteRule ^.*l/(.*)/$ installo/index\.php?cat=$1&%{QUERY_STRING} [L]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
I am using Nginx & Varnish & Apache
I can't see my page, I get this error:
ERR_TOO_MANY_REDIRECTS
the funny thing is that eliminating the .htaccess is solved, but if I go to some menu it fails again and automatically the .htaccess reappears.
This is the .htaccess code
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^.*[-](\d+)/(.*)/$ installo/index\.php?id=$1&%{QUERY_STRING} [L]
RewriteRule ^.*l/(.*)/$ installo/index\.php?cat=$1&%{QUERY_STRING} [L]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
I am using Nginx & Varnish & Apache
3
MySQL / New Database processing...!
« on: August 23, 2019, 02:51:43 PM »
Hi, I need help, I have installed cwp in centos 6.10. The installation finished without problems, I created an account with the default package, login to the user and try to create a database and it stays in:
New Database processing...!
I hope you can help me
New Database processing...!
I hope you can help me
Pages: [1]