Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2013-06-08 08:31:25

kees-b
Member
From: middelburg, nl
Registered: 2004-03-03
Posts: 235
Website

Re: Edit error: Sorry, the form could not be submitted. Please try again.

Checked with all plugins disabled. Error stiil pops up.

-k

Offline

#26 2013-06-08 09:41:06

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

Re: Edit error: Sorry, the form could not be submitted. Please try again.

kees-b wrote:

What actually wonders me most is that at the initial save no error appears but at a second (edit) save it does. This makes me think if there is a check by the textpattern.js script of the allready existing article content in the database.

As I get it, this script is used in many places (articles, categories, …) for ajax form submission. I don’t think it contains something article-specific, though I may be wrong.

Initial posts are proceeded differently and issue a different callback than further saves, so this behavior is explainable. But now that you have tested it with all plugins disabled, I have no more clever idea than putting your site in debug mode, run diagnostics, pray, reboot… sorry.

Offline

#27 2013-06-08 12:37:41

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

Re: Edit error: Sorry, the form could not be submitted. Please try again.

Can you post your full diagnostics report? Admin > Diagnostics > Select High, copy paste what you see. Can you also post the full HTTP response headers you get from the server? You will able to see response headers in Firefox’s or Chrome’s developer tools (in post you should be able to click the request you in the timeline and it will show the full response header).

There are few common causes preventing forms being sent;

  • Textpattern’s error handlers (fixed in 4.6.0).
  • Client side caching.

Admin-side pages can’t send any caching related headers. When they do, Ajax, and editor forms in general, start acting funky due to the editor forms getting pulled from the cache. If your server is indeed sending caching related headers, you must disable those for the backend (e.g. for textpattern directory) by editing or overriding the server configuration, or you could try out rah_nocache plugin, and see if it helps. The plugin will try to send counter-acting cache disabling headers.

Offline

#28 2013-06-08 12:48:23

kees-b
Member
From: middelburg, nl
Registered: 2004-03-03
Posts: 235
Website

Re: Edit error: Sorry, the form could not be submitted. Please try again.

Gocom wrote:

Can you post your full diagnostics report?

Hi Jukka, here you go:

(only changed domain name and client number)

Textpattern versie: 4.5.4 (r4919)
Laatste update: 2013-06-06 07:30:36/2013-06-06 07:29:43
Document root: /home/knrxxxxx/domains/domain.nl/public_html
$path_to_site: /home/knrxxxxx/domains/domain.nl/public_html
Pad naar textpattern: /home/knrxxxxx/domains/domain.nl/public_html/textpattern
Permanente link modus: section_title
open_basedir: /home/knrxxxxx/:/tmp:/var/tmp:/usr/local/lib/php/
tijdelijke bestanden map: /home/knrxxxxx/domains/domain.nl/public_html/textpattern/tmp
Site URL: domain.nl
PHP versie: 5.3.19
GD bibliotheek: bundled (2.0.34 compatible); ondersteunde bestandssoorten: GIF, JPG, PNG.
Server TZ: Europe/Amsterdam
Lokale servertijd: 2013-06-08 14:43:01
Zomertijd: 1
Zomer- en wintertijd automatisch bijstellen?: 1
Tijdzone: Europe/Amsterdam (3600)
MySQL: 5.5.28
Localisatie: nl_NL.UTF-8
Server: Apache
Apache versie: Apache
PHP server API: apache2handler
RFC 2616 headers:
Besturingssysteem van de server: Linux 2.6.32-5-amd64
Actieve plugins: zem_contact_reborn-4.0.3.20, zem_contact_lang-4.0.3.6m, pap_contact_cleaner-0.1, ob1_pagination-2.5, wet_recent_comments-0.4, wet_commentmagic-0.5, smd_query-0.50, smd_lately-0.30, rss_auto_excerpt-0.5, adi_menu-1.3.1, tru_tags-3.7, rss_admin_db_manager-4.3, rah_comment_spam-0.7, rah_custom_feed-0.2, arc_youtube-1.0.2, smd_where_used-0.30, wet_haystack-0.6
Vormgeving sitebeheer: classic 4.5.4

