IRCSASW, on 21 December 2012 - 02:58 AM, said:
Hello, Using the console I have this error on $this->render('view', ...
The file exists on the path.
What could be missing?
Eclipse for PHP Developers
Version: Helios Service Release 2
Build id: 20110218-0911
Windows 7
!ENTRY org.maziarz.yiiclipse 2 0 2012-12-21 01:31:57.020 !MESSAGE File does not exists: L/mmsystem/protected/views/changenotice/view.php YDEBUG: Found file: \mmsystem\protected\views\changenotice\view.php
The file exists on the path.
What could be missing?
Eclipse for PHP Developers
Version: Helios Service Release 2
Build id: 20110218-0911
Windows 7
Entry "YDEBUG: Found file: /path/to/view.php" - can be misleading, as only means expected view location, which in fact can not exist.
Your case seems very regular one. The only comes to mine mind is possible case-sensitivness. Actually I have no Win7 to test this, and not quite sure if "\mmsystem\protected\views\changenotice\view.php" and "\mmsystem\protected\views\changeNotice\view.php" are equivalent. Can you check this?

Help













