Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ken Owyang Posted June 18, 2015 Posted June 18, 2015 I have a working test install of v4.0.7. However, after following the instructions here and restarting apache: However, from looking at the Plugins screen it appears the application is not in developer mode. (It just says Install new plugin) There are no errors in the logs. More detail: I have constants.php under admin/install with:define ('IN_DEV', TRUE); And I installed the files from the zip over the existing install in applications and dev respectively in the IPS folder:http://community.invisionpower.com/files/file/7185-developer-tools/
Ilya Hoilik Posted June 18, 2015 Posted June 18, 2015 Replace constants.php with<?php define( 'IN_DEV', TRUE );
Marcher Technologies Posted June 18, 2015 Posted June 18, 2015 More detail:I have constants.php under admin/install with:in addition to the above, that should be in ipb root.... constants.php placed within /admin/ or any subdirectory of the suite will not do anything.
Ahmad E. Posted June 18, 2015 Posted June 18, 2015 The root of your IPS installation, where conf_global.php and init.php are.
Ken Owyang Posted June 18, 2015 Author Posted June 18, 2015 So I put that there under where conf_global.php and init.php is the issue is that it broke the admin panel and the IPS app. This is constants.php now: <?php define ('IN_DEV', TRUE); This is what my admin panel looks like: [forums-admin-error.png]. This is what the forums look like: [forums-main-error.png]
Ken Owyang Posted June 18, 2015 Author Posted June 18, 2015 Resolved. Got this working, the developer tools files were not correct. I re-put them in place and now Plugins are enabled. Thanks for the help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.