deple Posted November 26 Posted November 26 Hi I have a problem with developer mode. After updating to IPS 5 and installing DEVTOOLS, I do not have any Developer Mode. And when I uncomment the lines in constants.php (define( 'IN_DEV', TRUE );) the page loads with only text and no option to do anything.
deple Posted November 26 Author Posted November 26 (edited) After updating to beta 6 and updating developer tools, there is another problem when uncomment the lines in constants.php (define( 'IN_DEV', TRUE );) Edited November 26 by deple
teraßyte Posted November 26 Posted November 26 Did you delete the default theme with ID 1 at some point? IN_DEV looks for that theme ID unless you setup a DEFAULT_THEME_ID constant with a different theme ID value. deple 1
deple Posted November 26 Author Posted November 26 Just now, teraßyte said: Did you delete the default theme with ID 1 at some point? IN_DEV looks for that theme ID unless you setup a DEFAULT_THEME_ID constant with a different theme ID value. yes, I previously deleted the theme and added a new (fresh) one, where can I change these values? Yeah, I changed the core_themes id data from 1 to 4 and there is no solution, but there are still ten problems before:
teraßyte Posted November 26 Posted November 26 Based on that screenshot, it looks like the browser is unable to load the CSS files. Do you have any errors in your browser's console?
Recommended Posts