catman232 Posted November 24, 2014 Posted November 24, 2014 Hey, I work for a company that uses IPS (which is why I'm not a client) and we're ready to start working on updating our custom applications. When I try to enable IN_DEV in init.php, the site just errors on every page. Is dev mode not finished or am I overlooking something?
catman232 Posted November 24, 2014 Author Posted November 24, 2014 Have you installed Developer Tools ? Nope, lol. That explains a lot. Thanks for helping me out
robert_k Posted November 25, 2014 Posted November 25, 2014 You should also define the IN_DEV constant within constants.php, not init.php. All constant overrides should be defined in constants.php. You can reference the documentation about enabling developer mode.
priya vyas Posted May 15, 2015 Posted May 15, 2015 I have downloded the developer tools for IPS4, and i have also enabled define( 'IN_DEV', TRUE ); define('DEV_USE_WHOOPS', FALSE); define('DEV_USE_FURL_CACHE', TRUE); define('DEV_DEBUG_JS', TRUE); define('DEV_DEBUG_CSS', TRUE); define('DEV_DEBUG_TEMPLATES', TRUE); define('USE_DEVELOPMENT_BUILDS',TRUE); the above options in constants.php file. The developer mode has started working but the UI is very disturbing. so many things are not working properly. developer mode is full of bugs. please help me resolve this asap. i have attached a screenshot of developer mode.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.