Jump to content

Existing Gallery


Recommended Posts

There are wonderful photos in the gallery section. But when I click on them to see it full size. It tells me that it is not able to do so. Why is that ? Is it me ?

???

Link to comment
Darren Jeffries

As a temporary fix... replace all instances of ; with & in the address bar

 

this will make it work until we fix it permanantly.

Link to comment
Martijn Meerts

For a more technical explanation, the web server is running an add-on that checks for possible SQL injection strings. SQL injection is a technique one can use to for example get access to the admin section of a forum, or to save a lot of messed up data to the database.

 

The gallery uses ";id=xx" to figure out which image to show. However, the add-on preventing SQL injection sees ";id" as a possible SQL injection string, and therefore won't allow that.

 

I have fixed it by replacing ";id=xx" with "&id=xx", which seems to have done the trick. I'm not sure if I got all instances updated though, so if you do come across another problem, please leave a not in this thread, and I'll try to get it fixed ;)

Link to comment

The theme I was on wouldn't even give a gallery option (Eternal Rose) so I switched back to default. But I still can't get to the gallery. I get an error "YOU ARE NOT ALLOWS TO VIEW THE GALLERY"

 

damnitgl1.jpg

Link to comment
CaptOblivious

The theme I was on wouldn't even give a gallery option (Eternal Rose) so I switched back to default. But I still can't get to the gallery. I get an error "YOU ARE NOT ALLOWS TO VIEW THE GALLERY"

 

The way the templating system for this software works is pretty bad: Each template has to be modified to include links to plugin content like the gallery. And so some templates don't support that plugin. Which is a problem, but a small one. If you really like the Eternal Rose template, we can modify it for you.

 

But, the error: That's a problem! What did you do, Martijn? :P

Link to comment
Martijn Meerts

I used my own custom super-de-luxe hikari theme ™ ;)

 

It's based on the default though, so the default should work.

Link to comment
Martijn Meerts

The problem seems to have been a group permissions setting. Tetsudo staff group didn't have permission to view the gallery, fixed it now (I think)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...