Jump to content

Andre Noberto

Members
  • Joined

  • Last visited

  1. It doesn't work on custom themes. What is the regex pattern you're looking for in order to add captcha to the template?
  2.    Joel R reacted to a post in a topic: Can't see content
  3.    Miss_B reacted to a post in a topic: Can't see content
  4. 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.
  5. 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.