Title: Wassup Errors
Last modified: February 28, 2020

---

# Wassup Errors

 *  [forsteps](https://wordpress.org/support/users/forsteps/)
 * (@forsteps)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/wassup-errors/)
 * Once again I wanted to thank you for such a useful plugin which gives a lot of
   details.
 * Would you please also check these errors?
 * > [View post on imgur.com](https://imgur.com/Rr8jgVF)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [helened](https://wordpress.org/support/users/helened/)
 * (@helened)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wassup-errors/#post-12492860)
 * Thanks for reporting this!
    The hyphen(-) in the temporary table name is triggering
   a syntax error in your MariaDb setup. I will fix this in the next revision of
   WassUp.
 * If you are familiar with PHP and want to fix it yourself, you can revise the 
   plugin file “lib/main.php” in WordPress plugin editor and change this line near
   the bottom of the file (line#1648):
 *     ```
       		//use a temporary table for large datasets 
       		$tmptable='_wassup_'.$current_user->user_login.rand();
       ```
   
 * to:
 *     ```
       		//use a temporary table for large datasets 
       		$tmptable='_wassup_'.rand();
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Wassup Errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wassup_f2eef0.svg)
 * [WassUp Real Time Analytics](https://wordpress.org/plugins/wassup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wassup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wassup/)
 * [Active Topics](https://wordpress.org/support/plugin/wassup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wassup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wassup/reviews/)

## Tags

 * [MariaDB](https://wordpress.org/support/topic-tag/mariadb/)
 * [mysql-error](https://wordpress.org/support/topic-tag/mysql-error/)

 * 1 reply
 * 2 participants
 * Last reply from: [helened](https://wordpress.org/support/users/helened/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/wassup-errors/#post-12492860)
 * Status: not resolved