Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2016-11-08 14:37:35

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

Expand/collapse on write page

I updated all my sites this week to the latest. They all went ok, but on one site everything works fine except that I can’t expand or collapse anything in the right column of the write page. Also, smd_article_stats doesn’t appear any more on that page.

Any ideas?

james

Offline

#2 2016-11-08 15:14:34

etc
Developer
Registered: 2010-11-11
Posts: 5,690
Website GitHub

Re: Expand/collapse on write page

Please try to refresh the browser cache, .js and .css files have changed between 4.5.7 and 4.6.

Offline

#3 2016-11-08 15:15:50

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

Re: Expand/collapse on write page

I’ve done that many times. I’ve even tried in different browsers.

james

Offline

#4 2016-11-08 15:41:27

etc
Developer
Registered: 2010-11-11
Posts: 5,690
Website GitHub

Re: Expand/collapse on write page

Could it be some outdated plugin? Try to disable Preferences/Publish/Use admin-side plugins?, just to check.

Offline

#5 2016-11-08 15:57:50

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

Re: Expand/collapse on write page

That didn’t do it either.

Offline

#6 2016-11-08 16:00:18

etc
Developer
Registered: 2010-11-11
Posts: 5,690
Website GitHub

Re: Expand/collapse on write page

Any javascript error in browser console when trying to expand/collapse?

Offline

#7 2016-11-08 16:02:14

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

Re: Expand/collapse on write page

No. If I’ve scrolled down the page it jumps, but nothing else really happens.

Offline

#8 2016-11-08 16:05:47

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

Re: Expand/collapse on write page

Also, on diagnostics, I can’t set the detail to “high”. Nothing happens.

Offline

#9 2016-11-08 16:18:01

etc
Developer
Registered: 2010-11-11
Posts: 5,690
Website GitHub

Re: Expand/collapse on write page

That’s weird, as if some js functions were lacking in your setup, or you use an old theme. I’ve reached the limits of blind-testing, sorry.

Offline

#10 2016-11-08 16:29:57

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

Re: Expand/collapse on write page

I had a similar problem. The culprit was that I had admin included in the deny list in my htaccess: RewriteCond %{REQUEST_URI} (ckeditor|ckfinder|connector|connectors|kcfinder|register|trackback|cgi|fallback|bigdump|dump|noscript|editor|FileZilla|fckeditor|Tester|uploadTester|upload|wp|wp-admin|rob-chiu|wp-content|webmanage|convert|manage|eshop|login|cms|console|ycportal|dedecms|phpcms|oecms|CHANGELOG|lazycms|drupal|mail|webmail|dede|utility|wp-login|bbs|utility|convert|xmlrpc) [NC]


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

Offline

#11 2016-11-08 16:51:38

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

Re: Expand/collapse on write page

Checked that. Everything looks normal.

Offline

#12 2016-11-08 16:57:12

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

Re: Expand/collapse on write page

Could you post your diagnostics here?


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

Offline

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

jrmartin
Member
From: California | Italy
Registered: 2013-03-07
Posts: 118
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,319

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,398
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

Board footer

Powered by FluxBB