KETSE / casebox

Casebox: Secure all your information and team communication in one place
https://www.casebox.org
217 stars 117 forks source link

"New" button has disappeared from new dev version on all folders #21

Closed RafaPolit closed 9 years ago

RafaPolit commented 9 years ago

Basic description

We pulled the latest devel version that fixes several bugs we have reported in recent days, but now the 'new' button has disappeared. We cannot create new thesauri items, nor add new cases to our casebox core using the UI.

* edit: * If this is a clue, there is a new 'lock' button next to the folder where we created the cases, also the 'new' button is missing from everywhere... cannot even create a new folder inside the 'All folders' section.

What could have changed? Permissions? Folder owners?

Thanks, Rafa.

tvitalie commented 9 years ago

The menu model has changed, we have mentioned the changes in change log. These are the notes form changelog CaseBox 1.9.496 (2015-07-24):

Notes:

RafaPolit commented 9 years ago

Thanks. It worked.

Still, the first time I entered the wrong core name and executing the script yielded this error:

Initializing .. 
____________________________
preparing target DB: 
Ok

Initializing target core ..PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/www/html/casebox/httpsdocs/classes/CB/Import/Base.php:208) in /var/www/html/casebox/httpsdocs/config.php on line 34

No big deal, just to let you know. Thanks. Rafa.

tvitalie commented 9 years ago

In my previous comment the core_name was removed from command to be executed because interpreted as a tag. You can read executing notes inside script as well. Command should be something like this php core_update_menu_model.php -c "my_core_name"

my_core_name is without standart prefix (specified in config.ini)

RafaPolit commented 9 years ago

Yep, I edited my comment... still, entering a wrong core name results in a PHP error. Otherwise, the script worked nicely, and nice to see menus can now be edited inside the casebox UI instead of directly on the db.

Thanks, Rafa.

nouphaltklm commented 8 years ago

I am also facing the same issue. I couldn't find the "core_update_menu_model.php" inside bin folder. What should i do? any help would have been really nice..

tvitalie commented 8 years ago

I suppose you already have installed casebox v2, this issue was in v1. The menu are now managed from tree: System/Menu folder.

If the problem persists - add more info about your installation and add some screenshots.