I did change the directory names to my template names and also applied the sql patch. Any time I click a write review link I am directed to the create account / login page.
Example page:
http://idosersoftware.com/index.php?...r_of_uploads=0
I did change the directory names to my template names and also applied the sql patch. Any time I click a write review link I am directed to the create account / login page.
Example page:
http://idosersoftware.com/index.php?...r_of_uploads=0
Are you sure you copied the file /includes/modules/pages/product_reviews_write/header_php.php? If so, the redirect to the login page should be accompanied by a message in the header that reads "You need to sign into your account to write a review.".
Yes, I am sure that the header_php.php is in the includes/modules/pages/product_reviews_write
I do see the warning when Enable Product Reviews By Guests is set to 0 (off). Then it says you must log in. However, when set to 1 to allow, it still redirects to the login/account creation page but does not show the warning. Does not allow gusts to write even though Enable Product Reviews By Guests is set to 1
Would you please post the contents of your /includes/modules/pages/product_reviews_write/header_php.php file?
Could you check in your /includes/modules/pages/product_reviews_write directory and make sure that there's not a file named header_php-original.php or something similar?
If so, rename that file to something like header_php.php.original ... just so it DOESN'T have a .php file extension.
Zen Cart's default handling will load all files in that directory that start with header_php and have a file extension of .php.