Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2010-06-13 04:31:33

ilovepnd
New Member
Registered: 2010-06-13
Posts: 3

"Create new form" turn "404 not found"

Hi, I am a newbie.
I use Textpattern 4.2 and I have a problem when I try to create new form. Everytime I try to create new form and click “save” button, the page load mywebsite.com/textpattern/index.php and I had this “404 Not Found” page. Can someone tell me what happen? I use early Textpattern version before and have no problem with this. Thank you.

Offline

#2 2010-06-13 06:16:26

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

Re: "Create new form" turn "404 not found"

could it be your htaccess file? THere might be something in there which conflicts with the “save form” address.


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 2010-06-13 11:25:01

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: "Create new form" turn "404 not found"

You can try if this helps.

Offline

#4 2010-06-14 07:48:33

ilovepnd
New Member
Registered: 2010-06-13
Posts: 3

Re: "Create new form" turn "404 not found"

@colak
even when I removed htaccess and use messy mode, the porblem still there. now, when I was creating new form in presentation admin, the page went to mywebsite.com/textpattern/index.php and what appear is my homepage! (the same as mywebsite.com)

@Els
I try to use htaccess in mywebsite.com/textpattern folder. Now my admin can not open completely and went to “404 error”.

to be honest, my problem only happen in admin -> presentation only, especialy when I try create new form and save it. I try to edit style, form or page, and it’s ok. I just can not create new form :(

Helping out with Textile :-) -Gocom

Last edited by Gocom (2010-06-14 08:36:54)

Offline

#5 2010-06-14 08:35:48

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: "Create new form" turn "404 not found"

ilovepnd, please post your full high diagnostics (TXP/Admin/Diag/High).

Offline

#6 2010-06-19 15:12:38

neilbag00
New Member
Registered: 2006-03-11
Posts: 9

Re: "Create new form" turn "404 not found"

Hello. I am also having the same problem — suddenly having trouble saving Forms. I’m redirected from http://www.mysite.com/textpattern/index.php?event=form&step=form_edit&name=formname to http://www.mysite.com/textpattern/index.php and get the default txp 404 page. I can save Pages fine though (which has same url).

Some points to note:

  • My host company have stated: “Yes, we have upgraded our mod_security ruleset which filters all requests to the web sever and blocks malicious behaviour. I’m guessing your sites are triggering one of the rules. Can you please re-create this by doing what you did before to cause the error and let me know which site you have done it on. I will then be able to check the log file for the triggered rule and put in an exception for all servers.”
  • I have done this but to no avail.
  • AFTER SOME TRIAL AND ERROR TESTING I’ve realised that I can save some Forms — so long as they don’t have double speech marks. ie. if I replace all “ with ‘ then the Form will save ok. What the?
  • I intend to upgrade TXP but have run into errors so far so have had to abandon for the time being.

This is so weird and frustrating! Anybody have any ideas? Thanks a mil!

Offline

#7 2010-06-20 02:41:12

ilovepnd
New Member
Registered: 2010-06-13
Posts: 3

Re: "Create new form" turn "404 not found"

Gocom
this is my full high diagnostics

Textpattern version: 4.2.0 (r3275)
Last Update: 2010-06-10 20:57:01/2010-06-10 20:46:20
Document root: /home/***/public_html
$path_to_site: /home/***/public_html
Textpattern path: /home/***/public_html/textpattern
Permanent link mode: section_title
Temporary directory path: /home/***/public_html/textpattern/tmp
Site URL: mysite.net
PHP version: 5.2.13
GD Image Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server TZ: America/Chicago
Server Local Time: 2010-06-19 21:32:14
DST enabled?: 0
Automatically adjust DST setting?: 0
Time Zone: Asia/Jakarta (25200)
MySQL: 5.0.90-community
Locale: en_GB.UTF-8
Server: Apache
PHP Server API: cgi-fcgi
RFC 2616 headers: 0
Server OS: Linux 2.6.18-194.3.1.el5
Active plugins: mem_akismet-0.4
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: show_source, allow_url_fopen
------------------------

.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
------------------------

Charset (default/config): latin1/utf8
character_set_client: utf8
character_set_connection: utf8
character_set_database: latin1
character_set_filesystem: binary
character_set_results: utf8
character_set_server: latin1
character_set_system: utf8
character_sets_dir: /usr/share/mysql/charsets/
17 Tables: OK

10 Custom Fields: custom_1, custom_2, custom_3, custom_4, custom_5, custom_6, custom_7, custom_8, custom_9, custom_10 (10)

