Jump to content

IN_DEV not working?


catman232

Recommended Posts

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?

Link to comment
Share on other sites

  • 5 months later...

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.

15-05-2015 11-34-21.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...