i am encountering this problem during the deployment of the project in my live site.
[b]
include(urlManager.php) [<a href=‘function.include’>function.include</a>]: failed to open stream: No such file or directory [/b]
any any one suggest me the solution ! what might me the reason of this issue.?
Thanks,
[size=2]The most common problem when switching from cas-insensitive system like windows to a case-sensitive one like linux is the case. Check if your file is named UrlManager.php… it’s probably in all lowercase.[/size]
Exactly ! i have changes the File names to Lower as (UrlManager.php to Urlmanager.php) working fine now.
any other alternative solution for it. if any please post.