Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
pequeno Posted November 7, 2019 Posted November 7, 2019 Hello, my constants.php format generating by invisionpower to upload to server is: <?php \define( 'BULK_MAILS_PER_CYCLE', 25 ); \define( 'CP_DIRECTORY', 'newadmin' ); \define( 'READ_WRITE_SEPARATION', false ); \define( 'REDIS_ENABLED', true ); \define( 'STORE_METHOD', 'Redis' ); \define( 'STORE_CONFIG', '[]' ); \define( 'CACHE_METHOD', 'Redis' ); \define( 'REDIS_CONFIG', '{"server":"127.0.0.1","port":6379,"password":""}' ); \define( 'CACHE_PAGE_TIMEOUT', 0 ); \define( 'SUITE_UNIQUE_KEY', '4586e752b0' ); Is correct with this backslash before "define" term?
pequeno Posted November 7, 2019 Author Posted November 7, 2019 Thak you @Daniel F. I had doubts because in your guides you don't use the backslashs to define values.
Daniel F Posted November 7, 2019 Posted November 7, 2019 Thanks. I've adjusted https://invisioncommunity.com/4guides/advanced-options/configuration-options/using-constantsphp-r25/ to include the backslash.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.