inhoud .htaccess bestand:
————————————
#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

  1. SVG
    AddType image/svg+xml svg svgz
    AddEncoding gzip svgz

————————————

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/local/mysql-5.5.28-linux2.6-x86_64/share/charsets/
18 Tables: txp_moderation is latin1

10 Speciale velden: custom_1, custom_2, custom_3, custom_4, custom_5, custom_6, custom_7, custom_8, custom_9, custom_10 (10)

PHP uitbreidingen: Core/5.3.19, date/5.3.19, ereg, libxml, openssl, pcre, sqlite3/0.7-dev, zlib/1.1, bcmath, calendar, ctype, curl, dom/20031129, hash/1.0, fileinfo/1.0.5-dev, filter/0.11.0, ftp, gd, gettext, SPL/0.2, iconv, session, json/1.2.1, mbstring, mcrypt, mysql/1.0, mysqli/0.1, PDO/1.0.4dev, pdo_mysql/1.0.2, pdo_sqlite/1.0.1, standard/5.3.19, posix, Reflection/$Id: 593a0506b01337cfaf9f63ebc12cd60523fc2c41 $, imap, SimpleXML/0.1, soap, sockets, Phar/2.0.1, SQLite/2.0-dev, exif/1.4 $Id$, tokenizer/0.1, xml, xmlreader/0.1, xmlwriter/0.1, zip/1.11.0, apache2handler, mhash, ionCube Loader

Apache modules: core, mod_authn_file, mod_authn_default, mod_authz_host, mod_authz_groupfile, mod_authz_user, mod_authz_default, mod_auth_basic, mod_include, mod_filter, mod_deflate, mod_log_config, mod_logio, mod_env, mod_expires, mod_headers, mod_unique_id, mod_setenvif, mod_version, mod_proxy, mod_proxy_connect, mod_proxy_ftp, mod_proxy_http, mod_proxy_scgi, mod_proxy_ajp, mod_proxy_balancer, mod_ssl, prefork, http_core, mod_mime, mod_dav, mod_status, mod_autoindex, mod_asis, mod_suexec, mod_cgi, mod_dav_fs, mod_dav_lock, mod_negotiation, mod_dir, mod_actions, mod_userdir, mod_alias, mod_rewrite, mod_so, mod_ruid2, mod_php5

pretext_data: array ( ‘status’ => ‘200’, ‘id’ => ‘’, ‘s’ => ‘’, ‘c’ => ‘’, ‘context’ => ‘’, ‘q’ => ‘’, ‘m’ => ‘’, ‘pg’ => ‘’, ‘p’ => ‘’, ‘month’ => ‘’, ‘author’ => ‘’, ‘request_uri’ => ‘/e0ae27b57723265060d3e4190ce24e39/?txpcleantest=1’, ‘qs’ => ‘txpcleantest=1’, ‘subpath’ => ‘\\/’, ‘req’ => ‘/e0ae27b57723265060d3e4190ce24e39/?txpcleantest=1’,
)

