Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adhwebcr

Pioneers
  • Posts

    25
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ashley Harvey

adhwebcr's Achievements

  1. Hi, This is my .htaccess file: # If you are getting errors you may need to comment this out like .. # Options +FollowSymLinks Options +SymLinksIfOwnerMatch <IfModule mod_rewrite.c> 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 RewriteBase using the instructions above RewriteBase / RewriteRule ^([a-z0-9/-]+)-p-([0-9]+).html$ product_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-c-([0-9_]+).html$ index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-m-([0-9]+).html$ index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pi-([0-9]+).html$ popup_image.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pr-([0-9]+).html$ product_reviews.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pri-([0-9]+).html$ product_reviews_info.php [NC,L,QSA] # Articles contribution RewriteRule ^([a-z0-9/-]+)-t-([0-9_]+).html$ articles.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-au-([0-9]+).html$ articles.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-a-([0-9]+).html$ article_info.php [NC,L,QSA] # Information pages RewriteRule ^([a-z0-9/-]+)-i-([0-9]+).html$ information.php [NC,L,QSA] # Links contribution RewriteRule ^([a-z0-9/-]+)-links-([0-9_]+).html$ links.php [NC,L,QSA] # Newsdesk contribution RewriteRule ^([a-z0-9/-]+)-n-([0-9]+).html$ newsdesk_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nc-([0-9]+).html$ newsdesk_index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nri-([0-9]+).html$ newsdesk_reviews_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nra-([0-9]+).html$ newsdesk_reviews_article.php [NC,L,QSA] </IfModule> php_value upload_max_filesize 10M php_value post_max_size 20M php_value memory_limit 32M Can you see any conflicts?
  2. Hello, I'm using Seo Urls 5 and Heater Tags SEO, but they are not playing nicely together. How do i get them both working? Also when i change the url format to rewrite i get a message saying i don't have permission to access index.php, i'm guessing this is to do with the .htaccess file but don't know what to change. Any help would be amazing as it's been driving me mad for days.
  3. Don't suppose you can remember what that setting charge is do you?
  4. Looking at this i realised i had already tried that one but it didn't work so i went to Ultimate Seo Urls 5 PRO which does work, but seems to interfer with this module. I'll look at it again and see if i can take 5 off and install 2.2d again.
  5. Hi Jack, On further investigation it looks like there was a conflict with a SEO URLS's add-on that had been installed, can you recommend a SEO URL module that works with your module?
  6. Had a look and the products tickbox was already ticked for index.php and product_info.php but was still not showing. I've uninstalled and reinstalled it but still no difference. If i put in a default tag it shows it but none of the ones from the database are coming through. I now have this on the test: Title and Meta Tag results for index.php explain English From Site: Title -> Meta Description -> Meta Keywords -> From Settings: Title -> Replace me in Page Control under index.php Meta Description -> Replace me in Page Control under index.php Meta Keywords -> Replace me in Page Control under index.php Results of scan: index.php is missing Header Tags code or it is not installed correctly. Verify that Fill Tags has been ran and that the root checkbox or the default checkboxes have been checked in Page Control. Fill tags have been run and i can see the database has been filled out and the root, product and category checkbox's are ticked. Which files deals with getting the results from the database?
  7. But it also says to run fill tags, that has been run and worked. Maybe i've missed something, i thought that if there was nothing in the default box's then it would use the information that had been filled in by the fill tags process. So if a category had no defaults it would revert to the tags for that category?
  8. Sorry i meant Header Tags SEO V 3.2.5. Yes i ran the fill tags and looking at the database it's done that. The tests say: Title and Meta Tag results for index.php explain English From Site: Title -> Meta Description -> Meta Keywords -> From Settings: Title -> Meta Description -> Meta Keywords -> Results of scan: index.php is missing data. Fill Tags should be ran. I edited the index.php file to take out the defaults.
  9. Hi Jack, I've installed HTC to a 2.3.1 OSC and the backend seems to work fine and having checked the database all the information is filled in but the site still only displays the default info. Can you give me some pointers as to what could be the problem? Thanks Ashley
  10. Hello, A client of mine has this module and it works fine for adding products but when he adds attributes it'll only add the first 7 options. It doesn't throw up any errors, just doesn't do it. The setting from the system are: Settings & Info EP vers: 2.76i-MS2 osCommerce Online Merchant v2.2 RC2a OS: Linux 2.6.9-89.0.25.ELsmp HTTP: Zeus/4.3 DB: MySQL 5.0.58-enterprise-gpl PHP: 5.2.9 (Zend: 2.2.0) Temp Directory: /content/HostingPlus/c/t/www.*****.co.uk/web/temp/ Temp Dir is Writable Magic Quotes is: off register_globals is: off Split files on: 300 records Model Num Size: 40 Price with tax: false Calc Precision: 2 Replace quotes: false Field seperator: comma Excel safe output: true Preserve tab/cr/lf: false Category depth: 7 Enable attributes: true SEF Froogle URLS: false Other Support: MVS Support: false Additional Images: false More Pics: false UltraPics Pics: false HTC: false SPPC: false Extra Fields: false PDF Upload: false Any help would be great. Thanks Ashley
  11. Further to this i've worked out it's something to do with this part in checkout_confirmation: require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; $order_total_modules->process(); As when i take that out the page doesn't break although obviously there's no order totals on the page. any help would be much appreciated as i was up until about 4 this morning trying to work it out and this is not how i want to spend my saturday. Thanks Ashley
  12. Hi guys, Really need help with this asap. installed everything and doubled checked 10 times but after the checkout_payment.php page i press continue and get a completely blank, broken page no matter which payment method i choose. Any ideas? thanks Ashley
  13. Hi, I've added the code to my index.php file to amend the home page text as the install file suggests but how do i get the home page to appear in the list of Information pages so i can then change it? Thanks for any help. Thanks Ashley
  14. sorry i started a new post rather then replying to an existing one - please ignore this post
×
×
  • Create New...