Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

someone please help me!


Guest

Recommended Posts

Posted

I was having this problem because I thought I had accidentally made a mistake in my installation somewhere. Then i deleted everything and started over, losing my databse in the process because although I backed it up, i somehow didn't get all my products and stuff in it. Whatever, fine.

 

But, now, I just did a clean install and put in the google checkout module and the Ultimate SEO URLS module.

 

NONE OF MY ITEMS WORK. When I click on them they error out. if I add ?options={1} to the end of my urls then they load fine BUT I HAVE NO IDEA WHY!

 

PLEASE PLEASE PLEASE help me figure this out

 

www.amalgamated-store.com

 

right click any of the items or links that don't work, put copy link to clip board and then paste into the browser adding ?options={1} to see what i mean

 

please please please help

Posted

Sounds like there's something in your .htaccess file from the SEO URL install that needs modified.

 

Post the part of your .htaccess file you added for the SEO URL contribution.

 

I'm no .htaccess expert, but if I can't see the problem maybe someone else will.

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 >

Posted
Sounds like there's something in your .htaccess file from the SEO URL install that needs modified.

 

Post the part of your .htaccess file you added for the SEO URL contribution.

 

I'm no .htaccess expert, but if I can't see the problem maybe someone else will.

Options +FollowSymLinks
RewriteEngine On 
RewriteBase /

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

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING}

Posted

This so-called "fix" would seem to be the cause of your problems:

 

This fix will turn urls with attributes into: "product-name-p-5.html?options={1}10{2}20{3}30" so that users do not see the ugly urls in their shopping carts.

 

I recommend you only use the one uploaded by FWR Media, which has been updated towork with MySQL 5.

 

Vger

Posted
This so-called "fix" would seem to be the cause of your problems:

 

 

 

I recommend you only use the one uploaded by FWR Media, which has been updated towork with MySQL 5.

 

Vger

 

 

Options +FollowSymLinks
RewriteEngine On 
RewriteBase /

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING}

 

as per the last one uploaded by fwr media. i am checking to see what else has changed since 2.1d

 

i am getting the same error and i have reset the cache

 

edit: as far as i can tell the differences in 2.1d (which fwr uploaded) and 2.1e (that "fix") were the seo.class.php and the .htaccess file, both of which i reverted, and am still getting the issue

Posted

I did a completely fresh install of oscommerce and seourls. i used a brand new database, i installed 2.1d

 

I am STILL getting this issue. please please advise

 

http://www.amalgamated-stuff.com

 

when you go to my items they do not work. when you right click and put copy url to clipboard and paste the url into your browser and then add ?options={1} the items will then load

 

does not work:

 

http://www.amalgamated-store.com/speed-cru...ntrol-p-18.html

 

works:

http://www.amalgamated-store.com/speed-cru...tml?options={1}

 

The page isn't redirecting properly

 

 

 

 

 

 

 

 

 

 

 

 

 

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

 

 

 

 

 

 

 

 

* This problem can sometimes be caused by disabling or refusing to accept

cookies.

Posted

Did you try the site to be sure it worked after the install, but before you installed the SEO URLs?

:unsure:

 

If not, turn off the SEO URLS (I assume that's easy, but I don't know) and make sure it's working properly.

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 >

Posted

i did try and it works, then when i install seo urls it doesn't work whether seo urls is on or not

Posted

Other people have reported this problem with seo urls, further those that have it working have found google seems not to like the html urls so much, so perhaps just do away with it.

 

Just a suggestion, I don`t have it, so knowledge is limited.

 

:)

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...