PHP Web Host - Quality Web Hosting For All PHP Applications Free RavenNuke(tm) Add Ons
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Sat May 01, 2004 6:08 pm Reply with quote Back to top

I've have seen a few sites with a photo gallery, is that what the coppermine is? If so how do I add it?
View user's profile Send private message Visit poster's website
CodyG
Life Cycles Becoming CPU Cycles


Joined: Jan 02, 2003
Posts: 668
Location: Vancouver Island

PostPosted: Sat May 01, 2004 7:19 pm Reply with quote Back to top

Make sure you get the Coppermine for phpNuke! Do not try to install the stand alone module.

I have Coppermine installed on a few sites. I love it. It comes with an install.txt. Make sure you read and follow it very carefully. Like many modules you install there are files to upload, and database tables to create, and changes in your admin modules, and configuration of the actually module too. If you are not updating your Coppermine there is an install.sql file you can run from your browser.

Read the install.txt, it's very helpful.

And once installed go into Coppermine admin config and spend some time in there. Will you allow users access? etc. All configured from the module admin section.

Hope that helps.


Last edited by CodyG on Sat May 01, 2004 8:10 pm; edited 1 time in total
View user's profile Send private message
sixonetonoffun
Spouse Contemplates Divorce


Joined: Jan 02, 2003
Posts: 2499

PostPosted: Sat May 01, 2004 7:22 pm Reply with quote Back to top

Basically download it and read the install instructions. Decide if its for you. There are others too. Menalto Gallery is great but its not compatable with all hosting accounts. Coppermine and MeG both offer GD thumbnails which is available on the majority of php hosted sites. If your looking for high quality printable sized images I'd take a serious look at the Menalto Gallery.

LOL took me 3 minutes longer to make a shorter reply!
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sat May 01, 2004 7:38 pm Reply with quote Back to top

Personally I have found Coppermine to be easiest. BTW, my 7.0 distro comes with Coppermine pre-installed.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Sat May 01, 2004 8:30 pm Reply with quote Back to top

Raven wrote:
Personally I have found Coppermine to be easiest. BTW, my 7.0 distro comes with Coppermine pre-installed.


What do I need to do to make it work? This is the error I get when I try to upload an image.

Do I need to create a folder "upload" to that path?

Quote:
Sorry there is no album where you are allowed to upload pictures

File: /home/thesport/public_html/thecivic/modules/coppermine/upload.php - Line: 196
View user's profile Send private message Visit poster's website
GanjaUK
Life Cycles Becoming CPU Cycles


Joined: Feb 14, 2004
Posts: 633
Location: England

PostPosted: Sat May 01, 2004 8:38 pm Reply with quote Back to top

Uploaded pics go to modules/coppermine/albums/userpics

You 1st need to create some albums in coppermine admin and set permissions for uploading to them.

Just to warn you though, if the same thing happens to you, I have had a few problems with coppermine in the past, and its still not fixed, both hosts I have been with in the last 2 months, when a user uploads a pic to coppermine, I cannot delete it myself in ftp, it seems to get locked as it uploads under "apache" and that not being my username on my host, stops me deleting them. The coppermine script cant delete them for me either.
More the hosts fault that anything else I guess.
View user's profile Send private message Visit poster's website
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Sat May 01, 2004 8:50 pm Reply with quote Back to top

humm so what program do you use? is coppermine a bad program?

I created some albums and this is the error now I get when trying to upload the pic

Quote:
Critical error
Failed to create directory modules/coppermine/albums/userpics/10002 !

File: /home/thesport/public_html/thecivic/modules/coppermine/db_input.php - Line: 228
View user's profile Send private message Visit poster's website
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Sat May 01, 2004 8:56 pm Reply with quote Back to top

I get this error now

Quote:

Sorry there is no album where you are allowed to upload pictures

File: /home/thesport/public_html/thecivic/modules/coppermine/upload.php - Line: 196
View user's profile Send private message Visit poster's website
GanjaUK
Life Cycles Becoming CPU Cycles


Joined: Feb 14, 2004
Posts: 633
Location: England

PostPosted: Sat May 01, 2004 9:04 pm Reply with quote Back to top

I use coppermine too, its just I have mad problems if I need to delete a photo a user has uploaded.
Quote:
550 Could not delete index.html: Permission denied

Its fine if I batch add pictures myself via
Only registered users can see links on this board!
Get registered or login to the forums!



That error you got. You need to chmod /albums/ and all subfolders to 777.
View user's profile Send private message Visit poster's website
CodyG
Life Cycles Becoming CPU Cycles


Joined: Jan 02, 2003
Posts: 668
Location: Vancouver Island

PostPosted: Sat May 01, 2004 9:06 pm Reply with quote Back to top

Have you chmod your album directories? Set permissions.? I do it in CuteFtp. I think the install.txt says 774.
View user's profile Send private message
sixonetonoffun
Spouse Contemplates Divorce


Joined: Jan 02, 2003
Posts: 2499

PostPosted: Sat May 01, 2004 9:08 pm Reply with quote Back to top

GanjaUK
I think its the way they decided to exceed the max php upload size of 2mb (usual limit). If you have SSH access it will change the permissions from there.

I'd hunt down that code and just let it use php uploads.

thesportsvoice
Did you chmod the directory in question to be writable 0777 ?
View user's profile Send private message
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Sat May 01, 2004 9:57 pm Reply with quote Back to top

Is it 777 or 774?

I do this the albums folder and all other subfolders and files?
View user's profile Send private message Visit poster's website
GanjaUK
Life Cycles Becoming CPU Cycles


Joined: Feb 14, 2004
Posts: 633
Location: England

PostPosted: Sun May 02, 2004 3:16 am Reply with quote Back to top

When you read the install guide, it says 777.
View user's profile Send private message Visit poster's website
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum