Error to saving page And error to update core #330
Replies: 4 comments
-
|
Hi Your theme folder does not have write permission.
If you encounter issues with update you can manually update by downloading the Because your version is very old you might encounter error messages after update because of missing tables such as Before attempting to update make sure you have access to mysql database (eg: phpmyadmin) and you can run the queries for missing tables to create them manually. The queries are located in https://github.com/givanz/Vvveb/blob/master/install/sql/mysqli/schema/admin/admin_failed_login.sql |
Beta Was this translation helpful? Give feedback.
-
|
Hello
Thanks you for you help
And you're advice from the sql server : This makes me wonder:
If I change the password in OVH, your site will normally no longer work
afterward.
Do you have a solution for updating it?
Without breaking the current site?
I looked in the site configuration but it seems to hide
Thanks you, estelle
Le mar. 16 sept. 2025 à 15:11, Givan ***@***.***> a écrit :
… Hi
Your theme folder does not have write permission.
To fix save permission error message set recursive write permission for
/public/themes/poco folder.
file-permission.png (view on web)
<https://github.com/user-attachments/assets/13860511-3054-41bc-b80e-39e93b133390>
If you encounter issues with update you can manually update by downloading
the latest.zip update and overwrite all site files.
Then you can use force update option.
Because your version is very old you might encounter error messages after
update because of missing tables such as admin_failed_login.
Before attempting to update make sure you have access to mysql database
(eg: phpmyadmin) and you can run the queries for missing tables to create
them manually.
The queries are located in install/sql/mysqli/schema/
https://github.com/givanz/Vvveb/blob/master/install/sql/mysqli/schema/admin/admin_failed_login.sql
—
Reply to this email directly, view it on GitHub
<#330 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BXMNKMZ6FPW4PNFTE5GRZLT3TAEABAVCNFSM6AAAAACGQNDCG6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINBRGU3DEOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Hi
I'm not sure what password you mean, the mysql password? if you change it you can then update it in <?php
return array (
'default' => 'mysqli',
'connections' =>
array (
'mysqli' =>
array (
'engine' => 'mysqli',
'host' => '127.0.0.1',
'database' => 'vvveb',
'user' => 'root',
'password' => 'password', // <<<
),
),
);
You should clone the current site files and database and make the update on the staging/cloned site to avoid downtime. You can clone it by simply copying the files and export and import the database, then you can update database name and credentials in the For the update process, after the cloned site is working just unzip After the update you will probably get some errors for missing database tables, create the tables manually (using phpmyadmin?) You can find the sql queries for creating the tables in /install/sql/mysqli/schema |
Beta Was this translation helpful? Give feedback.
-
|
Hello givanz
You are the best 🥳
It's the good file for my problem
In few weeks, I'll try to update the system
Good afternoon, estelle
Le mar. 23 sept. 2025 à 12:05, Givan ***@***.***> a écrit :
… Hi
If I change the password in OVH, your site will normally no longer work
afterward.
I'm not sure what password you mean, the mysql password? if you change it
you can then update it in /config/db.php
<?php
return array (
'default' => 'mysqli',
'connections' =>
array (
'mysqli' =>
array (
'engine' => 'mysqli',
'host' => '127.0.0.1',
'database' => 'vvveb',
'user' => 'root',
'password' => 'password', // <<<
),
),
);
Do you have a solution for updating it?
Without breaking the current site?
You should clone the current site files and database and make the update
on the staging/cloned site to avoid downtime.
You can clone it by simply copying the files and export and import the
database, then you can update database name and credentials in the
/config/db.php
------------------------------
For the update process, after the cloned site is working just unzip
latest.zip and overwrite all files.
After the update you will probably get some errors for missing database
tables, create the tables manually (using phpmyadmin?)
You can find the sql queries for creating the tables in
/install/sql/mysqli/schema
<https://github.com/givanz/Vvveb/tree/master/install/sql/mysqli/schema>
—
Reply to this email directly, view it on GitHub
<#330 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BXMNKM24IMG3VHK6Y3L2UML3UELO3AVCNFSM6AAAAACGQNDCG6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINBYGUYTCOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I got a website managed by a person who did not transfer any skills
I think the source of my problem is the same


1/For all my pages, When I saved it
I have an error "error saving backup! File saved! poco/css/custom.css is not writable!"
2/When I try to update the core 0.0.7 to
I have this error [object Promise] download
Are you a doc or a process to help me ?
Thansk you for your help
Beta Was this translation helpful? Give feedback.
All reactions