Deprecated: Function visual_composer is deprecated since version 5.8! Use wpbakery instead. in /var/www/upstream/wp-includes/functions.php on line 6170
How to Debug Errors on UpStream Screens - UpStream Documentation Skip to content

If buttons or actions are not working on the frontend or admin area of your UpStream site, you may have a conflict with another plugin. Or, you might have found a bug in UpStream.

The best way to debug errors UpStream is to use the Chrome browser.

  • Visit the frontend of UpStream using Chrome.
  • Right-click to bring up the options show in the image below.
  • Click “Inspect element”.

  • You will now see a sidebar in Chrome that looks like this next image.
  • Click the “Console” tab:

  • Try the action in UpStream that’s not working. For example, one customer reported that the “delete” button was not working for discussion. In that example, they need to click “delete”.

  • You may now see some errors in the “Console” tab. Copy those errors and report them to our team at help@upstreamplugin.com.

Deprecated: preg_split(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/upstream/wp-includes/formatting.php on line 616

Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/upstream/wp-includes/class-wp-embed.php on line 446

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/upstream/wp-includes/class-wp-embed.php on line 454

Related Articles