I'm having a problem when I open homepage of my website. (I didn't made the website, I'm just handing it) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

21st Apr 2020, 9:06 AM
Manzar Abbas
Manzar Abbas - avatar
3 Answers
+ 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.
21st Apr 2020, 9:17 AM
A͢J
A͢J - avatar
+ 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.
21st Apr 2020, 9:25 AM
A͢J
A͢J - avatar
+ 2
Manzar Abbas Check in quadrago folder which is your main project.
21st Apr 2020, 9:35 AM
A͢J
A͢J - avatar