Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: wet_quicklink: Quick internal link builder
Importing wet_quicklink.txt gives a 500 server error
No problem with wet_peex.txt!
I host other sites at the same provider with the same specs with no problems … help needed!
Last edited by RedFox (2008-01-10 12:32:17)
Offline
#74 2008-01-10 12:51:46
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: wet_quicklink: Quick internal link builder
RedFox
- Are you running your site in debugging mode?
- What version of php is your site using?
— Steve
Offline
Re: wet_quicklink: Quick internal link builder
No, ‘testing’! ‘Live’ also gives a 500 error.
Specs:
Textpattern version: 4.0.5 (r2466)
Last Update: 2007-11-05 16:02:54/2007-11-05 15:52:21
Document root: /home/httpd/vhosts/joopvos.nl/httpdocs
$path_to_site: /home/httpd/vhosts/joopvos.nl/httpdocs/txp
Textpattern path: /home/httpd/vhosts/joopvos.nl/httpdocs/txp/textpattern
Permanent link mode: title_only
open_basedir: /home/httpd/vhosts/joopvos.nl/httpdocs:/tmp
Temporary directory path: /home/httpd/vhosts/joopvos.nl/httpdocs/txp/textpattern/tmp
Site URL: www.joopvos.nl/txp
PHP version: 4.3.11
GD Image Library: bundled (2.0.28 compatible); supported formats: GIF, JPG, PNG.
Server Local Time: 2008-01-10 13:58:11
MySQL: 3.23.58
Locale: en_GB.UTF-8
Server: Apache/2.0.51 (Fedora)
Apache version: Apache/2.0.51 (Fedora)
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Linux 2.6.8-022stab070.9-enterprise
Active plugins: ajw_notepad_public-0.1, upm_img_popper-1.3.6
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /txp/
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
</IfModule>
#php_value register_globals 0
————————————
Offline
#76 2008-01-10 13:04:22
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: wet_quicklink: Quick internal link builder
RedFox
Oh, cannot what I initially thought it was. Does the 500 error occur when you try to install the plugin — or after you activate it and go to the write tab?
— Steve
Offline
Re: wet_quicklink: Quick internal link builder
When I try to install the plugin I get a 500 error!
Offline
Re: wet_quicklink: Quick internal link builder
Ask your host to temporarily disable mod_security for the ../textpattern
folder. wet_quicklink uploads (legit) JavaScript code, an action which is blocked by some hosts’ security settings.
Offline
Re: wet_quicklink: Quick internal link builder
I will! Strange is the fact that other TXP sites with the same specs at the same host are doing ok with the plugin!
Offline
Re: wet_quicklink: Quick internal link builder
The host was very responsive … :)
—
Put this in .htaccess:
SecFilterEngine Off
SecFilterScanPOST Off
—
and yes, the plugin did load in TXP and has shown up in the ‘write’ tab! … but!
There are no files in the popup of Insert link … any thoughts?
Last edited by RedFox (2008-01-10 15:39:41)
Offline
Re: wet_quicklink: Quick internal link builder
Log into the admin interface, browse to http://www.yoursite.com/textpattern/index.php?wet_peex=article&limit=10&offset=0&dir=desc&sort=lastmod&search= and report back with the results.
Offline
Re: wet_quicklink: Quick internal link builder
And the results are … this!
Offline
Re: wet_quicklink: Quick internal link builder
You are probably suffering from a very outdated version of MySQL. A workaround was discussed here.
Offline
Re: wet_quicklink: Quick internal link builder
Robert, thank you very much … all is fine now … :)
Offline