Hello, I am new to the forum and do not have a whole lot of experience with coding.
I was asked to manage the website for the company I work for. The website needed updating, in particular pricing for the products we sell.
The way I was taught to update the site was to select a product. At the bottom of each product page there is a link to "Update product".
Typically the first time I use the link, it asks me to log in, and then it takes me to an administrative page where I can change information for the product.
I was working on it all day, when towards the end of the day I received this error message once I finished updating a product:
Fatal error: require_once(): Failed opening required './Connections/ccgifts.php' (include_path='.:/usr/share/pear:/usr/share/php53/pear') in /webroot/c/r/creat031/primary/www/cms/index.php on line 1
It seems like it is telling me to add the include_path on line one of my index.php. And I have, but then I get error messages like this:
Parse error: syntax error, unexpected T_STRING in /webroot/c/r/creat031/primary/www/cms/index.php on line 1
Please help! Usually after clicking on updating the product it takes me to the main Administrative page on what seems to be the back end of the website. Now it just gives me error messages.
Thanks in advance for your help!