Updates on wordpress are not applied even if I saved them - php

This is like an open ended question. I have a wordpess website which use do online shopping. There are items. let say table lamps. They have different prices. I need to update prices time to time. I have updated the prices on wordpress but it is not updated despite the fact that I have already saved the changes.Can you please tell any possible reasons for this issue?

This is most likely a theme or plugin or both that is out of date. You should also check your console for errors. Try updating everything, then try updating the post again. Be sure to back up your site first.

Related

Need to manual update custom post after wp-all-import run

I everyone first of all sorry for my English, not a native speaker here.
I have a problem that is probably WordPress related and not Wp-All-import fault, but this is giving me headache.
I have a custom post (Properties) which has some custom fields, one of it is a true/false checkbox to set the property as featured.
Everything is working fine, the value get updated and is actually visible in the backend, so properties that need to be set as "featured" are actually ok.
The problem is that the posts are not showing on frontend, unless I manually update them, doing so will fix the problem and show the posts correctly.
The website is kind of a mess, we took it over because the client was unhappy with his previous service, and many template files have been changed or commented not following best practice...
I had a similar problem once (well... not really) , where adding terms for a taxonomy (while creating the post or just from the classic taxonomy page) will lead to an infinite loading, that was because of too many blanks space in the functions.php, but this is not the case.
I just don't get what it could be, if manual update is working is it a wp-all-import related problem? But the import is fine, I mean the checkbox is actually set to true....but the posts are not showing unless I manually update them.
Thank you in advance
I would like to add that exact same problem started to happen on one of our sites recently. It all worked fine for better part of two years but since two weeks ago, I have to manually update posts after import to see the changes on frontend.
Edit: I think this might be an issue with Search & Filter Pro cache

Magento "My Orders Page" returns 404 - database related

We currently have Magento 1.7.0.2 installed since April and everything has been fine without issue, however an issue has arrived.
Certain users, when clicking "My Account" on the frontend will get shown a 404 error page.
Not every user sees it, and if they click "View Order" on an individual order from the recent orders section of My Account, that order will display fine.
After some digging, I've narrowed it down to the "sales_flat_order_item" table. If I go through each order and delete a certain item related to that order, or simply change the product_id - the page will then show fine. The product exists in Magento so it can't be that.
I've tried re-indexing, deleting cache - everything I can think of.
Does anyone have any suggestions as what would cause the 404? Going through 3000+ records, finding which item is causing the issue and deleting it is NOT an option for obvious reasons.
In case anyone else has this issue here's the solution.
The site had been working fine for months so don't know this stopped working BUT copied /sales/order/history.phtml out of the base theme and put it into our own (it didn't exist to start with) and edited line 63
from
if ($this->helper('sales/reorder')->canReorder($_order)) :
to
if(Mage::getStoreConfig('sales/reorder/allow')):
Which fixed my issues.
Not sure why that bit of code would break, nor why it would show a 404 page since the output would have already started and shouldn't redirect?

Magento Featured-Products extension debugging (shows all products instead of collection)

I currently work on an online shop, running on Magento 1.4.1.1 (yeah.. I know..)
I have an extension installed to show some random featured products on the startpage. Here's the plug-in: http://www.magentocommerce.com/magento-connect/featured-products-4605.html
The extension creates a new attribute "inchoo_featured_product" for products, wich makes it possible to choose a collection to show on the page. So the extension ran all the time (already a year) perfectly, but now it shows ALL products, not only selected. If I look up the product in Magento backend, I see that it is not checked to show up. (show on start page = no)
I couldn't figure out by myself how to fix the misbehaviour. How can I approach it to find out and fix it?
Reinstall didn't fix anything.
Ok people thank you for your suggestions. Now I found out what it was! It was just Magento indexing problem. the DB and all was working just fine, nothing changed but the server time limit was set to 30seconds so every time I re-indexed everything it was not complete and that caused the extension to break and behave randomly stupid :D
Thank you all for your help.
So the extension ran all the time (already a year) perfectly
You must have changed something, software/websites don't break on their own. Try to think have you installed any new modules or made some other changes recently?

Magento 1.4.1.1 - Search not working, Cross-Sell, New Products on Home Page, Up-Sell, Related Products Not working

Using 1.4.1.1
I’ve recently changed some php code in header.phtml to align my navigation titles so the wording appears on top of each other.
After I did this I also changed the organization of the categories within the back end under Catalog > Category Management. none of the Cross-Sells, Up-Sells, Related products or New Products on the Home Page are showing up along with the sarch.
I’m not sure if changing the header.phtml is related to these options not working. I don’t see how changing the header.phtml could render those options useless.
The only other things i’ve done since i’ve changed that code was create a sitemap, and a new robot.txt file which should have no effect on the website and change the order of the navigation items up top....meaning, instead of “Navigation Category 4” being in the fourth spot, I put it in the 1 slot then moved it back to the four slot within the back end under Catalog > Manage Categories for a split second… I dragged and dropped them into a new location, but then moved them back to how those two categories were organized before. I also changed the name of an existing category.
yes… i’m sure that all products are instock, with quantity available. All these things (cross-sells, up-sells, new products, etc) were working yesterday so I know they are set up correctly. It seems like something I did changed the file that controls all of those options. I’ve also re-indexed and re-cached everything.
Does anyone have any advice on where to look or what may have changed? All the XML is still set up correctly under CMS > Pages > Home Page. It still shows XML there to call out the new products on the home page but there not displaying. I have a feeling once I fix the home page issue with not displaying new products, that the others will be fixed to.
Please remember that these options were working yesterday. Any advice is greatly appreciated.
Thank you.
P
P.S. I’ve also realized now that searching is not working on the website. I’ve re-indexed everything and it’s not working. The only thing not re-indexing is “Category Products” but that has always said “processing” and won’t re-index. So I dont know why that would now mess anything up. This is seriously killing me. Corrupt DB? I've tried to repair the db but cannot upload large .sql dumps via MYphpAdmin, and don't have shell access.
I will seriously send money to someone who can cure these issues. I'm a man of my word.
Thank you everyone.
Erase everything in /var/locks/ and re-index.

My magento page and single product content is missing on the front end only and everything is enabled. How to I flush the session data to find it?

I've got an issue where only this morning my magento site at www.smartgaragestorage.com.au was working fine. All data could be found on single product pages and actual page data was visible on the front end.
Now, after doing some work on a Temando freight extension I get only the page title on CMS pages and no data on single product pages even though each product is listed under the correct category, you can add to cart and checkout without a hitch.
Any help would be appreciated...
Cheers,
Dan
Check the system.log, exception.log and apache error logs, this might give you some leads.
Did you clear the magento cache, and ran the indexer?
This helps allot sometimes, to make sure it is not data issues.
Then check if anything else is wrong.

Categories