Search found 27 matches

by tienloc1
Sun Jun 25, 2023 6:25 am
Forum: General discussion
Topic: Configure php8 and PHPmyadmin
Replies: 3
Views: 1281

Re: Configure php8 and PHPmyadmin

cyadron wrote: Sat Jun 24, 2023 8:43 am If I set the version of php to 8.1 I get all these deprecation warnings when accessing phpmyadmin login page and I can't login in phpmyadmin.
You can try to reset the server and check it later. In somecases, it's resolve the problem.
by tienloc1
Fri Dec 02, 2022 10:58 am
Forum: PHP
Topic: Where php.ini is located
Replies: 8
Views: 49374

Re: Where php.ini is located

About this part: Additional notes: Every time when you increase or decrease max_execution_time, you should also increase/decrease request_terminate_timeout. Variable request_terminate_timeout is given in real seconds (default value is 90s), and max_execution_time is not. Variable max_execution_time ...
by tienloc1
Fri Dec 02, 2022 9:42 am
Forum: General discussion
Topic: Debian11 + MyVesta + Nginx + PHP-fpm 8.0
Replies: 3
Views: 9548

Re: Debian11 + MyVesta + Nginx + PHP-fpm 8.0

Umm, so we can't use PHP 8.1 with myVesta? The OS on my VPS is Debian10.
by tienloc1
Fri Dec 02, 2022 9:42 am
Forum: PHP
Topic: How to install multi PHP versions
Replies: 42
Views: 160877

Re: How to install multi PHP versions

I'm really needed to install the PHP 8.1 to check my website if it's work well with PHP8.1 or not and it's impossible to display the PHP8.1 in the web template :(, quite stress for me. Already gone through all steps to install it. EDIT =================== Ohhh, I just tried to update my file: vesta-...
by tienloc1
Mon Sep 05, 2022 11:00 am
Forum: PHP
Topic: How to install multi PHP versions
Replies: 42
Views: 160877

Re: How to install multi PHP versions

compiz wrote: Mon Sep 05, 2022 8:48 am Have you done the guide as shown above?
Yes, I’ve inst_81=1 and run the script to get the 8.1 installed in myvestacp, but the PHP8.1 doesn't available in the web template and I'm not sure why.
by tienloc1
Mon Sep 05, 2022 8:09 am
Forum: PHP
Topic: How to install multi PHP versions
Replies: 42
Views: 160877

Re: How to install multi PHP versions

No PHP81 in web template apache2, I'm not sure what's wrong with my server.

Image
Image
by tienloc1
Mon Sep 05, 2022 7:59 am
Forum: General discussion
Topic: Failed to start The PHP 8.0 FastCGI Process Manager
Replies: 1
Views: 1458

Re: Failed to start The PHP 8.0 FastCGI Process Manager

I tried to remove some conf file in: /etc/php/8.0/fpm/pool.d and it's able to enable now.

But I'm not sure how to get the PHP-FPM-81 in Web Template APACHE2.
by tienloc1
Sun Sep 04, 2022 10:47 pm
Forum: General discussion
Topic: Failed to start The PHP 8.0 FastCGI Process Manager
Replies: 1
Views: 1458

Failed to start The PHP 8.0 FastCGI Process Manager

I tried to used this cmd: v-move-domain-and-database-to-account DOMAIN USER My website moved successfully but the PHP8 is unable to enable again. ● php8.0-fpm.service - The PHP 8.0 FastCGI Process Manager Loaded: loaded (/lib/systemd/system/php8.0-fpm.service; enabled; vendor preset: enabled) Active...
by tienloc1
Fri Aug 26, 2022 6:59 pm
Forum: General discussion
Topic: SSH - PasswordLess
Replies: 16
Views: 1673

Re: SSH - PasswordLess

Commands that can help you: v-change-domain-owner DOMAIN USER v-change-dastabase-owner DATABASE USER v-move-domain-and-database-to-account DOMAIN USER Last one will try to figure out database name and to move it automatically with domain (should work with WordPress) Thank you so much for your best ...
by tienloc1
Fri Aug 26, 2022 4:06 pm
Forum: General discussion
Topic: SSH - PasswordLess
Replies: 16
Views: 1673

Re: SSH - PasswordLess

myVesta wrote: Fri Aug 26, 2022 3:36 pm Not investing in the problem - 'admin' account should not be used for hosting sites - because of security.
Can you move sites to another account?
Thank you for your suggestion. Yes, maybe move sites to another account is the best solution.