Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2010-04-05 11:03:44

khorramirad
Member
From: Iran
Registered: 2009-12-12
Posts: 11
Website

Why I can't create/edit sections?

I’m working on a new site. I realized that I can’t create/edit sections. When I try to create a new section (entering the name and pressing the Create button) webpage reloads and new section doesn’t appear. Whenever I edit a section (name, title, default page, etc), edits take effect, but section name becomes NULL and remains NULL forever!
I thought there might be something wrong with my installation. I removed every single file in my server, removed the MySQL database and repeat everything from scratch. But the problem did not resolve.
I’m using the latest stable release (4.2.0). My server is Linux based, and… what else should I say? I have 2 other websites with the same host and I don’t have any problems with them. Ah, and it’s all my diagnostics:

Textpattern version: 4.2.0 (r3275)
Last Update: 2010-04-05 06:16:37/2010-04-05 05:58:58
Document root: /var/www/vhosts/mypmbooks.com/httpdocs
$path_to_site: /var/www/vhosts/mypmbooks.com/httpdocs
Textpattern path: /var/www/vhosts/mypmbooks.com/httpdocs/textpattern
Permanent link mode: messy
open_basedir: /var/www/vhosts/mypmbooks.com/httpdocs:/tmp
upload_tmp_dir: /tmp
Temporary directory path: /var/www/vhosts/mypmbooks.com/httpdocs/tmp
Site URL: mypmbooks.com
PHP version: 5.1.6
GD Image Library: bundled (2.0.28 compatible); supported formats: GIF, JPG, PNG.
Server TZ: -
Server Local Time: 2010-04-05 14:55:33
DST enabled?: 0
Automatically adjust DST setting?: 
Time Zone: GMT-03.5 (-12600)
MySQL: 5.0.45-log
Locale: en_GB.UTF-8
Server: Apache/2.2.3 (CentOS)
Apache version: 
PHP Server API: apache2handler
RFC 2616 headers: 
Server OS: Linux 2.6.18-92.1.22.el5
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: parse_ini_file, show_source, curl_exec, curl_multi_exec, leak, set_time_limit, diskfreespace, disk_free_space, dbmopen, suexec, show_source, posix_strerror, posix_access, posix_ctermid, posix_get_last_error, posix_getcwd, posix_getegid, posix_geteuid, posix_getgid, posix_getgrgid, posix_getgrnam, posix_getgroups, posix_getlogin, posix_getpgid, posix_getpgrp, posix_getpid, set_time_limit, posix_getppid, posix_getpwnam, posix_getrlimit, posix_getsid, posix_getuid, posix_kill, posix_mkfifo, posix_setegid, posix_seteuid, posix_setgid, posix_setpgid, posix_setsid, posix_setuid, chgrp, sys_get_temp_dir, chroot, posix_getpwuid, set_file_buffer, curl_version, proc_get_status, proc_nice, proc_close, proc_terminate, socket_clear_error, socket_create_listen, socket_create_pair, socket_get_option, socket_getpeername, socket_recv, socket_recvfrom, socket_send, socket_sendto, socket_set_block, socket_set_nonblock, socket_shutdown, socket_strerror, etmyuid, getmyinode, getmygid, get_loaded_extensions, get_current_user, show_source, curl, ini_restore, ini_alter, pfsockopen, openlog, syslog, symlink, chgrp, leak, apache_child_terminate, apache_get_modules, apache_get_version, apache_getenv, apache_note, apache_setenv, virtual, mb_send_mail, phpinfo
------------------------

.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

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

I appreciate your help.
- Nader Khorrami Rad

Offline

#2 2010-04-16 07:53:16

khorramirad
Member
From: Iran
Registered: 2009-12-12
Posts: 11
Website

Re: Why I can't create/edit sections?

hey everyone, I don’t have anywhere else to get help on this, so, please…

Offline

Board footer

Powered by FluxBB