Monday 27 November 2006 1:11:19 am
Hello ! We have finished an ez publish project but we are now facing problems in production. While it was working ok on dev environment, it has now in production a different behaviour : some specific "actions", like "Replying to an existing forum message", "New comment to an article"... throw a kernel 3 error "The object you requested is not currently available". I have no clue why it is happening. Is it linked to templating ? cache ? sessions management ? database corrupted ? Thank you very much for any advice ! Olivier
Here are some informations : ez publish 3.8.4 / Windows Server 2003 / Apache 2 / Mod SSPI debug of the "New comment to an article page" :
Module start 'content'
Debug: Nov 24 2006 16:39:55
Error: error/view.php Nov 24 2006 16:39:55
Error ocurred using URI: /websiteXXX/content/action
Timing: Nov 24 2006 16:39:55
Module end 'error'
from site.ini :
[TemplateSettings]
TemplateCache=enabled
NodeTreeCaching=enabled
TemplateCompile=enabled
TemplateOptimization=enabled
TemplateCompression=disabled
Debug=disabled
ShowXHTMLCode=disabled
ShowUsedTemplates=disabled
[DatabaseSettings]
SQLOutput=disabled
Transactions=enabled
from php.ini :
[apc]
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 30
apc.optimization = 1
apc.num_files_hint = 1000
apc.ttl = 0
apc.gc_ttl = 3600
apc.cache_by_default = 1
apc.filters = NULL
apc.mmap_file_mask =
apc.slam_defense = 0
apc.file_update_protection = 2
apc.enable_cli = 0
|