4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: RED_LINE on July 14, 2005, 02:48:38 PM

Title: cat id : (not appear)
Post by: RED_LINE on July 14, 2005, 02:48:38 PM
hello evrybody here  :D

i used 4images 1.7.1 .. all in my gallery is work fine but when i go to category no 23 for example is the page not display .. you can see that in this link : http://www.7oob.net/games/categories.php?cat_id=23


all work fine in my gallery http://7oob.net/games

what do you think about this problem ?

thats all
Warm Regards,
Title: Re: cat id : (not appear)
Post by: V@no on July 15, 2005, 12:27:46 AM
are there any "special" files in that category? like .swf or anything that is not in other categories?

looks like your webserver dies when that category requested. I have experienced myself when a corrupted .swf file was crashing my server...
try get error logs, they might help.
Title: Re: cat id : (not appear)
Post by: RED_LINE on July 15, 2005, 12:22:43 PM
thanx for reply V@no

there are no special file in the category that you say

i look error in the server :

root@server1 [/usr/local/apache/logs]#
root@server1 [/usr/local/apache/logs]# pico error_log

FATAL:  erealloc():  Unable to allocate 1519550464 bytes
[Fri Jul 15 06:13:48 2005] [error] [client 83.24.217.133] File does not exist: /home/stoop/public_html/games/b$
[Fri Jul 15 06:13:49 2005] [error] [client 81.10.37.247] File does not exist: /home/stoop/public_html/games/bb$
[Fri Jul 15 06:13:49 2005] [error] [client 196.202.90.202] File does not exist: /home/stoop/public_html/portal$

.......
is that you say? and how can fix this error
Warm Regards
Title: Re: cat id : (not appear)
Post by: V@no on July 15, 2005, 02:32:08 PM
can we see your phpinfo() ?

try to turn off 'Use GZip compression' in the settings, if it is on.

also, try to increase memory_limit in php.ini
Title: Re: cat id : (not appear)
Post by: RED_LINE on July 15, 2005, 02:57:30 PM
sure you can see it

http://www.7oob.net/phpinfo.php

also i have increase memory_limit in php.ini (memory_limit = 16M)


the GZip is turn off

much thanx V@no

Regards
Title: Re: cat id : (not appear)
Post by: V@no on July 15, 2005, 03:22:39 PM
try to disable in Apache module mod_bwlimited

if it doesnt help, try to disable eAccelerator module in php.ini (this would be my best, because accelerators known causing some problems in sertain situations.)

basicaly there is some missconfiguration on your server. you'll have to troubleshoot it yourself.