ymk03 Posted March 29, 2004 Share Posted March 29, 2004 Hi, I am new to OSC. After spending a few day to install in my win98, I finally able to run locally. Then, I currently try to learn more, but I encounter a couple problem and would like to seek for your help. 1. After installation, the images such as "Tell a friend", "quick find" and "Languages" are not shown including "Add a cart"... The strange thing I found is when I view source from the index page. I find the image path look likes In my source view of index page which having a parameter "?osCsid=5645c8d7850ab177b64a5ba16e8ecd38" :huh: after button_quick_find.gif, <input type="image" src="includes/languages/english/images/buttons/button_quick_find.gif?osCsid=5645c8d7850ab177b64a5ba16e8ecd38" I view the demo page in OSCommerce, it just look like the following which look normal src="includes/languages/english/images/buttons/button_quick_find.gif".. I tried to trace the program from column_left.php --> search.php --> html_output.php and view the function function tep_image_submit($image, $alt = '', $parameters = '') { They looks as orignal since I did not modify this functions. Can someone expeience this before or shed me some light how to fix this problem. 2. In function tep_image_submit($image, $alt = '', $parameters = '') {... this take 3 parameters. But, in search.php, it calls the function by tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) which is only 2 paramters. Do i overlook something or PHP allows this way to call. Appriciate if any explaination. 3. Any information about how to debug in OSC. Do we need to install additional component. Any link and info. will be very helpful. Thanks in advance from your help. Kit Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.