Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-10-27 07:35:36
- Joey
- Member
- From: Netherlands
- Registered: 2005-01-19
- Posts: 257
Can't install new plugins
Recently, I migrated a txp installation from one webhoster to another. Everything is working fine, however, I can’t install new plugins. When I click on install, it returns:
Forbidden
You don't have permission to access /textpattern/index.php on this server.
On the diagnose page, everything is fine, except:
The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: mysql_list_dbs
Other diagnostics:
Textpattern version: 4.0.6 (r2805)
Last Update: 2008-03-02 13:21:28/2008-10-15 10:04:17
Document root: /usr/local/psa/home/vhosts/***/httpdocs
$path_to_site: /usr/local/psa/home/vhosts/***/httpdocs
Textpattern path: /usr/local/psa/home/vhosts/***/httpdocs/textpattern
Permanent link mode: section_title
open_basedir: /usr/local/psa/home/vhosts/***/httpdocs:/tmp
Temporary directory path: /usr/local/psa/home/vhosts/***/httpdocs/temp
Site URL: www.***
PHP version: 5.2.4
GD Image Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server Local Time: 2008-10-27 08:34:10
MySQL: 4.1.15
Locale: en_GB.UTF-8
Server: Apache NOYB
Apache version: Apache NOYB
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Linux 2.4.21-52.ELsmp
Active plugins: fpx_image_import-0.4, gbp_admin_library-0.4.669, gbp_permanent_links-0.11.669, smd_lib-0.32, zem_contact_reborn-4.0.3.20, zem_contact_lang-4.0.3.6m, rss_admin_show_adv_opts-0.3, smd_slimbox-0.31
Pre-flight check:
————————————
The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: mysql_list_dbs
————————————
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
————————————
Regards,
Joey
Offline
#2 2008-10-30 11:07:30
- Joey
- Member
- From: Netherlands
- Registered: 2005-01-19
- Posts: 257
Re: Can't install new plugins
Does somebody has any clue?
Regards,
Joey
Offline
Re: Can't install new plugins
Search for mod_security on this forum. If the admin side is accessible and you only get this error when uploading a plugin, then that may be what’s blocking it and it (mod_security) can be disabled on a per-directory basis.
Offline
Pages: 1