|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
Installing Gallery 1.2.5 ???
I am looking to install Gallery 1.2.5 on my website. I have been running the Slooze gallery but have found that I need more options. Has anyone set this up? If so are there any pitfalls or common problems installing this on Powweb. Also the thumbnail creation uses netpbm is this installed or can it be installed by me?
See Requirements @ Gallery 1.2.5
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#2 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
Gallery installation complete
Just wanted everyone to know that it is possible to install Gallery 1.2.5 on Powweb. It has a been a bit of chore for me due to the lack of knowledge I have when it comes to installing programs. Anyways the site is almost done but the most part the gallery is installed and ready to start uploading pictures. If anyone is interested I have put together some notes on how to install this product on Powweb.
see if you like it...... My Photo Gallery Mark
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#3 |
|
Join Date: Apr 2002
Location: santa clara
Posts: 104
Reputation: 7
|
This looks like something that I would use, and the configuratin looks a bit challenging.
Yes, please share the information with me. Either publicly here or send it to my e-mail address... matt@almgren.net Thx |
|
|
|
|
#4 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
working on a guide
I am working on a guide to installing the Gallery 1.2.5 on Powweb. Please be patient. I have currently overloaded my maximum capacity of things to do. I expect to have it completed by the 13th of May....
Thank Mark
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#5 |
|
Join Date: Apr 2002
Location: santa clara
Posts: 104
Reputation: 7
|
Is it past May 13th yet ??
How's the guide coming ? |
|
|
|
|
#6 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
Sorry for the delay
Sorry for the delay. Just had a recent relative pass away and have not been able to work on it. I will try and finish it as soon as possible.
Mark
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#7 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
1st Draft of the Guide
I just threw my notes together to create a down an dirty guide. This may do for most. I was going to create a web page with graphics and the whole nine yards but just have not had the time to even come close to that. So I hope this helps those who are interested in this. I will address any question on how to install but as for how it works you guess is as good as mine.
Again Sorry for the DELAY.......
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com Last edited by komik : 5-30-02 at 07:18 PM. |
|
|
|
|
#8 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
forgot attachment
Forgot to include the attachment.....I also have the file in htm format or doc format.....if this one is hard to read.. ....but I will need your emails since this does not allow anything but text files.
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#9 |
|
Join Date: Apr 2002
Location: santa clara
Posts: 104
Reputation: 7
|
Great!!
Hey that looks great. I am in the process of configuring it locally, then will try it with PowWeb. One concern I have is: Once I get the local site configured, can I just upload the entire directory to PowWeb ? It seems that it will not work, as I have to add that PHP path to every PHP file.
What about if I make a copy of the gallery and Album directory on my local server, then change the properties of all the files in the dupe directories, then upload the dupe directories to the powweb servers. Will that work and still keep my existing pics and configuration? I guess I just don't want to have to build the site locally, and then have to rebuild it after I upload it. Gallery is a bit time consuming uploading the pics... the gallery drag-n-drop tool works good, but I'm not sure how that will work on the powweb servers. Any ideas ? Does that make sense what I am trying to do ? |
|
|
|
|
#10 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
local vs. powweb
I first built the gallery locally on my computer at home first. But when you upload it has to have the #!/usr/local/bin/php at the top of each of the files I listed. Once you upload the php files and set the rights the rest is done through the web interface.
As for uploading the Albums and so forth I am not sure how Gallery knows where things are since there isn't a MYSQL database. All the information about the albums and galleries has to be stored in a flat file somewhere so I would imagine if you upload that too it should work. You may have to set the rights but other than that I don't see why you couldn't do that. I get what your asking but not sure if this is the right answer. But I don't see why that wouldn't work. I have done all of my work on the powweb server. Which is not the best since it takes up a lot of your bandwidth when doing so. If this work please post your results Mark
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#11 |
|
Join Date: Apr 2002
Location: santa clara
Posts: 104
Reputation: 7
|
Ok, I will try that.
This is actually my first attempt at working wth PHP, so I have a question or two.... This line: #!/usr/local/bin/php Where in the name.php file does it go ?? It does not look like there is anything in any name.php file that has any path similar to that. Do I just search and replace those PHP files and place that line at the very top ?? For instance... in the following file: PHP Code:
Do I just add that line to the very top, like this: PHP Code:
or does it go someplace else in the code ? thx - Matt |
|
|
|
|
#12 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
at the top
Just add that to the top of each like the second one
<Do I just add that line to the very top, like this: PHP:-------------------------------------------------------------------------------- #!/usr/local/bin/php <?
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#13 | |
|
Join Date: Apr 2002
Location: santa clara
Posts: 104
Reputation: 7
|
ok...we are making progress...I think
I added that line to the required files, removed 'myalbums.php' from those 3 files (1-1-3) I am still getting the Error 500 But I did not understand this line: Quote:
Doesn't PowWeb already have the netpbm files? If not, where do I get them and where/how do I install them ? Thx for helping out... I think we're almost there. |
|
|
|
|
|
#14 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
500 error
Make sure that all the php files are set to 755 rights or you will get that error. Also make sure the files are loaded up as ASCII and not Binary this causes problems sometimes.
NO powweb does not have the netpbm libraries needed to run this gallery. You can get those files at the locations I listed in the help file. netpbm files download the freebsd version to your hard drive. unzip it on your local disk and upload into your htdoc directory. If it does not create a netpbm folder create one on powweb and upload the binaries in 'Binary' mode. Then when you run the configuration select that folder
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#15 |
|
Join Date: Apr 2002
Location: santa clara
Posts: 104
Reputation: 7
|
Not sure if you got my PMs....
I got it up and running, however I have one small problem. I need to get rid of those PHP path statements. What files do I edit to remove them. I don't have them in the 4 that you mentioned before. - Matt Take a look... www.almgren.net/gallery |
|
|
|
|
#16 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
sorry didn't get your pm's
I see that you downloaded version 1.3.....so they may have solved this problem..... I would just start removing the #!/usr/local/bin/php one at a time from the php files until they are all gone. If they don't cause that dreaded 505 error then your good to go......This was a huge trial and error thing for me. But mine is calling some extra php that is outside the program so mine guide is probably a little off.....Sorry about that
Mark
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#17 |
|
Join Date: Apr 2002
Location: santa clara
Posts: 104
Reputation: 7
|
OK, I figured out the problem (well, actually my roommate did.) There are some CSS files that were calling that path statement.
ALL IS WORKING NOW!! Except...that gallery remote program. I am still trying to get that to work. Thx for your help, Komik. - Matt |
|
|
|
|
#18 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
welcome
Hey no problem hope I actually was a help. I never got the Remote gallery working either. I should try and install it now but just haven't had the time.
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#19 |
|
IT Head (That's IThead)
Join Date: Nov 2001
Location: Chicago, IL
Posts: 118
Reputation: 5
|
Hi,
I have tried, but no luck. I am trying to include it in PostNuke .714 install. I have seen it working, but no good documentation. I am going to retry it, so any hints or tips would be great. (Some encouragement would be cool too )Paul |
|
|
|
|
#20 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
This should be easier now since the !#/usr/local/bin/php is no longer needed on the files.....not sure how it installs on the post nuke stuff....but sure it isn't that hard to do....The documentation from Gallery is actually very good. Just follow the instructions and I am sure you will have it up and running in no time.
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#21 |
|
Join Date: Apr 2002
Location: santa clara
Posts: 104
Reputation: 7
|
Well, I wouldn't say "no longer needed on the files" cause I did not remove it from the ALL the PHP files, just the ones that were being called by init.php (at least according to my roommate, that is how he fixed it.)
But by following Komik's instructions (to the T) and the setup instructions on Gallery's web site - you should not have too many problems.... there are people here that can help too. Thx Again Matt |
|
|
|
|
#22 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
changes to the document
I haven't tried this yet but without the #!/usr/local/bin/php being required by powweb on the php files this should work. You should be able to just download the Gallery and netpbm unchanged to powweb now. The reason for the changes was because the albums.php was being called from another php script so if you had the #!/usr/local/bin/php in the header it would show up. But there were other areas of the program that linked to the albums.php and the #!/usr/local/bin/php was required so in order to not get the 500 error I had it link back to the index.php file. The reason for the deletion of album.php in some of the files.
So in theory you should be able to use the Installation instruction as supplied by Gallery. Mark
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#23 |
|
Join Date: Nov 2002
Posts: 38
Reputation: 5
|
I'm blue I have tried to install Gallery the lastest version as of today 12-20-2002. I have even read all the other posts on installing this program and still get the dreaded error 500. Does it have anything to do with the server? I am on io. I also downloaded the netpbm but since I get the error 500 from the get go....................
What else can be tried? I really like the looks of Gallery and I'm to bullheaded to let this deter me ![]() |
|
|
|
|
#24 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
hmm
check the directories and make sure they are all set to 755, and all the files.
Make sure you uploaded the files in the correct modes ASCII for text and Binary for other stuff like images. Make sure the gallery is at the root level. Other than that without seeing it I would just be taking a guess
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#25 |
|
Join Date: Nov 2002
Posts: 38
Reputation: 5
|
I uploaded Gallery yet again. It is ver. 1.2.5 I found a site with older versions. Wanted to see if I could get at least this one running. I get to the "Start the Configuration Wizard" then upon clicking that I get the 500 message.
It is in its own folder in htdocs. www.rettangel.com/galleryLast edited by Wade : 12-22-02 at 05:38 PM. |
|
|
|
|
#26 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
Make sure that all the files and folder have the 755 rights. This is the most common reason for the 500 error.
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#27 |
|
Join Date: Nov 2002
Posts: 38
Reputation: 5
|
Yeah, I have everything set to 755. Also Gallery calls out for the empty config.php and empty .htaccess both set to 777. Still get the 500 error
|
|
|
|
|
#28 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
try this
Have you checked the error log to see what the error is that it is throwing. Also where it say set setup to 0. Don't. Set it to 700. If you have already done so you need to contact an admin to correct it cause you can't.
Try putting the #!/usr/local/bin/php at the top of php file. We aren't supposed to need that anymore but the server your on might still need it.
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#29 |
|
Join Date: Dec 2002
Location: Twin Cities
Posts: 84
Reputation: 5
|
Okay. Thanks for the help with that little quide. I managed to set things up, BUT, when I try to load it still says that I'm in an insecure mode. I changed all the chmod settings and it still doesn't work. Is there something I did wrong? My gallery is at thekev.org/gallery .
|
|
|
|
|
#30 |
|
Join Date: Dec 2002
Location: Twin Cities
Posts: 84
Reputation: 5
|
I fixed everything. I went through all the chmod settings again and found my problem. My gallery works now. Thanks again for the installing guide.
|
|
|
|
|
#31 |
|
Drag Racer
Join Date: Nov 2001
Location: Arizona
Posts: 364
Reputation: 5
|
glad it helped someone
Glad that you got it working finally. Sorry that I wasn't much of a help. Hardly have time to get on here.
What exactly was the problem. That way other know what to look for.
__________________
Ultimate Sand Drag Site http://mwsandracing.com Excellent Web Design and Imagery Site http://www.zldesigns.com |
|
|
|
|
#32 |
|
Join Date: Nov 2002
Posts: 38
Reputation: 5
|
Got my Gallery working finally too. I don't know what it was, but one night I'm getting the error 500 and the next morning it went thru with no problem. Unless my e mail to customer support about not being able to turn on my frontpage extensions fixed it. Kudos to Powweb support for the fast fix on that by the way
. Didn't expect my frontpage problem to be fixed that fast. But monday morning my gallery installation worked. Now to get the pictures to load by ftp. It finds the pictures but when I try the upload it comes back as "can't open the url" more or less. Also when I try to install my pictures from my hard drive I get the box with the little red "x" everyonce in a while. Anything I'm doing wrong there? |
|
|
|
|
#33 |
|
Posts: n/a
|
Gallery Install?
Anyone willing to help me install Gallery on my site? I can handle the configuration after it's installed, but I'm having trouble actually getting it on my server and setup.
![]() |
|
|
#34 |
|
Join Date: Nov 2002
Posts: 38
Reputation: 5
|
I used SmartFTP to upload all the files. Also use ASCII mod for everything but the images folder use binary for that. CHMOD everything to 755. Don't forget to make the empty .htaccess and empty config.php as stated in the directions for Gallery. CHMOD those two to 777. I had to play with mine for awhile as I kept getting error500. Finally one day it worked, not sure what I did now to get rid of the error500. Hope this helps enough to get you started.
|
|
|
|
|
#35 |
|
Posts: n/a
|
There wasn't a tar file or something to load on the server and have it unzip there? I have to individually upload all these files??
That sucks. :P |
![]() |
| Thread Tools | Search this Thread |
|
|