Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

nishanthan1989

Pioneers
  • Posts

    12
  • Joined

  • Last visited

Posts posted by nishanthan1989

  1. I don't see a problem with it. You should fix your url rewriter, by the way, since it is missing a name in the url.

    url rewriter ? where in .htaccess file ? and what should i have to change in there ?

    when i click a product its comes like www.mywebsite.com//product_info.php?cPath=34&products_id=122 is that correct?

  2. That usually happens because the code in your shop does not match that of the changes to be made and some table or div needs to be added/removed. I can't help more than that since it varies with the template and I don't want to get into fixing individual template problems. All I can suggest is that you made the changes one at a time and check the site afterwards. If it displays incorrectly, then stop there and try to figure out the reason.

    Thank you Jack_mcs for your quick responce , yes i understand and i found that ,that was a nasty little div missing in index php and it fixed , all good :)

     

    but i found a new problem now i already done the fill tags and in the in the page control i already put the default tags and updated ,

    in the left hand site drop down manu i selected index.php and added the tags same as default tags and updated it ,no error message is showing but when i check the index.php thru wiew result there is no keywords and discriptions in there its not saving (red color instead of yellow color )for some reason

    i hope you would probably know why this is happening ,

  3. I don't see a problem with it. You should fix your url rewriter, by the way, since it is missing a name in the url.

    Hi Thanks for your reply , its working because i restored my index.php the file i have backed up before the installation of this contribution , the think is i have done the editings in the index.php after that when i clicked a category on my website its all scrambled my right column boxes all showing in the body and left column boxes in the background of the right column boxes ,

    can you help me to figuire out where is my mistake ?

    Hi Thanks for your reply, its working because i restored my index.php the file i have backed up before the installation of this contribution, the thing is I have done the editing in the index.php after that when I clicked a category on my website it’s all scrambled my right column boxes all showing in the body and left column boxes in the background of the right column boxes ,

    Can you help me to figure out what cause this problem ?

  4. i'm using wamp server , and tried this on a oscommerce that locally installed , but i got this error

     

    Fatal error: Cannot redeclare tep_set_page_status() (previously declared in C:\wamp\www\test\admin\extra_info_pages.php:20) in C:\wamp\www\test\admin\includes\languages\english\extra_info_pages.php on line 28

  5. i'm using wamp server , and tried this on a oscommerce that locally installed , but i got this error

     

    Fatal error: Cannot redeclare tep_set_page_status() (previously declared in C:\wamp\www\test\admin\extra_info_pages.php:20) in C:\wamp\www\test\admin\includes\languages\english\extra_info_pages.php on line 28

  6. i'm using wamp server , and tried this on a oscommerce that locally installed , but i got this error

     

    Fatal error: Cannot redeclare tep_set_page_status() (previously declared in C:\wamp\www\test\admin\extra_info_pages.php:20) in C:\wamp\www\test\admin\includes\languages\english\extra_info_pages.php on line 28

  7. this is my htaccsess file for my localhost , im getting internal server error , anyone know why is this happening ?

     

     

    # Begin Ultimate SEO V2.2d

    Options +FollowSymLinks

    RewriteEngine On

     

    # RewriteBase instructions

    # Change RewriteBase dependent on how your shop is accessed as below.

    # http://www.mysite.com = RewriteBase /

    # http://www.mysite.com/catalog/ = RewriteBase /catalog/

    # http://www.mysite.com/catalog/shop/ = RewriteBase /catalog/shop/

     

    # Change the following line using the instructions above

     

    RewriteBase http://localhost/osc = RewriteBase /osc/

     

    RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING}

    RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING}

    # End Ultimate SEO V2.2d

    ooth.php?pollid=$2&%{QUERY_STRING}

    # End Ultimate SEO V2.2d

  8. i have followed all the instructions but still when i hit www.mywebsite.com/admin i got these errors and i am not getting admin page ,

     

    Warning: require(includes/functions/header_tags_general.php) [function.require]: failed to open stream: No such file or directory in /path_to/admin/includes/functions/general.php on line 1499

     

    Fatal error: require() [function.require]: Failed opening required 'includes/functions/header_tags_general.php' (include_path='.:/usr/local/php5_3/lib/php') in /path_to/admin/includes/functions/general.php on line 1499

     

    would you be able to help me with that please :)

    thanks

×
×
  • Create New...