instead of
//define( 'K_HTML4_SELFCLOSING_TAGS', 1 ); // 24. // Set the following to '1' if you wish to extract EXIF data from images uploaded to Gallery define( 'K_EXTRACT_EXIF_DATA', 0 ); // 25. // Set the following to '1' if you wish to use KCFinder as the default file-browser (will require PHP5 and modern browsers) define( 'K_USE_KC_FINDER', 1 ); // 26. // If the admin-panel uses a custom theme, set the following to the folder-name of the theme. // Theme folder is expected to be within the 'couch/theme' folder. No leading or trailing slashes please. //define( 'K_ADMIN_THEME', 'sample' ); // 27. // Google reCAPTCHA API Keys. // To use this captcha service, you need to sign up for an API key pair for your site. // Please visit 'https://www.google.com/recaptcha/admin' to get the keys and enter them below. define( 'K_RECAPTCHA_SITE_KEY', '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI' ); define( 'K_RECAPTCHA_SECRET_KEY', '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe' ); // 99. // VERY IMPORTANT! // Set the following to '1' ONLY IF YOU HAVE BOUGHT A COMMERCIAL LICENSE for the site you are using this file on. // Doing so otherwise is NOT PERMITTED and will constitute a violation of the CPAL license this software is provided under. define( 'K_PAID_LICENSE', 0 ); // Rebranding. Uncomment the following defines and add your info. // 99a. Company Logo on light background (Multiple of [<= 450] x 57 pixels. Needs to be placed within 'couch/theme/images/' folder) //define( 'K_LOGO_LIGHT', 'couch_light.png' ); // 99b. Company Logo on dark background (Multiple of [<= 219] x 68 pixels. Needs to be placed within 'couch/theme/images/' folder) //define( 'K_LOGO_DARK', 'couch_dark.png' ); // 99c. Footer content (Company name and link) //define( 'K_ADMIN_FOOTER', 'COMPANY NAME' );

Could not connect to database