Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2014-05-07 10:51:09
- Bicss11
- Member
- Registered: 2014-04-03
- Posts: 24
[solved] Content is not updating
Hi,
Im trying to update my textpattern content, changing a text of existing article or hiding this article, but if im going to the frontend changes are not appearing. If i back to the backend, changes are working.
What can be happening?
thx!
Last edited by Bicss11 (2014-05-08 09:57:47)
Offline
Re: [solved] Content is not updating
Some caching issue maybe? Do you run any caching on your server, or use Cloudflare or similar services?
Offline
Re: [solved] Content is not updating
maybe a browser cache problem try to make CTRL+F5 that will force your browser to reload the page from the source.
Offline
#4 2014-05-07 11:23:22
- Bicss11
- Member
- Registered: 2014-04-03
- Posts: 24
Re: [solved] Content is not updating
Hi,
I tried with Ctrl + R or Ctrl + f5 and it doesnt work :S
This is on a 1and1 hosting running
Last edited by Bicss11 (2014-05-07 11:23:41)
Offline
#5 2014-05-07 11:46:32
- uli
- Moderator

- From: Cologne
- Registered: 2006-08-15
- Posts: 4,319
Re: [solved] Content is not updating
Try a different browser or try it from another computer. If this works close all pages/tabs of your site on your computer/favorite browser, empty the cache, quit the browser and try again.
(Edit: Textile.)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#6 2014-05-07 15:18:39
- Bicss11
- Member
- Registered: 2014-04-03
- Posts: 24
Re: [solved] Content is not updating
Hi uli,
I tyed with other browser or disabliying cookies and not working :S
Offline
Re: [solved] Content is not updating
Did you check your db tables? They might need repairing.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: [solved] Content is not updating
When you’ve edited an article, click the _View_link next to the article title instead of refreshing the front-end – does this help?
Offline
Re: [solved] Content is not updating
Bicss11 wrote #280638:
the frontend changes are not appearing.
Is your site running the MLP pack or is it in a single language?
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#10 2014-05-08 07:34:52
- Bicss11
- Member
- Registered: 2014-04-03
- Posts: 24
Re: [solved] Content is not updating
Thx for all!
The site is in MLP but the changes are done in the both languages.
I checked the tables and the changes appearing in the db.
I clicked in view botton and it show the edited content
Offline
Re: [solved] Content is not updating
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#12 2014-05-08 08:31:18
- Bicss11
- Member
- Registered: 2014-04-03
- Posts: 24
Re: [solved] Content is not updating
Hi!
Whats is hapenning is the changes are making in textpattern table but not in l10n_txp_es_es and l10n_txp_eu_es
The plugin is activated.
Why it is not working?
Offline
Re: [solved] Content is not updating
Bicss11 wrote #280660:
Whats is hapenning is the changes are making in textpattern table but not in l10n_txp_es_es and l10n_txp_eu_es
Yes, that’s a symptom of:
- Using the old version of the plugin on Txp 4.5.x.
- Not having the plugin type set correctly.
- Both of the above!
First of all, rule out number (2) by following the instructions in the post I linked to above. Then if that doesn’t work, you’ll need to upgrade the plugins from GitHub. Post back here if you need help with that and I’ll see what I can do.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#14 2014-05-08 08:59:39
- Bicss11
- Member
- Registered: 2014-04-03
- Posts: 24
Re: [solved] Content is not updating
You are saying to put
<txp:php>
safe_update ( ‘ txp_plugin ‘, ‘ type = 5 ‘ , “name = ‘ l10n ‘”);
< / txp : php >
code on any template header.
What do you mean with “on the header”?
Inside on the php code or what? I tryed putting in both sites but it not working.
I have the classic template and it only has one page named classic.php.
Its okey?
Offline
Re: [solved] Content is not updating
Bicss11 wrote #280663:
What do you mean with “on the header”? Inside on the php code or what?
Not inside Textpattern’s files, no. Sorry if it wasn’t clear. Go to your admin side and visit Presentation->Pages. In the Page that shows up there (which is probably called ‘default’), paste those three lines at the very top of that template and save it. Then visit your website. Normally, your home page will be fine as long as it has been told to use the ‘default’ Page. Once you do that, see if saving an article rendition works.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline