Title: herace's Replies | WordPress.org

---

# herace

  [  ](https://wordpress.org/support/users/herace/)

 *   [Profile](https://wordpress.org/support/users/herace/)
 *   [Topics Started](https://wordpress.org/support/users/herace/topics/)
 *   [Replies Created](https://wordpress.org/support/users/herace/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/herace/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/herace/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/herace/engagements/)
 *   [Favorites](https://wordpress.org/support/users/herace/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Colibri Page Builder] Fatal error: Cannot redeclare get_cli_args()](https://wordpress.org/support/topic/fatal-error-cannot-redeclare-get_cli_args-3/)
 *  Thread Starter [herace](https://wordpress.org/support/users/herace/)
 * (@herace)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/fatal-error-cannot-redeclare-get_cli_args-3/#post-15907258)
 * After activating Colibri Page Builder plugin with Althea WP.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page View Count] Where is MYSQL Table](https://wordpress.org/support/topic/where-is-mysql-table/)
 *  Thread Starter [herace](https://wordpress.org/support/users/herace/)
 * (@herace)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/where-is-mysql-table/#post-10342355)
 * Update:
    I created the tables in the following way, but no data is written by
   the plugin.
 *     ```
       "CREATE TABLE IF NOT EXISTS wp_pvc_daily(
                <code>id</code> mediumint(9) NOT NULL AUTO_INCREMENT,
       		 <code>time</code> date DEFAULT '0000-00-00' NOT NULL,
       		 <code>postnum</code> varchar(255) NOT NULL,
       		 <code>postcount</code> int DEFAULT '0' NOT NULL,
       		 UNIQUE KEY id (id));
       ```
   
 *     ```
       CREATE TABLE IF NOT EXISTS wp_pvc_total (
       			 <code>id</code> mediumint(9) NOT NULL AUTO_INCREMENT,
       			 <code>postnum</code> varchar(255) NOT NULL,
       			 <code>postcount</code> int DEFAULT '0' NOT NULL,
       			 UNIQUE KEY id (id)) $collate;
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)