Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 203
Total: 204

Author Topic: new Gallery Pro installation issue  (Read 9357 times)

0 Members and 1 Guest are viewing this topic.

Offline gofishont

  • Member
  • *
  • Posts: 6
    • View Profile
new Gallery Pro installation issue
« on: March 19, 2009, 11:30:54 am »
Hi, I just purchased and installed the gallery pro.. it all went smooth and seems to work great with one exception..

After pictures are uploaded, I See the thumbnail, but when I click for full size, I get the 501/505 error
"The website is unable to display the webpage"

Any thoughts to the issue?

(I'm running SMF20RC1)

regards, Mike.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: new Gallery Pro installation issue
« Reply #1 on: March 19, 2009, 06:54:23 pm »
This is most likely a mod_security issue. Check out this post on simplemachines.org
www.simplemachines.org/community/index.php?topic=34270

If you are still having issues you can try contacting your host to disable mod_security for your site or I can give you some code to change.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline gofishont

  • Member
  • *
  • Posts: 6
    • View Profile
Re: new Gallery Pro installation issue
« Reply #2 on: March 19, 2009, 07:39:44 pm »
ok I tried that, (appending the code to my .htaccess file) but it didnt seem to matter...

any other thoughts??

If I click on the thumbnail, the unapprove, edit or delete - I always get the same page can not be displayed message.

Offline gofishont

  • Member
  • *
  • Posts: 6
    • View Profile
Re: new Gallery Pro installation issue
« Reply #3 on: March 19, 2009, 11:07:26 pm »
some more info that might be helpful... as per microsoft 501/505 errors for IE I turned off http settings and also turned off friendly error messages..

here's the output now:

Method Not Implemented
GET to /smf/index.php not supported.


Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


hopefully this helps :)

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: new Gallery Pro installation issue
« Reply #4 on: March 19, 2009, 11:47:16 pm »
It is an issue with mod_security they do not like ;id= in the url for some reason

You can open Sources/Gallery2.php
Code: [Select]
;id=
And replace all with
Code: [Select]
&id=

And themes/default/Gallery2.template.php

Find
Code: [Select]
;id=
And replace all with
Code: [Select]
&id=
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline gofishont

  • Member
  • *
  • Posts: 6
    • View Profile
Re: new Gallery Pro installation issue
« Reply #5 on: March 20, 2009, 12:24:08 am »
that worked,, thank you so much!! now I can enjoy it. :)

Offline gofishont

  • Member
  • *
  • Posts: 6
    • View Profile
Re: new Gallery Pro installation issue
« Reply #6 on: March 20, 2009, 10:15:15 am »
it's happening again on a user gallery.. is there another file I need to perform the edit on??

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: new Gallery Pro installation issue
« Reply #7 on: March 20, 2009, 07:08:13 pm »
Yes I forgot also apply the same fix to
Themes/default/UserGallery2.template.php
And
Sources/UserGallery2.php
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline gofishont

  • Member
  • *
  • Posts: 6
    • View Profile
Re: new Gallery Pro installation issue
« Reply #8 on: March 21, 2009, 12:50:43 am »
ok thanks :)

Offline kevjkel

  • Member
  • *
  • Posts: 1
    • View Profile
Re: new Gallery Pro installation issue
« Reply #9 on: April 21, 2009, 08:55:34 am »
It is an issue with mod_security they do not like ;id= in the url for some reason

You can open Sources/Gallery2.php
Code: [Select]
;id=
And replace all with
Code: [Select]
&id=

And themes/default/Gallery2.template.php

Find
Code: [Select]
;id=
And replace all with
Code: [Select]
&id=

I did this and it worked for when i wanted to create a new album in smf Media Gallery, but when i want to view a pic in an album i get this again:
Method Not Implemented

GET to /index.php not supported.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


My host wont disable mod_security2 :( :(
Is there anything else i can do??

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: new Gallery Pro installation issue
« Reply #10 on: April 21, 2009, 06:51:01 pm »
That code above should fix all issues as long as you do it in all the gallery files and do a find and replace all.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline edgar80

  • Member
  • *
  • Posts: 2
    • View Profile
Re: Rss Feed Poster
« Reply #11 on: September 15, 2009, 12:43:17 pm »
Hello,

I get the same error with rss feed poster.

I have smf 1.1.10
I added .htaccess

I get the error when I try to edit or delete a rss feed.

I'm able to add rss feeds but not edit or delete.

Thanks for your help,

Offline edgar80

  • Member
  • *
  • Posts: 2
    • View Profile
Re: new Gallery Pro installation issue
« Reply #12 on: September 15, 2009, 12:59:13 pm »
It is an issue with mod_security they do not like ;id= in the url for some reason

You can open Sources/Gallery2.php
Code: [Select]
;id=
And replace all with
Code: [Select]
&id=

And themes/default/Gallery2.template.php

Find
Code: [Select]
;id=
And replace all with
Code: [Select]
&id=

Hello,

Just to let you know that I resolved the problem by appling the same solution to : feedposter.template.php

;id ==> &id
;sa ==> &sa

Have a nice day,

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: new Gallery Pro installation issue
« Reply #13 on: September 15, 2009, 03:25:46 pm »
Glad you got it working.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
5138 Views
Last post December 05, 2008, 11:33:51 pm
by Beltazar
0 Replies
3626 Views
Last post May 27, 2009, 05:11:49 pm
by filipina
1 Replies
4500 Views
Last post January 26, 2010, 07:44:24 am
by SMFHacks
2 Replies
2839 Views
Last post June 30, 2013, 05:34:20 pm
by sluggo2u
2 Replies
1266 Views
Last post April 24, 2022, 07:35:30 pm
by PapaFrizArcade

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal