- This topic has 5 replies, 4 voices, and was last updated 7 years, 8 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Photo Seller – page not found when add to cart
Hi
WordPress got automatically updated and since then when click add to cart it has been coming up with page not found, has anyone had this issue before and know how to solve it
Thank you in advance
Please post a link, along with instructions, so that we can observe this behavior.
I am having the same issues.
Not only that, but I am unable to get a pop-up of the image when using template 1 (which is why I chose template 9).
Also, I am not sure if it is because of the size of my images (original on the smallest side is 8000px, but the watermark function is not working -not even increasing the size of the watermark text, and when I attempted to use a picture, it didn’t apply it to any of them).
I just got the plugin on thrusday and am creating the page today.
I managed to sort this issue I think but can’t remember what I did now so I will retrace what I did and post the solution in here
I remembered that I just altered the htaccess file in the root to the following
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Hi N.
Please post a link to your gallery page so I can try and add something to cart.
What is the value of your server’s PHP memory_limit configuration parameter?
(Note: you should try to set this to minimum of 250M)
Also, please check your server error log file and let me know if you see any logs related to the photo seller.