• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

After update from 3.4.2 to 3.6.2 lose password

Status
Not open for further replies.

Mikelandjelo

Chevereto Member
Hello!
After update from 3.4.2 to 3.6.2 i loses admin password
cant enter to website
cant get instructions to email

how i can restore admin access to my website?
 
The only easy way is by getting the instructions via email. The alternative is to run some fn from the user class.

Try to make work the email in your system.
 
Create this file in app/routes/overrides/route.tmpchange.php

PHP:
<?php
$route = function() {
    CHV\Login::changePassword(1, 'somenewpassword');
    die('Done');
};
Note: If your user id isn't 1 then change it to the right id.

Then go to /tmpchange

Once done, delete the app/routes/overrides/route.tmpchange.php file.
 
Last edited:
i can change pass but cant enter to admin.. asked login form every time
and main page cant load a image
get error- SQLSTATE[42S02]: Base table or view not found: 1146 Table 'johnny_fotoshost.chv_storage_apis' doesn't exist
 
Most likely you performed a faulty update process. Send me FTP access to fix the mess.
 
Ok, I've fixed it for you. Check your email for more details.
 
Status
Not open for further replies.
Back
Top