You have recently gone from bad to worse.
I can't even get to your store at the moment. I am being greeted with an error message
Parse error: syntax error, unexpected T_STRING in /home/content/m/i/c/michellewardle/html/includes/languages/english/michellewardley/shopping_cart.php on line 22
What this means is that you have have uploaded a boat load of files to
/home/content/m/i/c/michellewardle/html/includes/languages/english/michellewardley/
There should NOT be a folder called "michellewardley" in the
/home/content/m/i/c/michellewardle/html/includes/languages/english/ folder, infact the only place you should find a folder by this name is this one:
/home/content/m/i/c/michellewardle/
and all of your webstore files should be in this folder:
/home/content/m/i/c/michellewardle/html/
What FTP program do you use? (or did you upload as a .zip file and extract the files on the server itself?)
Most FTP programs will allow you to 'queue' the files before uploading, this is an ideal time to verify that the files will be uploaded to the correct folders before initiating the transfer.
If you are uploading a .zip file and extracting it on the server then you must upload the zip file into the /html/ folder, because the zip exraction code will use its current location as being the 'root' of the file system and the files are extracted relative to that location, so if the zip is uploaded to (say)
/home/content/m/i/c/michellewardle/html/includes/languages/english/ the zip files will end up in all the wrong places, in fact they will end up where they are now, which is obviously incorrect.
For what it is worth, you are not the first person to get this wrong, and you most certainly won't be the last. In fact I'd go as far to say that every person here has done the exact same thing at some stage or another. I still manage to mess up in this regard myself more times than I'd care to admit, so as bad as it may seem, don't beat yourself up over it.. Take a break and try again.
Cheers
Rod



Reply With Quote
