tchsantafe Posted June 25, 2009 Posted June 25, 2009 Hi I know close to no php and I need some serious help. My issue is I do not in what file to put $aspCookiePath = tempnam("/YOUR_PATH/", "cookies"); I also do not know how to create a path with 0777 access. Any help would be greatly appreciated.
web-project Posted June 25, 2009 Posted June 25, 2009 My issue is I do not in what file to put $aspCookiePath = tempnam("/YOUR_PATH/", "cookies"); if your store located in root folder of domain name than it should be "/", otherwise path after domain. Example: store located at www.domain.com/store - path should be "/store/" Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
tchsantafe Posted June 25, 2009 Author Posted June 25, 2009 well my question was in what file should I put that line of code and where in it. Also I was wondering how I could change the access of a folder so that it is open(0777).
tchsantafe Posted June 25, 2009 Author Posted June 25, 2009 the propay also states "The first thing we are going to do is add a field called cc_approval_code to table orders." I do not know where to put the following line of code "ALTER TABLE `orders' ADD `cc_approval_code` VARCHAR(10)". If anyone could help me it would be greatly appreciated.
tchsantafe Posted June 25, 2009 Author Posted June 25, 2009 I cant seem to find the file known as table_orders from oscommerce
Recommended Posts
Archived
This topic is now archived and is closed to further replies.