pequeno Posted November 7, 2019 Share 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? Link to comment Share on other sites More sharing options...
Daniel F Posted November 7, 2019 Share Posted November 7, 2019 Yes , that’s correct 🙂 Link to comment Share on other sites More sharing options...
pequeno Posted November 7, 2019 Author Share Posted November 7, 2019 Thak you @Daniel F. I had doubts because in your guides you don't use the backslashs to define values. Link to comment Share on other sites More sharing options...
Daniel F Posted November 7, 2019 Share Posted November 7, 2019 Thanks. I've adjusted https://invisioncommunity.com/4guides/advanced-options/configuration-options/using-constantsphp-r25/ to include the backslash. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.