Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2010-07-13 13:18:00
- progre55
- Member
- Registered: 2006-05-02
- Posts: 668
New Hosting Environment Issue
My current host upgraded their hardware and hosting environment. I bet you can guess where this one is going …
As with any transition, I have run across some niggles. The current head scratcher is now for some articles (long articles) if I copy and paste from a document and hit publish it does not save the document it actually tries to display a page.
The only way I can get the article to save is by reducing the size of the content. I am thinking that with the new hosting environment their is some type of cap on character limit in the body field (although as I say this it does not seem to make sense). My other thought is could there be an issue with some type of special characters —- but I checked and could not see any.
Here are the diagnostics for the new environment:
Textpattern version: 4.2.0 (r3275)
Last Update: 2010-07-12 18:57:29/2010-07-12 18:51:58
Document root: /home3/XXXXX/public_html
$path_to_site: /home3/XXXXX/public_html
Textpattern path: /home3/XXXXX/public_html/textpattern
Permanent link mode: title_only
open_basedir: /home3/XXXXX:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp
Temporary directory path: /tmp
Site URL: XXXXX
PHP version: 4.4.9
Register globals: 1
GD Image Library: bundled (2.0.28 compatible); supported formats: GIF, JPG, PNG.
Server TZ: -
Server Local Time: 2010-07-13 09:11:29
DST enabled?: 0
Automatically adjust DST setting?:
Time Zone: GMT-04.0 (-14400)
MySQL: 4.1.22-standard
Locale: en_GB.UTF-8
Server: Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/4.4.9
Apache version: Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/4.4.9
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Linux 2.6.18-164.15.1.el5
Admin-side theme: classic 4.2.0
Pre-flight check:
------------------------
Image directory is not writable: /home3/XXXXX/public_html/images
File directory path is not writable: /home3/XXXXX/public_html/files
------------------------
.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
------------------------
Thank you in advance for your assistance.
Progre55
Added code display -Gocom
Last edited by Gocom (2010-07-13 15:18:20)
Offline
Re: New Hosting Environment Issue
Contact your host and ask them. They might have installed security filter which limit the lenght of sent data.
progre55 wrote:
although as I say this it does not seem to make sense
Especially cheap hosts eventually tend to install security modules and filters to limit resources usage which they can’t cover.
Offline
#3 2010-07-13 21:27:47
- progre55
- Member
- Registered: 2006-05-02
- Posts: 668
Re: New Hosting Environment Issue
Thanks Gocom … I am going to contact them to see if that is the case …
Offline
Pages: 1