Leopardo Posted January 27, 2009 Share Posted January 27, 2009 Hello I've just installed the latest osCommerce and everything seemed to be working fine until i ran into this problem - imagelink Unlike most of the other cases, it ONLY occurres on the bottom of the main page. All category and product pages work fine Use Search-Engine Safe URLs is false Any suggestions? Thank you Upd: another strange thing - language and currency boxes dont appear on the main page - www.animestore.home.pl Link to comment Share on other sites More sharing options...
Guest Posted January 27, 2009 Share Posted January 27, 2009 Hello I've just installed the latest osCommerce and everything seemed to be working fine until i ran into this problem - imagelink Unlike most of the other cases, it ONLY occurres on the bottom of the main page. All category and product pages work fine Use Search-Engine Safe URLs is false Any suggestions? Thank you Are you using Dynamic Sitemap? If so, see http://www.oscommerce.com/forums/index.php?sho...Dynamic+Sitemap Link to comment Share on other sites More sharing options...
Leopardo Posted January 27, 2009 Author Share Posted January 27, 2009 Are you using Dynamic Sitemap? If so, see http://www.oscommerce.com/forums/index.php?sho...Dynamic+Sitemap Well, i don't even know what is Dynamic Sitemap, so... no, obviously, i don't use it Link to comment Share on other sites More sharing options...
Leopardo Posted January 27, 2009 Author Share Posted January 27, 2009 Reinstalled osCommerce, it worked fine until I went into the Category folder. When i came back to the main page, the problem was back again Link to comment Share on other sites More sharing options...
Leopardo Posted January 27, 2009 Author Share Posted January 27, 2009 No ideas? Link to comment Share on other sites More sharing options...
Guest Posted January 27, 2009 Share Posted January 27, 2009 No ideas? When you went back to the main page, did you try hitting f5 to refresh? Link to comment Share on other sites More sharing options...
Leopardo Posted January 27, 2009 Author Share Posted January 27, 2009 Yes, i did. Nothing happend. Oh yeah, i've just noticed. If i go to animestore.home.pl - i get this error, but if i go to animestore.home.pl/index.php everything is ok Link to comment Share on other sites More sharing options...
satish Posted January 27, 2009 Share Posted January 27, 2009 chek the request_type var value. Just echo it in html_output.php and test. Satish 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...
Leopardo Posted January 27, 2009 Author Share Posted January 27, 2009 chek the request_type var value. Just echo it in html_output.php and test. Satish Excuse me, i really didn't understand (my english is horrible). What should i do with the html_output.php? Thank you Link to comment Share on other sites More sharing options...
germ Posted January 28, 2009 Share Posted January 28, 2009 This is a bit off the wall, but I think this will fix the problem. In /includes/application_top.php find this code: // set php_self in the local scope if (!isset($PHP_SELF)) $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF']; AFTER it ADD this code: if (!strlen($PHP_SELF)) $PHP_SELF = '/index.php'; BACKUP THE FILE FIRST! 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...
Leopardo Posted January 28, 2009 Author Share Posted January 28, 2009 germ, nope, nothing... Link to comment Share on other sites More sharing options...
Leopardo Posted January 28, 2009 Author Share Posted January 28, 2009 It somehow begins from the language box. Only the header of that box is displayed... Link to comment Share on other sites More sharing options...
FIMBLE Posted January 28, 2009 Share Posted January 28, 2009 Change the "search engine safe URLs" setting to false. This can be found in Admin section, under CONFIGURATION. Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Leopardo Posted January 28, 2009 Author Share Posted January 28, 2009 FIMBLE Use Search-Engine Safe URLs is false My 1st post Link to comment Share on other sites More sharing options...
FIMBLE Posted January 28, 2009 Share Posted January 28, 2009 Sorry! Have you looked here yet? http://www.oscommerce.com/forums/index.php?showtopic=32641 Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Leopardo Posted January 28, 2009 Author Share Posted January 28, 2009 FIMBLE, stupid me, among all topics about this thing i haven't read the 3rd page... Replacing some code in html_output solved the problem Big thanks for help! Link to comment Share on other sites More sharing options...
FIMBLE Posted January 28, 2009 Share Posted January 28, 2009 Well done :-) Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.