Urgent!! Db Restore error
-
After i restore the db it appear this error!!
any help please!!Warning: array_merge(): Argument #2 is not an array in D:\server\website\htdocs\classified\wp-content\themes\classipress\framework\scb\Options.php on line 44
This is the code
`public function get( $field = null, $default = null ) {
$data = array_merge( $this->defaults, get_option( $this->key, array() ) );return scbForms::get_value( $field, $data, $default );
}`I believe it’s the database error i have not problem with manually back up using phpmyadmin and restore. but after restore with the db from this plugin it show me the error..
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Urgent!! Db Restore error’ is closed to new replies.