Problem going live

edited September 2011 in Installation
Putting second site live with Fuel, but getting this error:

Severity: Warning

Message: include(C:\xampp\htdocs\visionRigV2\fuel\application\libraries\dwoo\plugins\builtin\blocks\topLevelBlock.php) [function.include]: failed to open stream: No such file or directory

Filename: Dwoo/Loader.php

Line Number: 103

From looking in Dwoo/Loader.php on the associated line, it seems that classPath is using my development path. Can't for the life of me remember where I set this, and how to change it! Any advice really appreciated,

Cheers.

Comments

  • edited 10:26AM
    clear out your fuel/application/cache/dwoo/compiled folder
  • edited 10:26AM
    Ok, I guess that's where the cached pages are put then? Thanks.
  • edited 10:26AM
    Yes. That is where the Dwoo templating engines stores it's compiled files and if they are stored on one system and transferred to another, you'll get that error.
Sign In or Register to comment.