Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 26, 2024Nov 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.
November 26, 2024Nov 26 Author 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, 2024Nov 26 by deple
November 26, 2024Nov 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.
November 26, 2024Nov 26 Author 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:
November 26, 2024Nov 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?