Search…

X3 Photo Gallery Support Forums

Search…
 
pixi
Topic Author
Posts: 7
Joined: 16 Mar 2009, 11:45

Remove Main navigation 'Gallery Menu'

17 Mar 2009, 01:57

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)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

17 Mar 2009, 02:33

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?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

17 Mar 2009, 04:08

Could you please provide ftp login to your site?[/url]
firedev.com
 
pixi
Topic Author
Posts: 7
Joined: 16 Mar 2009, 11:45

Permissions maybe?

17 Mar 2009, 06:48

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
 
pixi
Topic Author
Posts: 7
Joined: 16 Mar 2009, 11:45

17 Mar 2009, 07:57

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?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

18 Mar 2009, 07:20

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.
firedev.com