Hello All.
I'm having a little trouble with creating sets on Aleph.
I get a fatal error on line 65 in aleph.php when I try to enable sets, but otherwise the searching and interests works just fine.
When I try to create a set, the "error" says "no sets created".
I haven't got a clue about what to do.
Otherwise a really great plugin, hope I can get it all to work.
Cheers
Alex.
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..
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)
);";