• 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

(3.0.5 -> 3.1.1) Fatal error [100]: Target home user doesn't exists.

Status
Not open for further replies.

UnrealEgg

Chevereto Member
Everything else seems to be working okay apart from this error on the homepage.

I'm running on IIS and managed to get everything working before with some changes so this may be due to some changes I made.

Other details:
Fatal error [100]: Target home user doesn't exists.
Triggered in /app/themes/Peafowl/index.php at line 20

Line 20: $home_user = CHV\User::getSingle(CHV\get_chv_setting('theme_peafowl_home_uid'));

Stack trace:
#0 /lib/G/classes/class.handler.php(311): require_once()
#1 /lib/G/classes/class.handler.php(120): G\Handler->loadTemplate()
#2 /app/loader.php(182): G\Handler->__construct(Array)
#3 /index.php(21): include_once('/app/loader.php')
 
Go to Dashboard > Settings > Theme

Then put an user ID for the homepage (For example 1)
 
It just says "Invalid user id" when I try to accept the change.

Edit:
Ah I see, this resembles an actual user. I played around with the database since I couldn't create a user initially and so the main admin account has the ID of 2.

Setting the ID to 2 fixes the problem but it now shows my uploads, can I show everyones? Similar to the explorer?
 
Last edited:
Not for now but I will update the script soon to allow optional the use of a home user ID.
 
Status
Not open for further replies.
Back
Top