automationtools4you Posted June 17, 2008 Share Posted June 17, 2008 I try to go to our site (I put the "catalog" folder contects on the root, rather than using the catalog folder itself), but now it redirects to: http://www.automationtools4you.com/admin/F...ME_COOKIE_USAGE I have permissions set properly, as far as I know, but I "DID" install the newer version of the oscommerce software today...imported the database...as was going well. I would be grateful for any help...and thanks, in advance. Link to comment Share on other sites More sharing options...
FIMBLE Posted June 17, 2008 Share Posted June 17, 2008 You have two issues, 1) your Cookies are set to true in your Admin. You can turn them off in Admin / Configuration /Sessions. seeing as though you cannot access your Admin this will have to be done via phpmy admin either go and change it manualy or, run this.. UPDATE `configuration` SET `configuration_value` = 'False' WHERE `configuration`.`configuration_id` =138 LIMIT 1 ; (Providing your Config Id is 138!) 2) the system appears to not know where the cookie_usage.php is check your Catalog / includes / filesnames.php for this line define('FILENAME_COOKIE_USAGE', 'cookie_usage.php'); Regards Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
automationtools4you Posted June 18, 2008 Author Share Posted June 18, 2008 Thanks for your reply... Your said: "your Cookies are set to true in your Admin." I checked with my host. Cookies are set to FALSE. You also said: "the system appears to not know where the cookie_usage.php is check your Catalog / includes / filesnames.php for this line define('FILENAME_COOKIE_USAGE', 'cookie_usage.php');" I looked in the filesnames.php file, and DID find the line you indicate. Where SHOULD the cookies_usage.php live? Mine lives in the public_html. Should I move it? Copy it? Edit it? What do you think? Link to comment Share on other sites More sharing options...
germ Posted June 18, 2008 Share Posted June 18, 2008 Add the same definition to your /admin/includes/filenames.php and see how far into the Admin you can get. I've never heard of the Admin getting this error.... :huh: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
automationtools4you Posted June 18, 2008 Author Share Posted June 18, 2008 Add the same definition to your /admin/includes/filenames.php and see how far into the Admin you can get. I've never heard of the Admin getting this error.... :huh: What you say to ADD is already there...the line you describe define('FILENAME_COOKIE_USAGE', 'cookie_usage.php'); already exists in that php file. Other thoughts? Link to comment Share on other sites More sharing options...
germ Posted June 18, 2008 Share Posted June 18, 2008 Are you sure you're looking in the file in the /admin/includes folder? :unsure: This is different from the one for your catalog. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
automationtools4you Posted June 18, 2008 Author Share Posted June 18, 2008 Are you sure you're looking in the file in the /admin/includes folder?:unsure: This is different from the one for your catalog. I finally just RE-installed the software and got my database back. All is good now. Thanks, though, for your efforts. Link to comment Share on other sites More sharing options...
satish Posted June 18, 2008 Share Posted June 18, 2008 probably Your config file has wrong cookie path. So chek that. Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.