Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#61 2014-09-26 12:22:08
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: Feedback to: Textpattern CMS 4.5.7 released
philwareham wrote #284225:
I doubt it was a DoS, we use about 1% capacity of our server most of the time.
My affected sites still show the same message and it takes forever until the diagnosis is shown.
Offline
Re: Feedback to: Textpattern CMS 4.5.7 released
I had the same Language panel message on all the sites I upgraded so far, but it was temporary. In all cases I was able to reload the panel and update the language within 20 or 30 minutes, and I haven’t had any trouble loading the Diagnostics panel.
Can anyone confirm that this upgrade works fine on a site that runs MLP?
Offline
Re: Feedback to: Textpattern CMS 4.5.7 released
etc wrote #284216:
Back to OP: the update went smooth, save for
There is a problem trying to connect to the RPC server. Please, try again later
.
my issue went away after 24 hrs.
…. texted postive
Offline
Re: Feedback to: Textpattern CMS 4.5.7 released
I have a few more production sites to upgrade over the coming week – is there anything I can enable debugging-wise that might help pinpoint the RPC issue? I’ve not had it on previous upgrades, so it’s not guaranteed to happen, but it’s worth a shot.
Offline
Re: Feedback to: Textpattern CMS 4.5.7 released
gaekwad wrote #284265:
I have a few more production sites to upgrade over the coming week – is there anything I can enable debugging-wise that might help pinpoint the RPC issue? I’ve not had it on previous upgrades, so it’s not guaranteed to happen, but it’s worth a shot.
IF it helps any… i updated about 6 sites. only one had the RPC issue. And that one RPC issue resolved itself in about 36 hours.
But the mystery is why. all sites were on the same server.
…. texted postive
Offline
Re: Feedback to: Textpattern CMS 4.5.7 released
I’ve got a tiny issue with Textile. This has been bugging me at least since 4.5.5. Text which is written like this is not formatted like it should be:
_Vancouver_-based bici has an avatar.
So the problem is with the word Vancouver. It’s not being wrapped with em
but left with underscores.
Offline
Re: Feedback to: Textpattern CMS 4.5.7 released
I see what you are saying. Although not grammatically correct, you could add spaces around the dash:)
Vancouver – based bici has an avatar.
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: Feedback to: Textpattern CMS 4.5.7 released
kuopassa wrote #284272:
the word Vancouver. It’s not being wrapped with
em
but left with underscores.
How about delineating the bit you want formatting with curly braces, like this:
{_Vancouver_}-based bici has an avatar.
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
Re: Feedback to: Textpattern CMS 4.5.7 released
Hey Stef,
I’m impressed!!! I did not know about the curly braces trick.
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: Feedback to: Textpattern CMS 4.5.7 released
Bloke wrote #284277:
How about delineating the bit you want formatting with curly braces […]
I’m with Yiannis – that’s new to me today, too. Thanks for the tip!
Offline
Re: Feedback to: Textpattern CMS 4.5.7 released
Stef, nice trick indeed! But unfortunately, it does fail when adding additional formatting (like kuopassa did) :-(
Code:
*{_Vancouver_}-based bici has an avatar.*
result:
-based bici has an avatar.
You get: <strong style="_Vancouver_;">
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#72 2014-09-29 02:52:53
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: Feedback to: Textpattern CMS 4.5.7 released
The only solution I can find is not very beautiful in the HTML:
{*_Vancouver_*}{*-based bici has an avatar.*}
or [*_Vancouver_*][*-based bici has an avatar.*]
HTML
<p><strong><em>Vancouver</em></strong><strong>-based bici has an avatar.</strong></p>
Offline