Search found 932 matches

by myVesta
Sun Jan 07, 2024 11:55 pm
Forum: Bug report
Topic: ?code
Replies: 1
Views: 607

Re: ?code

You have an eagle eye. Fixed - https://github.com/myvesta/vesta/commit/c3720e5d5e5b909616934806941a7f54b39eb4e5?diff=split&w=0 Thanks, man. However, the bug could not cause an issue since that line only prevents the potential PHP warning (that the port variable is not set), PHP will treat it as ...
by myVesta
Sun Jan 07, 2024 11:32 pm
Forum: PHP
Topic: How to install multi PHP versions
Replies: 42
Views: 163817

Re: How to install multi PHP versions

Support for PHP 8.3 is just added.
by myVesta
Fri Dec 29, 2023 12:59 pm
Forum: myVesta
Topic: Increasing system limits
Replies: 1
Views: 1370

Re: Increasing system limits

The link was broken, now it's fixed.
by myVesta
Mon Oct 30, 2023 3:17 pm
Forum: Bash
Topic: Cloning website, making staging copy (v-clone-website)
Replies: 10
Views: 42198

Re: Cloning website, making staging copy (v-clone-website)

smartis wrote: Mon Oct 30, 2023 2:08 pm Hello, is there a command that can create sites in bulk? I want to create 1 main site and copy it to 50 different domains.
Copy/paste command 50 times with 50 different domains.
by myVesta
Mon Oct 30, 2023 2:12 pm
Forum: Bash
Topic: Cloning website, making staging copy (v-clone-website)
Replies: 10
Views: 42198

Re: Cloning website, making staging copy (v-clone-website)

Hello, when i want to clone my website; sudo /usr/local/vesta/bin/v-clone-website mywebsite.com stage.mywebsite.com I am getting error like this, what could be the cause of the error? I am using wordpress /usr/local/vesta/bin/v-get-database-credentials-of-domain: line 127: get_database_name_without...
by myVesta
Tue Sep 26, 2023 3:37 pm
Forum: myVesta
Topic: Increasing system limits
Replies: 1
Views: 1370

Increasing system limits

By default, a Debian system comes with some predefined system limits. Also, the services are preset to be able to open a certain number of files. This does not cause any problems on smaller servers, but on large shared servers, you can easily hit these limits, which can result in services rejecting ...
by myVesta
Sat Sep 23, 2023 8:08 pm
Forum: phpMyAdmin
Topic: Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object that implements Countable
Replies: 0
Views: 1817

Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object that implements Countable

Solution:

EDIT FILE

Code: Select all

/usr/share/phpmyadmin/libraries/sql.lib.php
FIND:

Code: Select all

(count($analyzed_sql_results['select_expr'] == 1)
REPLACE WITH:

Code: Select all

((count($analyzed_sql_results['select_expr']) == 1)
by myVesta
Mon Sep 18, 2023 2:05 pm
Forum: Installation
Topic: MySQL 8 repo not available for Bookworm yet
Replies: 5
Views: 1952

Re: MySQL 8 repo not available for Bookworm yet

It will be nice if somebody tries to install Bullseye mysql8 build on Bookworm... maybe it will work :D For faster probing, do it on clean Bookworm, without myVesta, just manually copy-paste this piece of code: (copy and run each line/block): codename='bullseye' echo "### THIS FILE IS AUTOMATIC...
by myVesta
Mon Sep 18, 2023 1:21 pm
Forum: Installation
Topic: MySQL 8 repo not available for Bookworm yet
Replies: 5
Views: 1952

Re: MySQL 8 repo not available for Bookworm yet

If official MySQL didn't make a build for Bookworm, what can we do?