Hi,
I need some help installing my Gallery2.
I recently changed my hosting provider to bishostnet.com. So i wanted to transfer my gallery2 there. Tried to copy all from the old server, but it did not work. So i tried to make a clean install, but the same. An error pops up after step 3. I don't know what that could be, the provider support also couldn't correct anything. They say, that is not the servers fault. Altough it's clear that it has to be, something is not installed or configured as it should.
Some info about my server:
Php info can be found here: http://www.szamtech.eu/test.php
Gallery version: latest 2.3
PHP version: 5.2.5
Webserver: IIS 7.0
Database: 5.0.27
Activated toolkits: Provider says that gd2 is up and running
Operating system: windows server 2008
And the error i'm reveiving is the following:
HTTP Error 405.0 - Method Not Allowed
The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.
Module StaticFileModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070001
http://www.szamtech.eu/error.jpg
Thanks and regards,
Levente Pop
Posts: 9271
That's not a Gallery error.
The only information I can provide for trying to install on Windows is here: http://codex.gallery2.org/Category:Gallery_2:Installation
If this is a shared host, you're also going to have to be able to change permissions on directories and files. From my experience with older versions of IIS, you can't do that. I doubt that's changed.
Looking at the error again. Try deleteing the "staticfilemodule".
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 6
Hi nivekiam,
I know it's not a Gallery error, it's an error which iis sends, due to some missconfiguration or some missing modules. But i cannot figure out what. Yes this is a shared host, and i can change permission on directories. But i'm not sure what can i do to tackle this error. Maybe you guys here have seen this error and you can give me a hint where to start correcting it.
I'm not sure what do you mean by deleting "staticfilemodule". How can i do that?
Regards,
Levente Pop
Posts: 9271
Under the /modules directory, from that error, I believe there should be a directory called "staticfile" or "staticfilemodule". Delete it.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 6
Nope, there is no such directory.
Posts: 9271
Are there any errors or warning on Step 2 of the installer?
Can you print out a directory listing of your modules directory?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 6
Hi,
Yes, i get only 1 warning, that gettext is not installed. But it should go further whitout that.
Just installed localy at my computer, almost the same settings: IIS 7.5, php ISAPI mode, gettext was missing as well, and i did not get that error. Install went fine... I don't know what could be. I'm desperate
Here is the module directory listing:
albumselect
archiveupload
captcha
cart
colorpack
comment
core
customfield
dcraw
debug
digibug
dynamicalbum
ecard
exif
ffmpeg
flashvideo
fotokasten
gd
getid3
hidden
httpauth
icons
imageblock
imageframe
imagemagick
itemadd
jpegtran
keyalbum
linkitem
members
migrate
mime
mp3audio
multilang
multiroot
netpbm
newitems
nokiaupload
notification
panorama
password
permalinks
photoaccess
picasa
publishxp
quotas
randomhighlight
rating
rearrange
register
remote
replica
reupload
rewrite
rss
search
shutterfly
sitemap
sizelimit
slideshow
slideshowapplet
snapgalaxy
squarethumb
thumbnail
thumbpage
uploadapplet
useralbum
watermark
webcam
webdav
zipcart
Posts: 9271
Can you post a link to phpinfo on your web server?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 6
Yes, is there in my first post.
http://www.szamtech.eu/test.php
Posts: 9271
upload_tmp_dir has no value. Oh wait, I'm confusing you with another problem. But that needs a value anyway to be able to upload files ;)
But other than that, it appears a config change needs to be made on the server.
http://www.google.com/search?q=the+page+you+are+looking+for+cannot+be+displayed+because+an+invalid+method+http+verb+is+being+used
Googling for info on IIS is all I know about IIS.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 6
I know, i'm googling about 1 week or so, but i did not find anything important. Tried a lot of changes, but still nothing.
Anyway thanks for your help so far.
Anyone else knows what can i do?