Questions and Answers

0 Like 0 Dislike

Mike Burns

Tools not appearing under Resources > Tools

On the HUB-in-a-box newly published tools are not appearing under Resource > Tools (e.g. https://hubname.edu/resources/tools). The tags I’ve defined for the tool appear in the Tags column, but there is nothing for the tool listed under either the Resources or Info columns on that page. The HUB-in-a-box comes with one Seminars resource, “The HUBzero Cyberinfrastructure for Research and Education”, and it is listed under the Resources column and when you click on that the Info field for it is displayed. Should that happen automatically for tools? How do I get tools to show up the same way?

Report abuse

Chosen Answer

  1. 0 Like 0 Dislike

    Nicholas J. Kisseberth

    There are two tables missing that are required for the tool browser to work. The requirement was added shortly before hubbub and I wasn’t aware they were needed as they are technically for a feature not used by the core HUBzero platform.

    I will see about creating a hotfix section of the admin manual for issues such as this. We also have to work out a way of deploying fixes for existing hubs, even if i fix the package now it won’t help hubs that are already installed.

    You can add the tables with a mysql admin client:

    CREATE TABLE jos_resource_taxonomy_audience ( added datetime NOT NULL DEFAULT ’0000-00-00 00:00:00’, addedBy int(11) NOT NULL DEFAULT ‘0’, comments varchar(255) NULL, id int(11) AUTO_INCREMENT NOT NULL, level0 tinyint(2) NOT NULL DEFAULT ‘0’, level1 tinyint(2) NOT NULL DEFAULT ‘0’, level2 tinyint(2) NOT NULL DEFAULT ‘0’, level3 tinyint(2) NOT NULL DEFAULT ‘0’, level4 tinyint(2) NOT NULL DEFAULT ‘0’, level5 tinyint(2) NOT NULL DEFAULT ‘0’, rid int(11) NOT NULL DEFAULT ‘0’, versionid int(11) NULL DEFAULT ‘0’, PRIMARY KEY(id)

    ) TYPE=MyISAM CHARACTER SET utf8;

    CREATE TABLE jos_resource_taxonomy_audience_levels ( description varchar(255) NULL, id int(11) AUTO_INCREMENT NOT NULL, label varchar(11) NOT NULL DEFAULT ‘0’, title varchar(100) NULL, PRIMARY KEY(id)

    ) TYPE=MyISAM CHARACTER SET utf8;

    Reply Report abuse

    Please login to answer the question.

0 Responses

No other responses made.

  • Copyright © 2022 Hubzero
  • Powered by Hubzero®