/home/knrxxxxx/domains/domain.nl/public_html/index.php: r4086 (1cacaf70cbd9defaa6e21f44a4a823df)
/home/knrxxxxx/domains/domain.nl/public_html/css.php: r4086 (c8b264911e6ad82a71588066c133f7b6)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/css.php: r3189 (d2b173a93393ba06195d315de47f7b62)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/import/import_b2.php: r3997 (0b219807adeed43500ae73d50dc9c43e)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/import/import_blogger.php: r3901 (3c5ab5b884ccd3ee713f018112143b60)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/import/import_mt.php: r3446 (e175e6a3ffa57c3ed21721a33c2a7ccc)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/import/import_mtdb.php: r3997 (43104a7df70524f5b64305f4d05284ed)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/import/import_wp.php: r3997 (f4b1d8914f7041682cee5857fc4da4a2)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_admin.php: r4092 (c5a5b7d863afa56bb10b59554b1791b4)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_article.php: r4270 (05ef282938604e3fe403beffb7e667c6)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_auth.php: r3964 (117a841ec286ef82644b664aa1591e44)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_category.php: r4089 (9c0715b38872290d9dcc6097e4247a05)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_css.php: r4090 (98363a3352a545c5c79b7c2368e1a4c6)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_diag.php: r4192 (e14d3b00084b2a74587e0c309b169e23)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_discuss.php: r4089 (9326426b24abcc5422403e2e9fff48e2)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_file.php: r4089 (56a9db44164ec37b8a0d1899c6fb1e5c)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_form.php: r4156 (306e46a796f1093fdffc675a5484adda)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_image.php: r4089 (56fc01f0efac7654a2deb891af251085)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_import.php: r3997 (29d60777dad6d2c25df2ccf51d64ed9f)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_link.php: r4089 (561afab2d5e3627bc32f9f3f64d455d1)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_list.php: r4089 (1be0b2b868e73992b078c94ab8681088)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_log.php: r4062 (aaccee1f6e803b10425b45d91f84d0e1)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_page.php: r4873 (1681cd54d9297d554c6e61322bf7895b)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_plugin.php: r4062 (51761ef37ef637b7fa57d3a58e1681a7)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_prefs.php: r4062 (7d8fd18d1ec95b0b5a715f7c425a553e)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_section.php: r4089 (d64d4d8fc9d69b50817dac59c4588bbc)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/include/txp_tag.php: r4095 (d7c064d2076dcad78735c1858c8b2bb8)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/index.php: r4916 (7b72f5976df392022490a80042dd9a3c)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/jquery.js: unknown (b8d64d0bc142b3f670cc0611b0aebcae)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/IXRClass.php: r3394 (40f7d5f34686ecd9d259b35006a6042d)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/admin_config.php: r3896 (3b3da76b1c304cd8f72cc2292f737113)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/class.thumb.php: r3733 (d9a8fad9eb15619c6acf6438e02b4fa2)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/classTextile.php: r4096 (2e201db32675f78f0eda37ebc85cb6e8)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/constants.php: r4060 (99d81fec07cfef75e66a3a50f599ccda)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/taglib.php: r2868 (286eac5e382bfa77ecc7953f019ea88b)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/txplib_admin.php: r3818 (52ffa8633e95f442ec00a1a652cb2124)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/txplib_db.php: r3752 (df0b9ae0199fbe8a6148c02ad3ad53b0)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/txplib_forms.php: r4872 (c2ab15d7473a18ef4b55e91c879ad7a6)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/txplib_head.php: r3989 (3f910c8f20cf421ce7b14965a88f90b0)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/txplib_html.php: r4163 (69349d370870489aad691e993a3df20e)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/txplib_misc.php: r4816 (b2931b48f632a6036d86d369b76ece3f)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/txplib_publish.php: r4461 (ea3fbc11514faf38ce9027221b3db31e)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/txplib_theme.php: r3944 (5b2e74350182e012fb05688bbf8ffd29)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/txplib_update.php: r4020 (b71d3ecc7d549b309b1d217b87493331)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/txplib_validator.php: r3802 (e78ec0330390a90cc6c1782af901e77f)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/lib/txplib_wrapper.php: r2931 (ecbe1b28c8a1d897d44a4a099a15e2f9)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/publish.php: r4461 (79818b49d8875dc42a9551ccfc0545a5)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/publish/atom.php: r4011 (937d52579e3c46c5ecf66d3240826c9d)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/publish/comment.php: r4058 (aa88c15e827c5eeb61c880f6e4052658)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/publish/log.php: r3505 (b4fa399a00c6dd321fc198181e6fce4a)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/publish/rss.php: r4011 (7dc2f4065bb1a01b936e35cbfe1029df)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/publish/search.php: r2812 (093e236da60feda207545d45b79a11b0)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/publish/taghandlers.php: r4058 (8b46584619b1d30dd75c79a9e4c8f627)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/textpattern.js: r4057 (bc03389e8771a1a052de955081514079)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/theme/classic/classic.php: r4055 (362612183fb3e4e6e33bf646a2617ca2)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_1.0.0.php: r4011 (8fb6bf221628bee9f5d0834643ea5077)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.0.2.php: r4011 (af1f41698c76adca0eb88af3e2f97001)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.0.3.php: r4011 (7ef2e0b60d4a82c53283d0959e6c3105)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.0.4.php: r4011 (b8bb1964b610af251f832ace40200743)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.0.5.php: r4011 (92610d1ce1eab53871a93287e5589e0c)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.0.6.php: r4011 (639c3164eb1bed0ee5740f4b5f7bc1f1)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.0.7.php: r4011 (f21a18372d7f1263b7bb540cecc3e9a2)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.0.8.php: r3057 (e4e88113d4b0ab6fd003ab62a3c29675)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.2.0.php: r4011 (43397d2c07e7e54d7b69e0651bc50bc5)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.3.0.php: r4011 (24accd9fb2688208d02d380b176b3989)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.4.0.php: r4011 (d30851758fe93cb98ecd998a80fd41f7)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.4.1.php: r4011 (ceadb82db0c5b238159e3f95937d3c56)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_to_4.5.0.php: r4020 (2ef4d4505566b6a74ec2f1c9948c7ab5)
/home/knrxxxxx/domains/domain.nl/public_html/textpattern/update/_update.php: r4919 (683a9a82f055e7fc750cae16a9619eea)

