Hi all, I doubt this to be a symfony problem, because such behavior is dedicated to one Linux box (CentOS), I never saw this happen to my Ubuntu and Windows box. Anyway I raise it here because I know there are Linux experts ;)
The problem is I encounter a class "sfProcessCache" not found error when the cache needs to be rebuilt, i.e. the first time I access the page, or cache is clear, but obviously the file does exist in the framework library directory. This error doesn't go after some refresh attempts (F5, Ctrl F5...). I then guess about the autoloading mapping file not generated correctly. I open the compiled autoloading php with vi, and sfProcessCache is there pointing to the right path. "This can't be", I yelled, and try refresh the browser again and, strangely, the page works now! So it can be summarized as follows. - the "sfProcessCache" not found error happens only when cache is being rebuilt. Note: not neccessary the very first request when the cache is being rebuilt. Sometimes it happens when I access another page or do a login. When a page is fine, the error won't suddenly appear no matter how many times I refresh that page. So when a page is fine it's always fine, and vice versa. Refreshing in browser doesn't help. - use vi to open the compiled autoloading.yml.php file in shell solves it. The application then runs smoothly. Up to now I don't see any page fails after opening that autoloading.yml.php by hand. - I didn't use cache in the application. This is very head scratching. Hope someone shed me a light. Thanks in advance. Tamcy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
