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 - MrTux

Pages: [1]
1
CentOS-WebPanel Bugs / Re: Wordpress installation issue
« on: November 10, 2019, 05:03:40 PM »
To solve this connection problem with the WordPress MySql database make a backup and insert this string in wp-config.php

define(‘WP_ALLOW_REPAIR’, true);

And reload the homepage through which it will be possible to repair the database connection.

2
CentOS-WebPanel Bugs / Re: addon wordpress install and php version change
« on: November 10, 2019, 04:55:16 PM »

Usually to solve this connection problem with the MySql database when you upgrade PHP you need to insert this string in wp-config.php and reload the home of the website through which you can repair the connection:

define(‘WP_ALLOW_REPAIR’, true);

Obviously after making a backup because if it fails you risk losing your data.

3
Updates / Re: Please do not update my cwp without my consent
« on: October 07, 2019, 12:32:43 PM »

Too many bugs. It's an unusable control panel.

4
Updates / Re: Please do not update my cwp without my consent
« on: October 07, 2019, 12:28:19 PM »
The same problems. On 3 VPS servers with CWP7 all websites give 503 error. Apparently nginx has the wrong pid number due to an incorrect symlink path.

5
Today on 3 VPS servers with CWP7 all websites give 503 error. Apparently nginx has the wrong pid number due to an incorrect symlink path.

Pages: [1]