Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2014-09-21 14:47:27

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,134
GitHub

Re: Feedback to: Textpattern CMS 4.5.7 released

Textpattern demo site updated – now happily running 4.5.7; updated without a hitch.

Offline

#14 2014-09-21 14:58:42

michaelkpate
Moderator
From: Avon Park, FL
Registered: 2004-02-24
Posts: 1,379
Website GitHub Mastodon

Re: Feedback to: Textpattern CMS 4.5.7 released

Okay – new install: http://likelikebaby.com/

Pre-flight check

Image directory is not writable: /var/www/images
File directory path is not writable: /var/www/files ?

The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority,

In my case, I fixed the folders permissions through chown (this is a Digital Ocean Droplet).

My question is – do we need to keep the PHP functions message when my understanding is these only apply to using PHP from the command line?

Offline

#15 2014-09-21 15:54:32

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,134
GitHub

Re: Feedback to: Textpattern CMS 4.5.7 released

Doing a new install via svn checkout:

svn checkout http://textpattern.googlecode.com/svn/releases/4.5.7/source

…there are a few presentational discrepancies in the default content that, I think, have already been resolved in previously closed issues. For example, the timestamp of Donald’s comment is thousands of days old. This was raised as issue 305 and fixed in r4575. I raised issue 427 with a patch to bring it into line, then I spotted that Txp Resources is still in the sidebar, which was raised originally as issue 307 and fixed in r4540. There may be more stuff, I haven’t checked yet, and I don’t want to pollute the issue tracker with patches if I’m missing something obvious.

Both of these presentational fixes were made to the 4.x branch, but don’t appear to have made it to the 4.5 branch. Considering the major.minor.patch release approach, these both appear to be in the patch section. Is this an oversight or are they really going to be in the release until the next minor release?

If I’m misunderstanding the development approach, then I would appreciate a correction.

Thank you in advance.

Last edited by gaekwad (2014-09-21 15:55:13)

Offline

#16 2014-09-21 16:27:06

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,134
GitHub

Re: Feedback to: Textpattern CMS 4.5.7 released

michaelkpate wrote #283986:

My question is – do we need to keep the PHP functions message when my understanding is these only apply to using PHP from the command line?

That line is common with all the DO droplets I’ve installed to where PHP5 has been installed with apt-get from the default repositories, and those modules are irrelevant to Textpattern. There are occasions, however, that non-pcntl_* modules are listed that do affect Textpattern, and that’s where the diagnostics are useful.

Offline

#17 2014-09-21 20:06:57

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

Re: Feedback to: Textpattern CMS 4.5.7 released

gaekwad wrote #283989:

Both of these presentational fixes were made to the 4.x branch, but don’t appear to have made it to the 4.5 branch.

You’re right that they’re only presentational and should be included in the 4.5.x branch. Probably just an oversight as I don’t think it was a regression in the recent setup changes… at least I hope not :-o We probably intended to push them to 4.5.x, but maybe ‘cos they weren’t backported immediately at the time they got swept out of sight under other commits.

Sorry they didn’t filter back this far. I’ll tend to those for ya. If you spot any other such already-fixes that would benefit being in 4.5.x, please let us know.


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-09-21 23:09:48

damienbuckley
Member
From: Brisbane, QLD, AU
Registered: 2006-02-24
Posts: 138
Website

Re: Feedback to: Textpattern CMS 4.5.7 released

Good work guys. I was starting to worry TXP had been abandoned. Propeller are sharing ten years in the biz with Textpattern!

Offline

#19 2014-09-21 23:58:21

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,071
Website Mastodon

Re: Feedback to: Textpattern CMS 4.5.7 released

damienbuckley wrote #284000:

Good work guys. I was starting to worry TXP had been abandoned. Propeller are sharing ten years in the biz with Textpattern!

howdy mate! Nice to hear from you on the forum.

ps you referring to : Propeller Brewing Company


…. texted postive

Offline

#20 2014-09-22 01:49:23

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,473

Re: Feedback to: Textpattern CMS 4.5.7 released

Until now I have updated three sites from Textpattern 4.5.5 to 4.5.7. There were no problems except these:

In two of the three sites I can’t access to Preferences > Language. The diagnostics report a problem with the access to the RPC-Server.

Between the three installations are now differences, only small differences between the servers, all by the same hosting company.

The “good” site: PHP-Version: 5.2.17, MySQL: 5.5.28-

First “bad” site: PHP-Version: 5.3.28, MySQL: 5.5.28

Second “bad” site: PHP-Version: 5.5.10, MySQL: 5.5.28

Offline

#21 2014-09-22 02:12:21

damienbuckley
Member
From: Brisbane, QLD, AU
Registered: 2006-02-24
Posts: 138
Website

Re: Feedback to: Textpattern CMS 4.5.7 released

bici wrote #284002:

howdy mate! Nice to hear from you on the forum.

ps you referring to : Propeller Brewing Company

Oh hey. Yeah you too :)

Offline

#22 2014-09-22 05:44:50

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 805
Website

Re: Feedback to: Textpattern CMS 4.5.7 released

Congrats Txp (10) and thanks Devs and all other contributors … :)

Offline

#23 2014-09-22 06:40:45

Pat64
Plugin Author
From: France
Registered: 2005-12-12
Posts: 1,595
GitHub Twitter

Re: Feedback to: Textpattern CMS 4.5.7 released

For the first time, I’m late ;)

Thanks lot Devs & all contributors. Happy Birthday Textpattern CMS.

Sorry for that: it seems I haven’t got all the files into the zip archive.

Last edited by Pat64 (2014-09-22 07:18:31)


Patrick.

Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.

Offline

#24 2014-09-22 07:36:46

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: Feedback to: Textpattern CMS 4.5.7 released

Happy Birthday TXP … & thank-you to the Devs for the new release.

Looking good on a brand new site install.

However, on a site upgrade from 4.5.4 the Pre-flight Check says:

There is a problem trying to connect to the RPC server. Please, try again later.

But if I click the help button, I get a response:

Diagnostics: Textpattern CMS version update

There is a newer version of Textpattern CMS available …

So the RPC server is alive but the help message is wrong … confused!

Edit: just realised it’s a dual-purpose message.

Last edited by gomedia (2014-09-22 07:39:57)

Offline

Board footer

Powered by FluxBB