Jump to content

Write Comment Review Issue Since Upgrade


Guest hoecake

Recommended Posts

Guest hoecake

I am having trouble since I upgrade from 4.0.3 to 4.1.1. Before I upgraded it worked fine but now when you click to write review / comment it trys to go to this web address

http://prod_write.html/?productId=46#write_review.

I see that its missing my domain name and I need help locating what needs to be edited.

Any ideas?

You can see our site at dogtrainingequipment.com.

Link to comment
Share on other sites

  • 2 weeks later...

Guest Ash Spain

Yes i am having the same problem as this exactly. I can't seem to figure out what the problem is.

Even worse, if i type in the proper link in the address bar it just posts back to the product page without the write review enabled.

This was definately not a problem before 4.1.1 upgrade.

I have even upgraded my htaccess without any joy still:

http://prod_write.html/?productId=8#write_review

Anybody have any ideas about how to fix it?

UPDATE

I have turned off SEO and it works fine so i think it is the SEO code in 4.1.1 that generates the link that gets passed to the htaccess, although it may be the htaccess too.

Can somebody plz look at it. thanks!

Link to comment
Share on other sites

  • 1 month later...
Guest gis100

I'm having the same problem too!!!

I'm using CC 4.2.0 A couple of months ago it was working with an older version of CC, but on a point after upgrading this stopped working

This is my .htaccess:

## Activate the mod_rewrite Engine

RewriteEngine On

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=viewCat&catId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=viewProd&productId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=viewDoc&docId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=tellafriend&productId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=viewCat&catId=saleItems&%1 [NC,L]

Any solution?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...