Magento product 404 - magento-1.7

I have an strange problem with Magento. One product categorie show an 404 page. All the other categories works just fine.
I have check the rewrite, cache, re-indext everything.
What can it possible be?
1.7.0.2

Related

Why do I get an 404 Error after using TYPO3 V9.5

I am using TYPO3 9.5 and I created a root page with several subpages.
Before I created a site configuration the subpages were available as
/index.php?id=19
after the site configuration the url has changed to
/events
which is absolutely fine but my subpage cannot be found anymore. I get an 404 Error.
The subpage is still available under the old url but the new one doesn't work.
What can I do to fix this?
after changing the slug(path/path segment) for a page you need to update the slugs for all subpages manually.
The slug is generated automatically when the page is created. Probably your slugs were generated wrong before you build your site configuration.
Try to autogenerate all the slugs with the adapted wizard. You must do it by hand for each page as there is no wizard for page subtrees (yet). you might do the multi-edit in the list module for the slug field.
I have similar issue and no clue how to solve. See TYPO3 9.5 URL Routing with URL Segment is not working
Manual slug override, saving, chache clearance etc. does not help.
Are you using as well Apache? Maybe the issue is related to the webserver.

Joomla: post redirects to profile page or give 404 error

I know Joomla 1.6 is old, the site isn't mine.
The problem: after logging in as normal site user using a menu link, a redirect to a special info page should be performed. But, the post itself (apparently) redirects to the user's profile page, which is not desired.
When I try to call the post directly it's the same. If not logged in, 404 not found error pops up.
Any ideas?
Edit: the 404 says "Category not found". The post has the category "Uncategorised", like most of the other posts.
Using Joomla 3.8.10, and I recently hand the same problem. Log into Joomla, member sees 404 page. Clearing the Joomla cache solved the problem (at least for now). Thank you so much to Robert K. for posting his solution.
Update #1 -- Shree, good info. My primary purpose was to show that the solution of clearing the cache would still work for Joomla 3.8.10, which is many years newer that Joomla 1.6. Almost no one uses Joomla 1.6 anymore.
Update #2 - Clearing the Joomla cache was only a temporary solution, because the problem came back again. I had to disable the new Joomla extension of CJBlog, which I had just installed. And, then clearing Joomla cache cured my login-shows-404 problem.
Guess no one's interested in the answer, but I'll post it anyway.
The problem was the caching system (it used to work for like 15 min and break after that time). I deactivated it and everything works fine now.

ALL products are redirecting to 404 error in magento 2.0

When I click on products in home page of my website, it is redirecting to some error page i.e u have typed wrong url. I am using magento 2.0. I am getting same error for all products. How to resolve it?????
but all products are displayed in categories as well as home page
Please follow the following step to solve this problem.
step 1:- Please login and open a category.
Step 2:- Please assign a product.
step 3:- Then save that category.
Now all product will be working fine.

Manadev SEO Layered Navigation Plus issue in magento 1.7

I am using SEO Layered Navigation Plus < http://www.manadev.com/seo-layered-navigation-plus > in Magento 1.7. Few days age, I have put some demo products and it was working fine but when my site goes to live server and I have deleted all the products then it is not working.
Suppose, I have a attribute "Color" with two option White, block etc. Now I click on white then the products are not filtering but the url is changing. Now the strange thing is - After that, if I am refreshing the page then it will redirect to 404 error page.
Please, help me out.
I think you should check the following:
Make sure you unsecure, secure base URL is pointing correctly to your live website and try to flush your Magento cache storage.
Are you using the latest version of the extension ?, maybe you should check for any new updates, the last version was 3.10.

Prestashop Upgrade Issue - Products Page not showing anything

I just upgraded a prestashop from 1.2.x to 1.5.4.1
everything seems to work but products page is not showing anything at all
every other page under catalog and the rest of the back office work fine
I just cant seem to figure it out
BTW I am new to prestashop, so it may be a stupid mistake
You must be getting errors on product page but the display_errors are disabled go to /config/defines.inc.php and replace off with on for else
else
{
#ini_set('display_errors', 'off');
it will display all errors
I had same issue after moving to the new Server. I couldn't open any Product page in my Prestashop. Regenerating the .htaccess and many other tricks didn't help me. To my surprise the final solution was so simple... Changed Preferences->SEO&URLs->Shop domain from www.mydomain.com to mydomain.com.