Thread Starter
alxzak
(@alxzak)
If anyone else have a similar problem, then this post can help:
http://wordpress.org/support/topic/210529?replies=2
I created the table in the database, that aleph needed:
CREATE TABLE $this->table_name (
ID bigint(20) NOT NULL auto_increment,
name varchar(255) NOT NULL,
owner bigint(20) NOT NULL,
term_taxonomy_id bigint(20) NOT NULL default ‘0’,
featured_post_id bigint(20) NOT NULL default ‘0’,
PRIMARY KEY (ID),
KEY owner (owner),
KEY term_taxonomy_id (term_taxonomy_id)
);”;
Thread Starter
alxzak
(@alxzak)
When I try to update the author sets under tools, I get this fatal error:
Fatal error: Call to a member function printOptions() on a non-object in /home/partystr/public_html/wp-content/plugins/el-aleph/admin/aleph-options.php on line 65
And then, as I explained before, I get the “Set not added” when i try to make a sets under the users menu.
Hope someone can help me.
Cheers..