Warning: require_once and Fatal error: require_once():

Warning: require_once(/storage/ssd1/059/4081059/public_html/KingdomAnimalia/libs/functions.php): failed to open stream: No such file or directory in /storage/ssd1/059/4081059/public_html/configs/app_top_user.php on line 48

Fatal error: require_once(): Failed opening required ‘/storage/ssd1/059/4081059/public_html/KingdomAnimalia/libs/functions.php’ (include_path=’.:/usr/share/pear:/usr/share/php’) in /storage/ssd1/059/4081059/public_html/configs/app_top_user.php on line 48

HOW TO FIX THIS error. thanks for the help

This error means that some files are missing. Make sure to check that the file that is being required on line 48 exists. If it doesn’t, try reuploading it. :wink:

but i upload all files

ublic_html/KingdomAnimalia/libs/functions.php

public_html/configs/app_top_user.php

Do you mind if I take a look at your file manager? What is the site URL?

@cire1 I don’t see any “KingdomAnimalia” directory in your file manger.
Make sure you provide correct path in the below format.
ex: require_once("./libs/functions.php");
image

1 Like