zenman_nl
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonial Rotator] Change Widget CSSI can’t find the HTML examples there.
Problems were caused by these settings (thanks Cais):
PHP Safe Mode : On
PHP Allow URL fopen : Off
My provider does not want to change these settings (security risk). I will switch to another provider.
I’ve got a similar problem like PeterLeabo.
Wanted to upload multiple images to a new gallery. Only one image is uploaded then everything comes to a grinding halt with a small exclamation mark behind the image that was uploaded. A hover over the exclamationmark shows this message: “http error.”. In the topright corner the message is: Upload completed, 0 images were uploaded.
WP 3.8, NG 2.040, Server settings:
Operating System : Linux (64 Bit)
Server : Apache
Memory usage : 43.74 MByte
MYSQL Version : 5.5.32-cll
SQL Mode : Not set
PHP Version : 5.3.28
PHP Safe Mode : On
PHP Allow URL fopen : Off
PHP Memory Limit : 128
PHP Max Upload Size : 4M
PHP Max Post Size : 8M
PCRE Backtracking Limit : 1000000
PHP Max Script Execute Time : 30s
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : Yes
Graphic LibraryGD Version : bundled (2.1.0 compatible)
FreeType Support : Yes
FreeType Linkage : with freetype
T1Lib Support : No
GIF Read Support : Yes
GIF Create Support : Yes
JPEG Support : Yes
PNG Support : Yes
WBMP Support : Yes
XPM Support : Yes
XBM Support : Yes
JIS-mapped Japanese Font Support : NoI use win7 with Chrome 31.0.1650.63
Forum: Plugins
In reply to: [Contact Form 7] Spinning Arrow No Confirmation MessageHad the same spinning arrows. This was caused by using a non-existing formfield in the To:-box.
In the To:-box I entered [email]
But in the Form definition I used [email* your-email].The right code for the To:-box is [your-email]
As simple as that but it took me ages to discover!
Forum: Plugins
In reply to: Contact form 7: verify inputThanks. I think you’re right about copy and paste. Topic can be closed now.
Forum: Themes and Templates
In reply to: Tags link does not workHello there everyone! I also got the error when I clicked on one of the “month-links” (from the Archive-widget):
Catchable fatal error: Object of class WP_Error could not be converted to string in ../wp-content/themes/contrast-style/archive.php on line 35The statement on line 35 is:
<?php echo category_description(); ?>
I changed it to:
<?php echo the_ID(); ?>And now it works fine for me.