PHP extensions: date/5.2.13, libxml, openssl, pcre, zlib/1.1, bcmath, bz2, calendar, ctype, curl, dom/20031129, hash/1.0, filter/0.11.0, ftp, gd, gettext, session, iconv, standard/5.2.13, json/1.2.1, mbstring, mcrypt, mhash, mysql/1.0, SimpleXML/0.1, posix, Reflection/0.1, imap, SPL/0.2, mysqli/0.1, soap, sockets, exif/1.4 $Id: exif.c 293036 2010-01-03 09:23:27Z sebastian $, tidy/2.0, tokenizer/0.1, wddx, xml, xmlreader/0.1, xmlrpc/0.51, xmlwriter/0.1, xsl/0.1, zip/1.8.11, cgi-fcgi, suhosin/0.9.29, PDO/1.0.4dev, pdo_sqlite/1.0.1, SQLite/2.0-dev, pdo_mysql/1.0.2, ionCube Loader, Zend Optimizer

pretext_data: array (
  'id' => '',
  's' => '',
  'c' => '',
  'q' => '',
  'pg' => '',
  'p' => '',
  'month' => '',
  'author' => '',
  'request_uri' => '/6a57cfbecde59758226fa1ec9e79bbcc/?txpcleantest=1',
  'qs' => 'txpcleantest=1',
  'subpath' => '\\/',
  'req' => '/6a57cfbecde59758226fa1ec9e79bbcc/?txpcleantest=1',
)

/home/***/public_html/index.php: 
	r3189 (8becf5ea8d9ced7d05b2433dfbabf868)
/home/***/public_html/css.php: 
	r3189 (7a0cc56c9dc585e56aab80bc0fb22c53)
/home/***/public_html/textpattern/css.php: 
	r3189 (459137eeb00bb07136001528ce724192)
/home/***/public_html/textpattern/include/txp_admin.php: 
	r3203 (26c4f327450f66618fe82b06fb8b9e70)
/home/***/public_html/textpattern/include/txp_article.php: 
	r3246 (9211f37e8ba873c78b0c46186896d6b2)
/home/***/public_html/textpattern/include/txp_auth.php: 
	r3250 (6be154f05fca4e83c4a4947c8635afd7)
/home/***/public_html/textpattern/include/txp_category.php: 
	r3203 (2350c33b6acc663b56ba982bc479c920)
/home/***/public_html/textpattern/include/txp_css.php: 
	r3118 (bfd945a0b268c60f7b71b6535c06154e)
/home/***/public_html/textpattern/include/txp_diag.php: 
	r3267 (c03f4b7e28c2f8e5050924b6caf2f61f)
/home/***/public_html/textpattern/include/txp_discuss.php: 
	r3185 (9b08de9e4f2df7160105ff218134ec67)
/home/***/public_html/textpattern/include/txp_file.php: 
	r3200 (dc26e8f4cbb1821c466c14926c8a10ca)
/home/***/public_html/textpattern/include/txp_form.php: 
	r3260 (6ad789075a6a1811d027f5e4043b845d)
/home/***/public_html/textpattern/include/txp_image.php: 
	r3267 (814b6421cb2e2df073d0d6bf05c252bf)
/home/***/public_html/textpattern/include/txp_import.php: 
	r3203 (fb18d629321a93472674dbd4abbfc63c)
/home/***/public_html/textpattern/include/txp_link.php: 
	r3203 (7dee2f899aa22712e4f5f1005c6853b0)
/home/***/public_html/textpattern/include/txp_list.php: 
	r3203 (2dd80b98cb76b0532133f6d7c2bcccb9)
/home/***/public_html/textpattern/include/txp_log.php: 
	r3203 (a97af8e5ed62605ab0111e45266300cb)
/home/***/public_html/textpattern/include/txp_page.php: 
	r3260 (ef00267f34445a33ce0f2e453c3a20db)
/home/***/public_html/textpattern/include/txp_plugin.php: 
	r3203 (8c1691e89ccfc8a8f9160e66efce2b09)
/home/***/public_html/textpattern/include/txp_prefs.php: 
	r3235 (9833b1a7cbd01def4ceb40f8cdf01a3b)
/home/***/public_html/textpattern/include/txp_preview.php: 
	r1238 (cc7d08574508c8ec1e4c5281d534d6e3)
/home/***/public_html/textpattern/include/txp_section.php: 
	r3203 (1c7eec911a015b72e42d5cea903be426)
/home/***/public_html/textpattern/include/txp_tag.php: 
	r3195 (280f0fd2e6f50e6a0f13490ea5dfc1f4)
/home/***/public_html/textpattern/index.php: 
	r3275 (6e259f5394d65617809d25e4823de174)
/home/***/public_html/textpattern/jquery.js: 
	unknown (bb381e2d19d8eace86b34d20759491a5)
/home/***/public_html/textpattern/lib/IXRClass.php: 
	r2932 (6c533bb271087338aa19ca0b78b1810f)
/home/***/public_html/textpattern/lib/admin_config.php: 
	r3202 (524b829d7c73e5db26415633e799e350)
/home/***/public_html/textpattern/lib/class.thumb.php: 
	r3107 (0e3f7b9da4b0c77f9b75263142598902)