————————————

Offline

#29 2013-06-08 12:59:14

kees-b
Member
From: middelburg, nl
Registered: 2004-03-03
Posts: 235
Website

Re: Edit error: Sorry, the form could not be submitted. Please try again.

Gocom wrote:

Can you also post the full HTTP response headers you get from the server?

Do you mean this output at POST (firefox web console) :

X-Textpattern-Runtime:0,0264
X-Textpattern-Memory:6400
Vary:Accept-Encoding,User-Agent
Server:Apache
Keep-Alive:timeout=1, max=100
Date:Sat, 08 Jun 2013 12:52:30 GMT
Content-Type:text/javascript; charset=utf-8
Content-Length:1846
Content-Encoding:gzip
Connection:Keep-Alive

And from the firefox webdeveloper extension (information | view response headers):

http://domain.nl/textpattern/index.php?event=article&step=edit&ID=558&_txp_token=926631adee4bcc7ff20c9fb3dc5221bb

Date: Sat, 08 Jun 2013 12:51:25 GMT
Server: Apache
X-Frame-Options: SAMEORIGIN
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 9293
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
200 OK

Offline

#30 2013-06-08 13:07:12

kees-b
Member
From: middelburg, nl
Registered: 2004-03-03
Posts: 235
Website

Re: Edit error: Sorry, the form could not be submitted. Please try again.

Gocom wrote:

or you could try out rah_nocache plugin, and see if it helps. The plugin will try to send counter-acting cache disabling headers.

Installed your plugin – no difference – still popups

-kees

Offline

#31 2013-06-08 19:52:44

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

Re: Edit error: Sorry, the form could not be submitted. Please try again.

Is your site in testing or debugging mode?

Offline

#32 2013-06-08 20:09:16

kees-b
Member
From: middelburg, nl
Registered: 2004-03-03
Posts: 235
Website

Re: Edit error: Sorry, the form could not be submitted. Please try again.

It is live but I checked it also in debug mode. No errors visible. Should I show response headers and diagnostics in debug mode?

