Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2010-02-25 09:24:43

strawberryfusion
Member
Registered: 2005-07-24
Posts: 20

Unable to save pages or make changes to them

Hi,

I’m using TXP v4.2.0 – this is the diagnostic information I get. From what I can see the server meets the minimum requirements to run Textpattern.

Textpattern version: 4.2.0 (r3275)
Last Update: 2010-02-25 09:10:47/2010-02-25 09:06:33
Document root: /hsphere/local/home/xxx/domain.com
$path_to_site: /hsphere/local/home/xxx/domain.com/txp
Textpattern path: /hsphere/local/home/xxx/domain.com/txp/textpattern
Permanent link mode: section_id_title
upload_tmp_dir: /tmp
Temporary directory path: /hsphere/local/home/xxx/domain.com/txp/textpattern/tmp
Site URL: www.domain.com/txp
PHP version: 5.2.10
GD Image Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server TZ: America/Chicago
Server Local Time: 2010-02-25 03:18:10
DST enabled?: 0
Automatically adjust DST setting?: 1
Time Zone: America/Shiprock (-25200)
MySQL: 5.0.77-log
Locale: en_GB.UTF-8
Server: Apache/2.2.6
Apache version: Apache/2.2.6
PHP Server API: apache2handler
RFC 2616 headers: 
Server OS: Linux 2.6.18-164.10.1.el5
Admin-side theme: classic 4.2.0

Pre-flight check: 
------------------------
The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: apache_note, apache_setenv, closelog, debugger_off, debugger_on, define_syslog_variables, openlog, syslog, ini_restore, symlink, escapeshellarg, escapeshellcmd, ini_alter, socket_accept, socket_bind, socket_clear_error, socket_close, socket_connect, socket_create_listen, socket_create_pair, socket_create, socket_get_option, socket_getpeername, socket_getsockname, socket_last_error, socket_listen, socket_read, socket_recv, socket_recvfrom, socket_select, socket_send, socket_sendto, socket_set_block, socket_set_nonblock, socket_set_option, socket_shutdown, socket_strerror, socket_write, stream_sock
------------------------

.htaccess file contents: 
------------------------
#DirectoryIndex index.php index.html

#Options +FollowSymLinks
#Options -Indexes

<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

When I try to save a change in ‘Pages’ tab I get the following error. I’ve re-installed TXP, contacted the hosting company to check that PHP is working correctly. I’ve also tried different browsers All other functions in TXP work fine, it’s just under the ‘Pages’ tab I’m having problems. SSL is not enabled. Any ideas as to what could be wrong?

Error 400: Bad Request
Your browser sent a request that this server could not understand.

Probable reasons are:

You sent a plain HTTP request to an SSL-enabled server port. Instead please use the HTTPS protocol to access this URL, like this: https://example.com:8443/
You made a typo in the request, e.g., typed a comma instead of a colon. Please re-check the URL.
Please contact your webmaster if you are not sure what goes wrong.

Many thanks
rajiv

Added code blocks for cleaner layout -Gocom

Last edited by Gocom (2010-02-25 10:45:06)

Offline

#2 2010-02-25 15:10:46

strawberryfusion
Member
Registered: 2005-07-24
Posts: 20

Re: Unable to save pages or make changes to them

Hi,

Apparently there was a problem with mod_security and everything is working fine now.

rajiv

Offline

Board footer

Powered by FluxBB