Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2016-11-08 17:02:26

jrmartin
Member
From: California | Italy
Registered: 2013-03-07
Posts: 116
Website

Re: Expand/collapse on write page

I can’t get it to display high detail, but here is low:

Textpattern version: 4.6.2 (8412e32468526e075446b881d13bd9ce)
Last update: 2016-11-06 10:42:00/2016-11-05 06:13:11
Document root: /home/jlunigia/public_html/italy
$path_to_site: /home/jlunigia/public_html/italy/blog
Textpattern path: /home/jlunigia/public_html/italy/blog/textpattern
Article URL pattern: section_id_title
Temporary directory path: /tmp
Site URL: www.wanderingitaly.com/blog
PHP version: 7.0.12
GD Graphics Library: bundled (2.1.0 compatible); supported formats: GIF, JPG, PNG.
Server TZ: America/New_York
Server local time: 2016-11-08 12:00:44
Daylight Saving Time enabled?: 1
Automatically adjust Daylight Saving Time setting?: 0
Time zone (GMT offset in seconds): America/Los_Angeles (-28800)
MySQL: 5.5.36-34.0
Database server time: 2016-11-08 12:00:44
Database server time offset: 0 s
Database server timezone: SYSTEM
Database session timezone: SYSTEM
Locale: en_US.UTF-8
Server: Apache
PHP server API: cgi-fcgi
RFC 2616 headers: 0
Server OS: Linux 2.6.32-531.11.2.lve1.2.55.el6.x86_64
Active plugins: smd_lately-0.30m, rah_metas-1.4m, yab_image-0.4, arc_meta-1.4.2
Admin-side theme: classic 4.6.2

.htaccess file contents: ————————————
  1. BEGIN Textpattern
    #DirectoryIndex index.php index.html

#Options +FollowSymLinks
#Options -Indexes
#ErrorDocument 403 default

<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/

RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L] RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*) index.php RewriteCond %{HTTP:Authorization} !^$ RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}] </IfModule>

#php_value register_globals 0

<IfModule mod_mime.c> AddType image/svg+xml svg svgz AddEncoding gzip svgz </IfModule>
  1. END Textpattern

————————————

Offline

#14 2016-11-08 17:08:14

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: Expand/collapse on write page

Looking at http://www.wanderingitaly.com/blog/textpattern/textpattern.js reveals your textpattern.js hasn’t been replaced during upgrading.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#15 2016-11-08 17:09:34

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

Re: Expand/collapse on write page

Thanks! Devs is the current stable release compatible with PHP version: 7.0.12?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#16 2016-11-08 17:14:44

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: Expand/collapse on write page

uli wrote #302779:

Looking at http://www.wanderingitaly.com/blog/textpattern/textpattern.js reveals your textpattern.js hasn’t been replaced during upgrading.

Why isn’t that detected by the checksum test, then? I’ve added a few lines to my textpattern.js (though in 4.5.7) and it was always displayed as edited on the diagnostics panel.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#17 2016-11-08 17:23:42

jrmartin
Member
From: California | Italy
Registered: 2013-03-07
Posts: 116
Website

Re: Expand/collapse on write page

Funny, it had the right timestamp. I re-uploaded it and it doesn’t make a difference.

james

Offline

#18 2016-11-08 17:29:44

jrmartin
Member
From: California | Italy
Registered: 2013-03-07
Posts: 116
Website

Re: Expand/collapse on write page

Hmmm, when I ftp the file it doesn’t change the existing file. Just updates the time stamp.

Offline

#19 2016-11-08 17:32:10

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: Expand/collapse on write page

Well, it still says

$HeadURL: https://textpattern.googlecode.com/svn/releases/4.5.7/source/textpattern/textpattern.js

in line 2. So your FTP app seems to ignore it. I’ve always found these apps not too reliable. Try a different one.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#20 2016-11-08 17:34:18

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: Expand/collapse on write page

Or try opening the file by double clicking in your ftp application and paste in the correct contents. Might be quicker done than getting another FTP app.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#21 2016-11-08 17:35:49

jrmartin
Member
From: California | Italy
Registered: 2013-03-07
Posts: 116
Website

Re: Expand/collapse on write page

Sorry for my ignorance; I’m afraid of breaking something. Can’t I just (try to) delete the file on the server and upload the new one?

Offline

#22 2016-11-08 17:36:32

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: Expand/collapse on write page

Just try, yes :)


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#23 2016-11-08 17:44:58

jrmartin
Member
From: California | Italy
Registered: 2013-03-07
Posts: 116
Website

Re: Expand/collapse on write page

Ok. I found the problem and I’m embarrassed to say that I was using cloudflare and it was caching this file and holding on to it forever. Once I flushed the cache everything is fine.

Thanks all.

Offline

#24 2016-11-08 17:51:17

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,304

Re: Expand/collapse on write page

You’re welcome, and no need to be embarrassed.
Just for learning, no experience with cloud services: which cache exactly was the culprit, how did you do that?


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

Board footer

Powered by FluxBB