Page 1 of 1

Remove Main navigation 'Gallery Menu'

Posted: 17 Mar 2009, 01:57
by pixi
Hi All, 1st of all what an amazing sytem. Glad to be using it with all of you.

I have a Quick Question: Searched the Forums and couldnt find anything..

I have a scenario where different types of clients are directed to different Albums in the gallery ie..

Client A : is directed to
http://www.mailgloo.com/portfolio/#/con ... llowStars/

( I want to remove the main menu / 'Gallery Menu' so client 'A' can't see the rest of the albums)

I have tried doing this in config area, but the checkbox just rechecks itself once I save and update? Any ideas? - Maybe permissions?

Thanks guys,
Pix

You can login to gallery admin at http://www.mailgloo.com/portfolio/imagevue/ (User: test , pass: test)

Posted: 17 Mar 2009, 02:33
by mjau-mjau
Seems you are right ..l Also checked your diagnostics page, and your server is running suhosin it seems:
http://www.mailgloo.com/portfolio/image ... rs#suhosin

Perhaps pain can contribute his expertise here?

Posted: 17 Mar 2009, 04:08
by Nick
Could you please provide ftp login to your site?[/url]

Permissions maybe?

Posted: 17 Mar 2009, 06:48
by pixi
My content folder CMOD is set to 777 (and recursed in subdir and files)

getting an Upload Error: 403 when uploading images to new folder from admin.. and then it boots me out and have to re login in

Posted: 17 Mar 2009, 07:57
by pixi
Been checking on the forums.. and it seems its the swfuploader issue.

I treid on Internet explorer, and also went into the cofig to change the uploader to use the Yahoo uploader.. Once again the setting reverts to swfuploader -- and anyting I change in config area reverts on save back to original..

This is probably still a Permissions issue, although ENTIRE folder and all files of imagevuex is CMOD 777

I am getting my guys to try and switch off Session_protection and Session.cryptkey from Suhosin and see if this works.

Do you think I'm on the right track here? or is there something else you can advise on?

Posted: 18 Mar 2009, 07:20
by Nick
Suhosin issues depends on how it configured by default, as I posted somewhere, by default php on ubuntu comes with suhosin but Imagevue works fine with default configs.

Also mod_security is preventing files from being uploaded. Here is excerpt from imagevue faq ( viewtopic.php?t=4461 ) on how to disable them:

1. You have to upload .htaccess file in your gallery root with the following:

2. Disable suhosin:
php_flag suhosin.simulation On

3. Disable mod_security:
SecFilterEngine Off
SecFilterScanPOST Off

BUT. If .htaccess is not working for you - you will have to contact your host support.