Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[resolved] The following PHP functions are disabled on my server
Hey there!
I got some errors in my Diagnostic page, and they are:
1.
Clean URLs are only supported by Apache, use at your own risk.
2.
The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: phpinfo, escapeshellarg, escapeshellcmd, proc_close, proc_get_status, proc_nice, proc_terminate, posix_getpwuid
and this is my Diagnostic info:
Textpattern version: 4.0.8 (r3085)
Last Update: 2009-04-04 11:23:25/2009-04-04 11:13:54
Document root: /public_html
$path_to_site: /public_html/new_site
Textpattern path: /public_html/new_site/textpattern
Permanent link mode: section_title
open_basedir: /tmp:/usr/local/lib/php/
Temporary directory path: /tmp
Site URL: www.*******.com/new_site
PHP version: 5.2.6
Register globals: 1
GD Image Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server Local Time: 2009-04-13 13:06:20
MySQL: 5.0.45-community
Locale: en_GB.UTF-8
Server: Microsoft-IIS/6.5beta
Apache version: Microsoft-IIS/6.5beta
PHP Server API: apache
RFC 2616 headers:
Server OS: Linux 2.6.9-78.0.8.ELsmp
Active plugins: ied_replacer-0.1, chh_if_data-0.10, rss_admin_show_adv_opts-0.3
————————————
Pre-flight check:
————————————
Clean URLs are only supported by Apache, use at your own risk.
The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: phpinfo, escapeshellarg, escapeshellcmd, proc_close, proc_get_status, proc_nice, proc_terminate, posix_getpwuid
————————————
.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
————————————
is it critical?
and can I do something to fix it please?
Offline
#2 2009-04-13 13:22:16
- RalphFFM
- Member
- Registered: 2008-10-05
- Posts: 40
Re: [resolved] The following PHP functions are disabled on my server
To question 2.:
Please check (compare) with
http://textpattern.com/faq/266/the-following-php-functions-are-disabled
Offline
Re: [resolved] The following PHP functions are disabled on my server
cool, thank you Ralph ;)
Offline