Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-09-27 09:11:52
- tedgrafx
- New Member
- From: Tucson, AZ
- Registered: 2008-09-27
- Posts: 1
'Connection Interrupted' trying to replace file.
Hello,
I’m experiencing a “Connection Interrupted” error when attempting to upload (replace is more accurate) PDF files.
I am able to upload certain PDF files but not others, which makes no sense.
Here’s what I’ve tried thus far:
1) Upgraded to 4.0.6
2) Verified my “file directory path” is correct: /home/webadmin/vanmetreapartments.com/html/cms/files
3) Verified my “/textpattern/files” directory has the correct chmod/octal (0777)
4) Verified the already uploaded files have the correct chmod/octal (0777)
5) The file-sizes of the PDFs are small enough to not be an issue (ex: 1.23MB)
6) I also adjusted the “Maximum file size of uploads (in bytes)” in the admin to “2097152”
7) Verified the “Temporary directory path” is correct: /home/webadmin/vanmetreapartments.com/html/cms/textpattern/tmp
8) Verified my “/textpattern/tmp” directory has the correct chmod/octal (0777)
NOTE: The reason there are two updated files below is because I slightly changed the styling of the txp admin interface (‘header’ and ‘footer’).
My client is understandably upset and wants this resolved asap.
I’m officially stumped… am I missing something simple?
Can anyone help… and quickly!?
System Info:
WinXP Pro SP3
2.16 GHz
1.99 GB
Browser:
Firefox 3
Here’s my low-detail txp diagnostics info:
Textpattern version: 4.0.6 (r2805)
Last Update: 2008-09-27 06:51:57/2008-01-28 02:59:12
Document root: /home/webadmin/vanmetreapartments.com/html
$path_to_site: /home/webadmin/vanmetreapartments.com/html/cms
Textpattern path: /home/webadmin/vanmetreapartments.com/html/cms/textpattern
Permanent link mode: section_id_title
Temporary directory path: /home/webadmin/vanmetreapartments.com/html/cms/textpattern/tmp
Site URL: www.vanmetreapartments.com/cms
PHP version: 5.1.2
GD Image Library: version bundled (2.0.28 compatible), supported formats: GIF, JPG, PNG
Server Local Time: 2008-09-27 05:06:07
MySQL: 5.0.27-standard
Locale: en_US.UTF-8
Server: Apache/2.2.0 (Fedora)
Apache version: Apache/2.2.0 (Fedora)
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Linux 2.6.18-028stab053.14-ent
Pre-flight check:
------------------------
Some Textpattern files have been modified:
/lib/txplib_head.php,
/lib/txplib_html.php
------------------------
.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]
RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
------------------------
Offline