problem vertical menu and superadmin users
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Community’ is closed to new topics and replies.
Hello
I am trying to configure pydio for all users to see the same workspace, for now it seems that I have succeeded, but it has stopped showing me the menu on the left. my repository configuration is:
$ REPOSITORIES [‘ajxp_home’] = array (
“DISPLAY” => “Files”,
“DESCRIPTION_ID” => “File Directory”,
“AJXP_SLUG” => “default”,
“DRIVER” => “fs”,
“DRIVER_OPTIONS” => array (
“PATH” => “/ var / www / html / 3506_WEB_FAMP_CMSgestion_PHP_TF7 / Replacements / abenitez / Front / files /”, // AJXP_USER
“PATH_ABSOLUTO” => “/ var / www / html / 3506_WEB_FAMP_CMSgestion_PHP_TF7 / repolocales / abenitez / Front /”, // AJXP_USER
“CREATE” => true,
“RECYCLE_BIN” => ‘recycle_bin’,
“CHMOD_VALUE” => ‘0644’,
“DEFAULT_RIGHTS” => “”,
“PAGINATION_THRESHOLD” => 500,
“PAGINATION_NUMBER” => 200,
“META_SOURCES” => array (
“metastore.serial” => array (
“METADATA_FILE” => “.ajxp_meta”,
“METADATA_FILE_LOCATION” => “infolders”
),
“meta.user” => array (
“meta_fields” => “tags”,
“meta_labels” => “Tags”,
“meta_visibility” => “hidden”
),
“meta.filehasher” => array (),
“meta.watch” => array (),
“meta.syncable” => array (“REPO_SYNCABLE” => true),
“meta.exif” => array (
“meta_fields” => “COMPUTED_GPS.GPS_Latitude, COMPUTED_GPS.GPS_Longitude”,
“meta_labels” => “Latitude, Longitude”
),
“index.lucene” => array (
“index_meta_fields” => “tags”
),
)
),
);
What would I have to do to make it look? on the other hand, I’ve lost access to setting with my admin user, and I’m not able to make it appear, any idea what may have happened?
Thank you very much for your time
Greeting.
hi alberto,
sorry i’m a bit lost here: you “lost the menu on the left”?? What’s your pydio version?
-c
Hello charlies
I modified a repository with the configuration that I put, the list of files in the container works well, but the vertical menu does not appear or load it, I guess it is something of the configuration of the workspace but I do not it.
thank you very much for your help.
a greeting
The forum ‘Community’ is closed to new topics and replies.