/home/***/public_html/textpattern/lib/classTextile.php: 
	r2812 (b3e4cd9bd5fb469fabdebb2c0376f7e7)
/home/***/public_html/textpattern/lib/constants.php: 
	r3133 (b296756aedaf98b6f9420359dd07abdb)
/home/***/public_html/textpattern/lib/taglib.php: 
	r2868 (a0662fa399fb16e837e8852f044dade9)
/home/***/public_html/textpattern/lib/txplib_admin.php: 
	r3047 (54de3f807984122ebe9b8b955e5189f4)
/home/***/public_html/textpattern/lib/txplib_db.php: 
	r3250 (c29e316100ae6ed42d6ec51506388b5f)
/home/***/public_html/textpattern/lib/txplib_forms.php: 
	r3256 (2623d94099735edc0e7a51309c26665d)
/home/***/public_html/textpattern/lib/txplib_head.php: 
	r3265 (4492de4935f8352357f0809d9d89516f)
/home/***/public_html/textpattern/lib/txplib_html.php: 
	r3255 (adb712630ad3bbe59c5f716befa33f0a)
/home/***/public_html/textpattern/lib/txplib_misc.php: 
	r3271 (68d443f0f20acec5e86857a823c2b4e2)
/home/***/public_html/textpattern/lib/txplib_theme.php: 
	r3269 (83bcbeffa883bed5f0af951dda7be2fb)
/home/***/public_html/textpattern/lib/txplib_update.php: 
	r2812 (5e6821f06aeafe50b54e5a273423384f)
/home/***/public_html/textpattern/lib/txplib_wrapper.php: 
	r2931 (1c1b260a13c67657f1678d72559583bc)
/home/***/public_html/textpattern/publish.php: 
	r3258 (bc931a3406370c1ea4139ef957e95e38)
/home/***/public_html/textpattern/publish/atom.php: 
	r3029 (f8cc6dbfb5a5f2b39ec480589b2d59c3)
/home/***/public_html/textpattern/publish/comment.php: 
	r3266 (815df18aa4d451246ee70dd0502a8484)
/home/***/public_html/textpattern/publish/log.php: 
	r3247 (1c047309f6f13883b29a943d1cddec3a)
/home/***/public_html/textpattern/publish/rss.php: 
	r3029 (c39570953c1bd8347e456d750317b815)
/home/***/public_html/textpattern/publish/search.php: 
	r2812 (29a315e2435b73fe3d3a4d83fe84ba19)
/home/***/public_html/textpattern/publish/taghandlers.php: 
	r3256 (a40dce2989737477b1147d2104bba326)
/home/***/public_html/rpc/index.php: 
	r2998 (682e18cb9bdd6e9442a9ac23db1a591f)
/home/***/public_html/rpc/TXP_RPCServer.php: 
	r3250 (84ff888bf577670c897fdc27ad580c0f)
/home/***/public_html/textpattern/theme/classic/classic.php: 
	r3191 (722c6c7f2c8dbfee5c6cede0af2cd689)
/home/***/public_html/textpattern/update/_to_1.0.0.php: 
	r3047 (cbd20d275bf74184b1112569c2e77f76)
/home/***/public_html/textpattern/update/_to_4.0.2.php: 
	r3047 (4c9f8cd5c16bf19ff191ab35f0354e0f)
/home/***/public_html/textpattern/update/_to_4.0.3.php: 
	r3047 (6a4af33a23caf950c05faca0e8b4c93b)
/home/***/public_html/textpattern/update/_to_4.0.4.php: 
	r3047 (b235e2a27a6e79652ef078f62f73eb21)
/home/***/public_html/textpattern/update/_to_4.0.5.php: 
	r2894 (d17a02f48b79dbe6b3b0cf6eb779aadb)
/home/***/public_html/textpattern/update/_to_4.0.6.php: 
	r3047 (4d7b21635fbf46058cc539a0eec00561)
/home/***/public_html/textpattern/update/_to_4.0.7.php: 
	r3014 (e8ba7dc2892b81ce89b62775e2f5ea17)
/home/***/public_html/textpattern/update/_to_4.0.8.php: 
	r3057 (d699021db8e7c9f7d32f3ad3631caebc)
/home/***/public_html/textpattern/update/_to_4.2.0.php: 
	r3233 (aec6e4aafa98dbafe75506efd7f85816)
/home/***/public_html/textpattern/update/_update.php: 
	r3275 (e9085d568d49ff7910ffd4eb49bbe293)

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

Added code display -Gocom

Last edited by Gocom (2010-06-20 02:54:45)

Offline

#8 2010-06-20 02:59:21

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: "Create new form" turn "404 not found"

ilovepnd, you have atleast PHP security extensions installed on your server, so there might be more too. You may want to ask your host if they have filters installed to filter incoming data, if the data you send could been blocked, and ask if the filters can be turned off for a specific directory.

Offline

Board footer

Powered by FluxBB