Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2013-01-18 14:16:42
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Strange Error on the last 4.5.4 and the multiple_image_upload plugin
Strict Standards: Declaration of txp_thumb::write() should be compatible with wet_thumb::write($infile, $outfile) in /srv/data/web/vhosts/b319.info/htdocs/textpattern/include/txp_image.php on line 25
- jbx_multiple_image_upload is the only active plugin on a fresh 4.5.4 install.
- I use this plugin on all my installs without problem. I don’t understand the “wet_thumb” part of the message …
- No problem if I remove here this plugin.
I’m here on a simplehosting from Gandi.net
Version de Textpattern CMS: 4.5.4 (r4919)
Dernière mise à jour: 2013-01-11 21:21:07/2013-01-15 20:24:25
Document racine: /srv/data/web/vhosts/www.b319.info/htdocs (/srv/data/web/vhosts/b319.info/htdocs)
$path_to_site: /srv/data/web/vhosts/b319.info/htdocs
Chemin d’accès à Textpattern: /srv/data/web/vhosts/b319.info/htdocs/textpattern
Format des URL: section_id_title
upload_tmp_dir: /srv/data/tmp
Chemin du répertoire temporaire: /srv/data/web/vhosts/b319.info/htdocs/textpattern/tmp
URL du site: b319.info
Version de PHP: 5.4.4-10
Bibliothèque GD: 2.0 formats supportés : GIF, JPG, PNG.
Serveur TZ: Europe/Berlin
Date & heure du serveur: 2013-01-18 15:06:50
Mises à jour des heures d’été utilisées ?: 0
Ajuster automatiquement les heures été / hiver ?: 1
Fuseau horaire GMT: Europe/Brussels (3600)
MySQL: 5.5.28-1-log
Locale: fr_FR.UTF-8
Serveur: Apache/2.4.3
API PHP du serveur: fpm-fcgi
Entêtes RFC 2616: 0
Système d’exploitation serveur: Linux 3.4.7-grsec-simplehosting-9856646
Plugins actifs: jbx_multiple_image_upload-0.4
Thème de l’interface d'administration: classic 4.5.4
Vérifications:
------------------------
Certaines fonctions PHP (pouvant être nécessaires) sont désactivées sur le serveur: pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority,
------------------------
contenu du fichier .htaccess:
------------------------
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
#ErrorDocument 403 default
<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
# SVG
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
------------------------
Offline
#2 2013-01-19 14:23:57
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Strange Error on the last 4.5.4 and the multiple_image_upload plugin
wet_thumb is a function in some of TXP’s files (really).
jpdupont wrote:
- No problem if I remove here this plugin.
So it seems like a plugin issue. Although my answer extends this topic’s visibility in the Recent Topics’s list for further 24 hours: You’ve more chances to meet people who have experienced your issue when you post your question in the jbx_multiple_image_upload topic.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#3 2013-01-19 15:13:52
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: Strange Error on the last 4.5.4 and the multiple_image_upload plugin
Thanks uli !
I found the same error in the plugin topic, and … I found a workaround to stop the warning in the plugin code :
forum.textpattern.com/viewtopic.php?pid=269558#p269558
Last edited by jpdupont (2013-01-19 15:14:40)
Offline
Re: Strange Error on the last 4.5.4 and the multiple_image_upload plugin
I’m getting this same error with the combination of PHP 5.4.4 and TXP 4.5.4 also on my local development environment and not running jbx_multiple_image_upload. I am running fpx_image_import and disabling the plugin does nothing to remove the issue.
My Live server running PHP 5.3.19 and TXP 4.5.4 does not show this error with the plugin enabled.
Offline