Title: fredcbl's Replies | WordPress.org

---

# fredcbl

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

 *   [Profile](https://wordpress.org/support/users/fredcbl/)
 *   [Topics Started](https://wordpress.org/support/users/fredcbl/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fredcbl/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fredcbl/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fredcbl/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fredcbl/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fredcbl/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: [[Backup Scheduler] error 1048 when importing .sql1 file](https://wordpress.org/support/topic/error-1048-when-importing-sql1-file/)
 *  [fredcbl](https://wordpress.org/support/users/fredcbl/)
 * (@fredcbl)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/error-1048-when-importing-sql1-file/#post-8323592)
 * sorry database.class.php not backup-scheduler.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Backup Scheduler] error 1048 when importing .sql1 file](https://wordpress.org/support/topic/error-1048-when-importing-sql1-file/)
 *  [fredcbl](https://wordpress.org/support/users/fredcbl/)
 * (@fredcbl)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/error-1048-when-importing-sql1-file/#post-8323522)
 * It seems that slbackup generates NULL for some types.
    In fact, it expects that
   get_col_info returns a string for type like ‘string’, ‘blob’, ‘datetime’ but 
   with the mysqli driver it returns a constant like 252, 253… according to this
   page : [http://www.php.net/manual/en/mysqli.constants.php](http://www.php.net/manual/en/mysqli.constants.php)
 * look into the file backup-scheduler.php : $wpdb->get_col_info(‘type’, $ii) ==“
   string”

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