Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Andre Noberto Posted January 31, 2021 Posted January 31, 2021 (edited) Hi everyone, I recently bought the Invision suite and I've done a fresh install. After that I've noticed a few weird behaviors: Can't see Sign In/Sign Up buttons Can't see any thread content Can't post anything (Editor always say this field is required error message) - It includes stuff in Admin panel Here's what I've done so far: Checked and disabled every known caching tool (Didn't find anything server side) Disabled/Enabled friend urls Reinstall the entire suite Please guys, I need help understanding what's going on. If you need any further information, let me know and I'll be able to provide. Edited January 31, 2021 by Andre Noberto
Solution Andre Noberto Posted January 31, 2021 Author Solution Posted January 31, 2021 (edited) For those whom are having similar issues, please do the following in php.ini: error_reporting = E_ALL | E_STRICT error_log = /var/log/php_errors.log If needed, update the file permission touch /var/log/php_errors.log chown ${USER}: /var/log/php_errors.log chmod +rw /var/log/php_errors.log Look out for any errors. In my case, there was a typo on one of the extensions' name. Edited January 31, 2021 by Andre Noberto Miss_B and Joel R 2
Joel R Posted February 1, 2021 Posted February 1, 2021 Welcome to Invision Community @Andre Noberto 1. If anything is ever broken, always submit a support ticket via the ACP as your first step. 2. You can check out the Help Guides: https://invisioncommunity.com/4guides/welcome/about-invision-community-r7/
Recommended Posts