Author Topic: cat id : (not appear)  (Read 9089 times)

0 Members and 1 Guest are viewing this topic.

Offline RED_LINE

  • Newbie
  • *
  • Posts: 20
    • View Profile
cat id : (not appear)
« 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,

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: cat id : (not appear)
« Reply #1 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.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline RED_LINE

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: cat id : (not appear)
« Reply #2 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

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: cat id : (not appear)
« Reply #3 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
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline RED_LINE

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: cat id : (not appear)
« Reply #4 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

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: cat id : (not appear)
« Reply #5 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.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)