[Plugin: WordPress Download Monitor] Cannot create category properly, WordPress error appears in sit
-
Hello, when I create a Category in Download Monitor, I get this message:
Warning: Creating default object from empty value in /homez.365/adicorg/www/wp-content/plugins/download-monitor/classes/download_taxonomies.class.php on line 154
Line 154 from that PHP file is bolded below:
function download_category($id, $name, $parent, $size) {
$this->id = $id;
$this->name = $name;
$this->parent = $parent;
$cat->decendents = array();
$cat->direct_decendents = array();
$this->size = $size;
}Anyone have any clue?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: WordPress Download Monitor] Cannot create category properly, WordPress error appears in sit’ is closed to new replies.