• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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