Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2014-05-08 08:59:03

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

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:

  1. Using the old version of the plugin on Txp 4.5.x.
  2. Not having the plugin type set correctly.
  3. 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.

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

#15 2014-05-08 09:02:33

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

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.

Txp Builders – finely-crafted code, design and Txp

Offline

#16 2014-05-08 09:11:16

Bicss11
Member
Registered: 2014-04-03
Posts: 24

Re: [solved] Content is not updating

It Work! Thx!!!!!!!!!!!!!!!!!! :D

Offline

#17 2014-05-08 09:16:16

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: [solved] Content is not updating

Bicss11 wrote #280665:

It Work! Thx!!!!!!!!!!!!!!!!!! :D

No problem, sorry for the inconvenience.

Make sure you delete those 3 lines of code you added to your template… we don’t want that running every time anyone visits your site :-)


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#18 2014-05-08 09:57:28

Bicss11
Member
Registered: 2014-04-03
Posts: 24

Re: [solved] Content is not updating

haha, thx, it is deleted :)

Offline

#19 2014-07-16 09:51:01

Bicss11
Member
Registered: 2014-04-03
Posts: 24

Re: [solved] Content is not updating

Hi!
Im having the same error again (my content is not updating) because i deleted my bbdd accidentally.
I put this code on all pages
<txp:php>
safe_update ( ‘ txp_plugin ‘, ‘ type = 5 ‘ , “name = ‘ l10n ‘”);
< / txp : php >

but my mlp version is 0.9. I think it is too old.
Im trying to install the recent version but i cant find the install code.
Anyone can helps me?
https://github.com/Bloke/MLP

Thx!

Last edited by Bicss11 (2014-07-16 09:51:29)

Offline

Board footer

Powered by FluxBB