Jump to content

socalhockeygal

New Members
  • Posts

    3
  • Joined

  • Last visited

socalhockeygal's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. oh boy. now the homepage of the website is showing up as a blank page. it doesn't read any errors or anything like before. thoughts on how to fix? did all the syntax/parse errors from before cause this?? Also the code from line one is: <?php require_once('Connections/ccgifts.php'); ?>
  2. Ok, that's another thing that I did check for. The ccgifts.php file is there and uploaded via the WS_FTP program.
  3. 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!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.