Jump to content

Can't see content


Go to solution Solved by Andre Noberto,

Recommended Posts

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.

395333792_Screenshot(3).thumb.png.247be91db1c97b06b5372a7a568e8fec.png1653925236_Screenshot(2).thumb.png.e55c3ddfea80c6c166a42a59d1d2fef7.png2074904600_Screenshot(4).thumb.png.75a7c579a1470740817903531ea8c7ca.png

Edited by Andre Noberto
Link to comment
Share on other sites

  • Solution

For those whom are having similar issues, please do the following in php.ini:

  1. error_reporting = E_ALL | E_STRICT
  2. 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 by Andre Noberto
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...