-
This is what I received after TMD tried to restore my site:
[14-Oct-2025 01:11:22 UTC] PHP Fatal error: Uncaught Error: Failed opening required './splash.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /home/bravohos/public_html/clickandshare.net/index.php:30 Stack trace: #0 {main} thrown in /home/bravohos/public_html/clickandshare.net/index.php on line 30
-
Hello @ClickandShare.NET !
If your hosting allows to use the php.ini files in the the directory as your main site (like where are located the UNA files) then you may create your php.ini with this content:
include_path = "."
It will avoid the search of the files in the system directories like your have now. Or ask your hosting support about setting up this parameter.
-