Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2015-03-23 14:24:57

jameslomax
Member
From: UK
Registered: 2005-05-09
Posts: 448
Website

How do you edit and save?

Hi, in earlier versions there was a Save button for articles which meant you could adjust the text and change the status and date – then press Save.

In 4.5.7 there’s the new ‘edit’ button for making changes to the article, but no Save button if you want to change the status, date, category etc.

It’s possible a plug in is interfering with my Admin interface. I’ve had a quick look however and can’t see one doing that.

Do you now need a new plug in to recover the old Save button?

Offline

#2 2015-03-23 14:37:54

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

Re: How do you edit and save?

Hi James, there must be something wrong either with your cache of your install as the buttons are there. In the write tab there is a “publish” button for new articles and a save button for existing article. In the ‘articles’ tab. Click the more details checkbox at the bottom left.


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

Offline

#3 2015-03-23 16:26:34

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

Re: How do you edit and save?

James, can you post your diagnostics? Admin -> Diagnostics -> Low detail should be fine to start with.

Offline

#4 2015-03-23 18:58:13

jameslomax
Member
From: UK
Registered: 2005-05-09
Posts: 448
Website

Re: How do you edit and save?

OK, here it is:

---------------------------------

Textpattern version: 4.5.7 (r5900)
Last update: 2015-03-22 22:24:56/2015-03-22 22:21:47
Document root: /home/sites/example.com/public_html/ (/home/sites/example.com/public_html)
$path_to_site: /home/sites/example.com/public_html
Textpattern path: /home/sites/example.com/public_html/textpattern
Permanent link mode: section_id_title
Temporary directory path: /home/sites/example.com/public_html/textpattern/tmp
Site URL: www.example.com
PHP version: 5.2.17
GD Graphics Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server TZ: UTC
Server local time: 2015-03-23 18:52:44
DST enabled?: 1
Automatically adjust DST setting?: 0
Time zone:  (+0)
MySQL: 5.5.35
Locale: en_GB.UTF-8
Server: Apache/2.4.9 (Unix)
PHP server API: cgi-fcgi
RFC 2616 headers: 0
Server OS: Linux 2.6.32-504.8.1.el6.x86_64
Active plugins: zem_contact-0.6m, ob1_if_section-0.2, czg_if_comment_cookies-0.1, mkp_version-0.1, kgr_safe_excerpt-1.0m, etz_striptags-0.1m, tcm_if_article_image-0.1, rss_live_search-0.5, rss_thumbpop-0.6.1m, asy_captcha-1.0, jnm_audio-0.3, kml_flashembed-1.3.1, wlk_qt-0.9.7, smd_query-0.41, lam_addthis-0.4, chh_if_data-0.10, msv_show_article_field-0.2, glx_thiscomment-0.1, rvm_if_this_article-0.1, etc_query-1.2.9, ajw_notepad_public-0.1, upm_img_popper-1.3.3, rss_admin_db_manager-4.3, upm_date_archive-0.1.6m, mcw_templates-0.2, upm_file-0.2.2, wet_quicklink-0.4.2, lam_browse_by-0.1, mem_multifile_upload-0.2, aks_cache-0.2.8
Admin-side theme: classic 4.5.7

Pre-flight check: 
------------------------
/home/sites/example.com/public_html/textpattern/setup/ still exists
Old placeholder file is in the way: /home/sites/example.com/public_html/tutorials
------------------------

<code>.htaccess</code> file contents: 
------------------------
#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

# SVG
AddType image/svg+xml  svg svgz
AddEncoding gzip       svgz

------------------------

I flushed the cache and disabled any plug in I wasn’t using or might affect admin – and the button’s still missing.

It did occur to me there might be a folder I didn’t ftp to upgrade. Because my last install was so outdated the current instructions don’t tell you to ftp the rpc folder – which didn’t exist in 4.05. I saw it was there in 4.5.7 and assumed it should be there. There might be another one like that.

Edit for formatting and security —gaekwad

Last edited by gaekwad (2015-03-23 19:55:36)

Offline

#5 2015-03-23 20:02:05

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

Re: How do you edit and save?

rpc is optional, and it’s likely you’re using it, so you’re OK on that score.

Remove the textpattern/setup directory from your site, you don’t need that.

This sounds like a old or outdated cache issue. Can you clear your browser cache and see if that helps?

Also, this might help.

Offline

#6 2015-03-23 20:50:59

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

Re: How do you edit and save?

James, some of your plugins (probably upm_img_popper) injects javascript that could conflict with recent jQuery needed for txp. Try to globally disable admin plugins (preferences/advanced/Use admin-side plugins?) and force reload.

Offline

#7 2015-03-23 21:31:45

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

Re: How do you edit and save?

Also worth checking: A “Save” button is typical for Designer and Staff Writer ranks. They have these on new articles (or their own ones) and see no button at all in someone else’s articles (as opposed to a “Publish” button for members with more permissions).

Where do you have that “Edit” button? I don’t seem to have one, even on the Articles (list) page.


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

Offline

#8 2015-03-23 21:32:44

jameslomax
Member
From: UK
Registered: 2005-05-09
Posts: 448
Website

Re: How do you edit and save?

Thank you!

The admin plugins disable seems to have done it.

However: I wanted to use yab_copy_to_new which is extremely useful so I’m going to play with that to see if its OK….

Last edited by jameslomax (2015-03-23 21:37:23)

Offline

Board footer

Powered by FluxBB