I posted this to the user group a couple of days ago but didn't get
any answer, so I thought this may be a better place for this question.
I have a page that loads a few graph images using the format:
<img src="/history/getgraph/partnumber_id/1345">
All images show up fine in dev mode but in prod mode some are missing
and it appears to be different graphs that are missing each time. I
checked my apache error log and saw:
[21-Feb-2007 10:47:18] PHP Stack trace:
[21-Feb-2007 10:47:18] PHP 1. {main}() D:\web\hcs_symfony\web
\dts.php:0
[21-Feb-2007 10:47:18] PHP 2. require_once() D:\web\hcs_symfony\web
\dts.php:8
[21-Feb-2007 10:47:18] PHP 3. require_once() D:\web\hcs_symfony\apps
\dts\config\config.php:92
[21-Feb-2007 10:47:18] PHP 4. sfConfigCache->import() D:\web\symfony
\lib\symfony.php:122
[21-Feb-2007 10:47:18] PHP Fatal error: Cannot redeclare class
sfaction in D:\web\hcs_symfony\cache\dts\prod\config
\config_core_compile.yml.php on line 318
for each missing graph image. If I go to the url of the image directly
I get the graph without a hitch so I don't think it is something wrong
with the graph generation but with calling multiple instances at
once.
I'm running the latest svn trunk release. I've tried clearing the
cache. I've also get the same results on my win and linux boxes. I'm
not using a code cache (apc or eaccelerator). This only appears when I
try to load more than 1 or 2 graphs this way. Has anyone else
encountered this type of error?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---