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

Pages: [1] 2
1
PHP / memcached not installed
« on: April 13, 2025, 02:06:28 PM »
I am using php5.39 selected and installed the memcached module while installing php from the switch. It seems active but I can't see memcached in php.info. I added "extension=memcache.so" to the php.ini file. When I look with SSH, the module is not loaded and gives such an error.


2
MySQL / Re: /includes/class_core.php on line 311 error
« on: April 13, 2025, 11:24:08 AM »
Code: [Select]
cd /usr/local/src
wget https://github.com/major/MySQLTuner-perl/archive/refs/tags/v2.6.0.tar.gz
tar xzvf v2.6.0.tar.gz
cp MySQLTuner-perl-2.6.0/mysqltuner.pl /usr/local/bin/
chmod +x /usr/local/bin/mysqltuner.pl
/usr/local/bin/mysqltuner.pl

I did what you said and installed it but now it comes with an error like this




and when I enter the control panel it gives such an error. It had come last night too. I reset the mysql password and it gave the same error. I checked last night until I entered the panel the site gave a database error. Whenever I entered the panel I encountered this error and the error disappeared.


3
PHP / over core pipe limit error
« on: April 12, 2025, 05:18:03 PM »
My ford site is not a very popular site, why did it give such an error? I couldn't restart the server. I had to restart it from the OVH KVM panel.


4
MySQL / Re: /includes/class_core.php on line 311 error
« on: April 12, 2025, 02:10:31 PM »
Consider running a MySQL tuning script for recommendations for better performance:
https://github.com/major/MySQLTuner-perl
How to install this I am a beginner is there an installation article for cwp

5
MySQL / Re: /includes/class_core.php on line 311 error
« on: April 12, 2025, 02:08:44 PM »
PHP Forums are known to be hard on mysql servers.  It's entirely possibly that the mysql server is overwhelmed with connections, thus the timeout message.   Tuning your mysql to meet your server resources, as well as caching plugins should help resolve the problem.

i use already APC (Alternative PHP Cache)

6
MySQL / Re: /includes/class_core.php on line 311 error
« on: April 12, 2025, 11:51:38 AM »
The socket (/var/lib/mysql/mysql.sock) exists?
Can you run PHP 5.4?
Are you running it under PHP-FPM?

Yes, there is such a file. Since I use vbulletin 3.8.5, php 5.4 version works incorrectly. For this reason, I need to use php5.3. I use litespeed.


7
MySQL / /includes/class_core.php on line 311 error
« on: April 12, 2025, 11:02:41 AM »
Hello, I use vbulletin. For this, I need to use php version 5.3. I receive error messages like this from time to time. Sometimes these messages occur 1-2 times a day and sometimes 50-60 times a day. Why does it make this error?


8
I am using apache, litespeed and php 5.3 in my newly installed cwp but when I add a site and send a php script it gives a 500 internal error. When I run "user accounts> Fix Permissions" it is fixed but when I add a new domain the same thing happens again. Nothing like this happened on the server I installed before, both were taken from OVH server.  I tried many times the same

9
MySQL / Re: Where is my.ini file in cwp?
« on: April 05, 2025, 07:22:45 PM »
Hi,

Manage the MySQL/MariaDB settings via the file:
/etc/my.cnf.d/server.cnf

There is no such setting in this file, none of the values ​​I mentioned exist

10
MySQL / Where is my.ini file in cwp?
« on: April 02, 2025, 07:38:26 PM »
I get an error like this. "max_allowed_packet, net_read_timeout or net_write_timeout" I need to change the settings. In my.cnf file it just says "!includedir /etc/my.cnf.d"

MySQL Error   : MySQL server has gone away
Error Number  : 2006

11
E-Mail / I send email but the email is not coming
« on: March 16, 2025, 06:38:37 PM »
When I log in to Roundcube, I can send e-mails, but I cannot receive e-mails to the domain e-mail address I created. Why is this happening? Some people said to use Yandex mail or Gmail but I couldn't find the place to use it in CWP. How can I do this?

12
MySQL / Re: mariadb error during update
« on: March 16, 2025, 10:17:59 AM »
If you don't have a SWAP created you can run into problems, even if you have 2GB or more RAM.

Is this server behind a NAT?

i use for test digitalocean

Also do I need to create a swap like this?
https://linuxize.com/post/how-to-add-swap-space-on-centos-7/

13
MySQL / Re: mariadb error during update
« on: March 14, 2025, 05:41:53 PM »
2GB of RAM is sub-minimal. True minimal should be 4GB of RAM, with more being more ideal.

I tried it on a server with 8GB RAM - 4 CPU and it gave the same error.


14
MySQL / Re: mariadb error during update
« on: March 13, 2025, 11:19:08 AM »
DOH. Just looked, the text is OK in that link I posted, but the : was missing after http for some reason.

Other than that, I just tried it to a mirror server overseas, and it works OK.
Unless you are trying to connect from a network that is blacklisted.

As @overseer mentioned, try it from your browser
https://dl.starburst.help/CWP/cwp-el8-20250215.sh

You can also just goto https:// or http://dl.starburst.help an goto CWP and then click on it and prompt you to download.

Towards the end the server gave such an error. It has 2 CPUand 2GB RAM.


15
MySQL / Re: mariadb error during update
« on: March 12, 2025, 02:27:42 PM »
@Starburst It remains like this


Pages: [1] 2