Edit: checked that, no difference.

Is it thinkable that something in my hosting provider’s server settings is changed, although they said it is not, that could trigger the error?
This is the php info of the server in question.

Last edited by kees-b (2013-06-09 07:34:42)

Offline

#33 2013-06-13 09:41:32

kees-b
Member
From: middelburg, nl
Registered: 2004-03-03
Posts: 235
Website

Re: Edit error: Sorry, the form could not be submitted. Please try again.

The problem I described above continued this whole week, but as out of the blue as it came it disappeared yesterday!

In the meantime I had mirrored the site to a new textpattern install to a subdomain debug.domain.nl on the same server. This new clean textpattern install did not show the error popup en everything worked as it should! But when I imported the database from the main site the error reappeared. I also checked this debug installation with an older database. This old database did not show the problem, and editing was normal, but without the green bar at the bottom at a successful edit. Maybe a related problem.

On the debug mirror with the most recent version of the site I retested all options, disabling all scripts, plugins etc. but the errors continued to pop up. In the meantime the site owner and magazine editor continued to add content to the main site and yesterday reported the problem was gone. (Thinking it was me who had solved it…).

So far so good, and everybody happy again!

But what I would like to find out now is what could have caused this problem. Does anybody have an idea what I could test at the debug subdomain (that still shows the edit error popup)?

Kees

Offline

#34 2013-06-13 15:27:56

CeBe
Plugin Author
From: Caen - Fr
Registered: 2010-06-25
Posts: 345
Website

Re: Edit error: Sorry, the form could not be submitted. Please try again.

Did you install or update a plugin recently ?

I just ran into this error and it is clearly related to a plugin, but I still don’t know how. Investigations begin.

Edit: Ok for me, the error was mentioned in my error.log. I was due to a call to an undefined function.

Last edited by CeBe (2013-06-13 15:54:51)

Offline

#35 2014-03-12 05:07:53

Winstontaneous
New Member
From: California
Registered: 2012-03-28
Posts: 8

Re: Edit error: Sorry, the form could not be submitted. Please try again.

Hello, I’m getting this error as well, using Textpattern 4.5.5 on my MAMP localhost on OSX 10.8.5. I cleared browser cache, logged out of TXP, signed off computer and back on.

This is a fresh install for local testing, no plugins. What’s extra weird:
  • most articles will show the error but save the additions when reloaded, when I check in Firefox Dev Tools there’s POST Request/Response, etc, but -
  • there’s one article that won’t let me save any additions, I just see the Request and a Sent Cookie (yum!), but nothing more.

I don’t see anything strange on Diagnostic tab, but this gets added to apache_error.log with each attempted save:

[Tue Mar 11 22:05:17 2014] [notice] child pid 6895 exit signal Segmentation fault (11)

Thanks for any help!

Last edited by Winstontaneous (2014-03-12 05:12:11)


When all is said and done, there’s nothing left to say or do.

My tunes videos blog

Offline

#36 2014-03-12 08:54:18

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: Edit error: Sorry, the form could not be submitted. Please try again.

Winstontaneous wrote #279682:

Segmentation fault (11)

Very strange. Thanks for the detailed breakdown of what you’ve tried so far. A few more things you can look into:

  1. Does the problem still show up if you change the Production Status? If the problem goes away in Live mode, or only shows up in Debugging mode then that might give us some clues.
  2. What version of PHP are you using? Some versions (like 5.2.3) don’t like arrays to be passed as arguments directly into functions like implode(), and Textpattern still uses this construct in some places. More details of a similar segfault outcome, if not the same symptom as yours.
  3. Anything in the various server error logs that might give any more info, such as a line number of where the problem is triggered? Do you get an error.log file produced in your textpattern folders at all that might help track this down?

I’m sure we can nail this, just need to think it through a bit and do some further sleuthing first so we know what we’re up against.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Online

Board footer

Powered by FluxBB