"Security Violation" in Mambo

swbuehler

Joined: 2004-12-29
Posts: 1
Posted: Fri, 2004-12-31 03:19

I've installed the latest 1.5.x version of Gallery in Mambo 4.5.1a (which is supposed to be supported). I got it installed, did the installation on the Mambo end, but when I click on the link in Mambo to access the gallery, I get a page that simply says "Security Violation".

Ideas?

 
senectus

Joined: 2005-01-17
Posts: 4
Posted: Tue, 2005-01-18 02:28

I'm getting this too.. after a freash new build.. I think it might have something to do with "geeklog"

 
cdc

Joined: 2004-01-02
Posts: 8
Posted: Tue, 2005-01-18 22:19

Change the space html /:
$gallery->app->geeklog_dir = "/var/www/html /public_html";

To:
$gallery->app->geeklog_dir = "/var/www/html/public_html";

That will fix it...

 
affero

Joined: 2005-03-03
Posts: 4
Posted: Fri, 2005-03-04 04:49

Hi. I am having this same problem and I am a bit confused. Where exactly do I change the code? Sorry I am a novice at this stuff

 
cdc

Joined: 2004-01-02
Posts: 8
Posted: Fri, 2005-03-04 08:51

In your config file, you remove the space between the html and the /: html /
:wink:

 
affero

Joined: 2005-03-03
Posts: 4
Posted: Sat, 2005-03-05 00:24

I tried that but I didn't have any spaces any other ideas?

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Sat, 2005-03-05 00:30

swbuehler, you probably filled out the wrong path in the component configuration. Make sure that there are no spaces in the path and that it's correct.

 
tsavage

Joined: 2003-11-11
Posts: 4
Posted: Sun, 2005-03-06 00:24
signe wrote:
you probably filled out the wrong path in the component configuration. Make sure that there are no spaces in the path and that it's correct.

Yes, that was it for me with Mambo 4.5.1a and 1.4.4 upgraded to 1.5-RC1. I fixed the path in the Mambo component (Components -> Gallery) and the "security violation" vanished! So far, it seems 1.5 has cleared up a bunch of problems I had with 1.4.4 (knock on wood!).

Geeklog directory is left blank in the Gallery Configuration Wizard, and isn't a line in config.php (just a commented out marker).

Thanks!