+ 2
I'm having a problem when I open homepage of my website. (I didn't made the website, I'm just handing it)
Warning: require(/home/quadrago/public_html/wp-blog- header.php): failed to open stream: No such file or directory in /home/quadrago/public_html/index.php on line 28 Fatal error: require(): Failed opening required '/home/quadrago/public_html/wp-blog- header.php' (include_path='.:/opt/cpanel/ea- php72/root/usr/share/pear') in /home/quadrago/public_html/index.php on line 28
3 ответов
+ 2
As I see your error it's looking file path is not proper.
include_path='.:/opt/cpanel/ea-
php72/root/usr/share/pear')
this path is your problem which is included in index.php. Remove this and check.
You cannot access others path in your project or website. Your all file should be in public_html folder.
+ 2
Manzar Abbas index.php is in public_html folder. When you click on File Manager in cpanel then you get your project location where all file exists in public_html folder.
+ 2
Manzar Abbas Check in quadrago folder which is your main project.