I need help with a new Adsense site. I uploaded all files and am getting error messages on all web pages. This site was developed by someone else.
The URL is ilovecoke.us.
What do I need to do to correct these website page errors?
webdawn
I need help with a new Adsense site. I uploaded all files and am getting error messages on all web pages. This site was developed by someone else.
The URL is ilovecoke.us.
What do I need to do to correct these website page errors?
webdawn
Your pages all have a PHP include pointing to an /includes/ folder with a file in it called vars.php. That file is either missing, or the path to it is wrong.
Firstly, check if you have an /includes/ folder and if there’s a vars.php file in it. If so, the path to the file is probably wrong.
Remember that PHP include paths are not relative to the site’s root directory, but to the root of the filesystem. It’s unlikely that you have your include
directory mounted directly under the root.
Maybe the php include paths are not relative to the root of the filesystem, as what AutisticCuckoo said!