Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Can't find "automatically append comments"
Hello,
I use txp 4.04 and can’t find the option “automatically append comments” in the preferences.
On my local testsystem this option exists, and even online I had this option before the last update from 4.03, if I remember well. So I know its usual place, but there it lacks.
I tried to reinstall the updated txp-folder (latest release) but without success.
The diagnostics:
Textpattern version: 4.0.4 (r1956)
last_update: 2006-10-17 22:03:27/2007-04-29 08:54:24
Document root: /www/htdocs/xxxxx/ (/www/htdocs/xxxxx)
$path_to_site: /www/htdocs/xxxxx/Blog
Textpattern path: /www/htdocs/xxxxx/Blog/textpattern
Permanent link mode: section_id_title
open_basedir: /www/htdocs/xxxxx/:/tmp:/usr/bin:/www/htdocs/xxxxx:/bin:/usr/local/bin:/usr/share/php
Temp folder: /tmp
Site URL: goncourt.net/Blog
PHP version: 5.2.0
Register globals: 1
server_time: 2007-04-29 10:59:45
MySQL: 4.1.22-max-log
Locale: en_US.UTF-8
Server: Apache/2.2.3
Apache version: Apache/2.2.3
php_sapi_mode: apache2handler
rfc2616_headers:
os_version: Linux 2.6.17.8-nmm1
active_plugins: glx_if-0.6.4, jnm_audio-0.2m, ran_tags-0.2m, asy_stopdude-0.1, wow_menu-0.5, chs_if_urlvar-0.5, zem_contact-0.6, rss_admin_show_adv_opts-0.3, hpw_admincss-0.1
Pre-flight check:
————————————
some_php_functions_disabled: exec,system,passthru,shell_exec,popen,escapeshellcmd,proc_open,proc_nice,ini_restore
————————————
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L] RewriteRule ^(.*) index.php
</IfModule>
#php_value register_globals 0
————————————
As you see, the not-enabled php-functions cannot be the problem (as seen here )
Is there any workaround for that problem, for e.g. something I can update directly in the database?
Last edited by goncourt (2007-04-29 09:17:48)
Offline
Re: Can't find "automatically append comments"
Do you have “accept comments” set to “yes” in the preferences?
Offline
Re: Can't find "automatically append comments"
Yes, of course. I never changed that.
Last edited by goncourt (2007-04-29 12:25:45)
Offline
Offline
Re: Can't find "automatically append comments"
That’s it! Actually I red that point shortly but then I forgot it. Thanks, jm!
Offline