Guido Bouman
Forum Replies Created
-
Try to contact your hoster, your script execution time is way too low for any processing script. (PHP Max Script Execute Time : 7s) It should be at least 30 seconds, preferably 60 or 120 seconds.
My working server:
Plugin check:
All fine.Server settings:
Operating System : Linux (32 Bit)
Server : Apache/2
Memory usage : 15.93 MByte
MYSQL Version : 5.1.58-log
SQL Mode : Not set
PHP Version : 5.2.17
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 128
PHP Max Upload Size : 20M
PHP Max Post Size : 20M
PCRE Backtracking Limit : 500000
PHP Max Script Execute Time : 200s
PHP Exif support : No
PHP IPTC support : Yes
PHP XML support : YesGraphic Library
GD Version : bundled (2.0.34 compatible)
FreeType Support : Yes
FreeType Linkage : with freetype
T1Lib Support : No
GIF Read Support : Yes
GIF Create Support : Yes
JPG Support : Yes
PNG Support : Yes
WBMP Support : Yes
XPM Support : No
XBM Support : Yes
JIS-mapped Japanese Font Support : NoThe memory limit is 128 MB on my working server, looks like that might be the problem.
Our memory limits are quite low, could it be that the script hits the memory limit without returning an error?
Plugin check:
All fine.Server Settings:
Operating System : FreeBSD (64 Bit)
Server : Apache/2.2.14
Memory usage : 28.73 MByte
MYSQL Version : 5.1.42
SQL Mode : Not set
PHP Version : 5.2.16
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 48
PHP Max Upload Size : 32M
PHP Max Post Size : 32M
PCRE Backtracking Limit : 500000
PHP Max Script Execute Time : 30s
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : YesGraphic Library:
GD Version : bundled (2.0.34 compatible)
FreeType Support : Yes
FreeType Linkage : with freetype
T1Lib Support : Yes
GIF Read Support : Yes
GIF Create Support : Yes
JPG Support : Yes
PNG Support : Yes
WBMP Support : Yes
XPM Support : No
XBM Support : Yes
JIS-mapped Japanese Font Support : NoThat should work, right?