Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: I press "Let's Go!" and that's it!  (Read 8328 times)

0 Members and 1 Guest are viewing this topic.

TroLoo

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
I press "Let's Go!" and that's it!
« on: August 30, 2004, 10:00:59 pm »

Hey!
I wanted to host Coppermine Gallery on my own computer, so installed newest Apache v1.3.31, then newest PHP 5.0.1 with GD. Everything seems to be fine with my server and with PHP scripts handling but it doesn't work  :-[

The only thing I manage to do is to fill in the first form, press "Let's Go!" button and I can see only Coppermine Gallery logo at the top of the page and nothing else.

I'm not good in PHP scripts debugging and speaking trully I have no appropriate software installed so I have absolutelly no idea what's happening. Server doesn't display any error even if I have full debuging mode enabled :-[

If you have any hint that could help me, please write  :-\\

TroLoo
« Last Edit: October 17, 2004, 12:47:44 pm by GauGau »
Logged

mstralka

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 178
Re: I press "Let's Go!" and that's it!
« Reply #1 on: August 30, 2004, 11:46:37 pm »

Do you have MySQL 4.1 or greater installed and working properly?
What operating system?
You might want to use PHP 4.3.xxx b/c 5.x is new and may require changes to Coppermine to work properly.
Logged
GO IRISH

TroLoo

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: I press "Let's Go!" and that's it!
« Reply #2 on: August 31, 2004, 02:18:59 pm »

I actually wanted to use hosted database from freesql.org. I'm sure my database works without any problems (I can login using PHPMyAdmin 2.2.0). Database is running on MySQL 4.0.13, is it possible that my problem lies here? If so can I somehow make Coppermine Gallery write some debuging information? It doesn't say anything, just Coppermine logo on the top of the page. Anyway, I can install MySQL and check if there are some connection attempts.

Now I will try to use PHP 4.3.xxx and let you know if this solves my problems.

Thanks very much for suggestions.

TroLoo
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: I press "Let's Go!" and that's it!
« Reply #3 on: August 31, 2004, 02:22:28 pm »

PHP5, unless specifically configured, doesn't come with MySQL support at all.  That's just one of many differences between 4.xx and 5.xx.  AFAIK the latest stable release of Coppermine hasn't been really looked at for compatibility with 5.xx.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

TroLoo

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: I press "Let's Go!" and that's it!
« Reply #4 on: August 31, 2004, 03:05:32 pm »

Ok, I got it working on PHP 4.3.8 without any problems. My fault was probably what you said in post above. Anyway, I can use a little bit older version of PHP until you test Coppermine on PHP5.

Thanks very much for help ... good job!!  ;D

TroLoo
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: I press "Let's Go!" and that's it!
« Reply #5 on: August 31, 2004, 10:59:05 pm »

« Last Edit: October 15, 2004, 09:30:25 pm by GauGau »
Logged

Zheka

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
  • Zheka
Re: I press "Let's Go!" and that's it!
« Reply #6 on: October 15, 2004, 01:06:47 pm »

Coppermine has been tested with PHP5 and should work, you need to enable register_long_arrays though in php.ini
Excuse, but I have no privileges for change of adjustments in a file php.ini. Whether there is other way of the decision of a problem? Or I should replace one variables and functions with others to solve a problem by hands?
The big troubles with old procedures and new standards :-(
Logged
Give me money and I shall prove, that I can earn them

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: I press "Let's Go!" and that's it!
« Reply #7 on: October 15, 2004, 09:30:06 pm »

ask your webhost to do those settings, won't hurt them. Another workaround would be replacement of all vars in the code (a lot of manual work), or using the devel version from the cvs (no support for the devel version though).

Joachim
Logged

BonzaiBoy

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: I press "Let's Go!" and that's it!
« Reply #8 on: October 16, 2004, 11:32:36 pm »

Hi,

I'm having the same problem as mentioned: I press "Let's Do !" and nothing happens.

I seem to comply with the minimum requirements (I use all stable packages from Debian):
Apache: Version: 1.3.26-0woody3
Mysql: Version: 3.23.49-8
PHP4: Version: 4:4.1.2-6woody3

I also completed the chmod-stuff... but no solution.

Any ideas ?

BonzaiBoy
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: I press "Let's Go!" and that's it!
« Reply #9 on: October 17, 2004, 11:56:24 am »

post a link to your page please.

Joachim
Logged

BonzaiBoy

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: I press "Let's Go!" and that's it!
« Reply #10 on: October 17, 2004, 12:27:07 pm »

Had a night sleep and now I found the solution... I had to install the package php4-mysql.

After that it worked...

Regards,

BonzaiBoy
Logged

Zheka

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
  • Zheka
Re: I press "Let's Go!" and that's it!
« Reply #11 on: October 18, 2004, 02:27:18 pm »

ask your webhost to do those settings, won't hurt them.
Hoster has declared, that does not wish to do changes necessary for me owing to security reasons. His words: " read the documentation and copy one functions on others ". :-(
Who can help me?
Somebody has that version copperminde which would work in PHP5 without intervention in adjustments PHP?
Logged
Give me money and I shall prove, that I can earn them

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: I press "Let's Go!" and that's it!
« Reply #12 on: October 18, 2004, 07:12:12 pm »

There's no "special" coppermine version that will work with PHP5 while another doesn't. If your webhost is reluctant to enable register_long for you, you'll probably run into problems with other PHP scripts in the future as well. Every upgrade will be a pain. I suggest considering moving to another webhost, as there's currently no need to run PHP5 yet - PHP4 is fine.

Joachim
Logged

boo0330

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: I press "Let's Go!" and that's it!
« Reply #13 on: November 07, 2004, 03:36:01 pm »

I have the same problem....I press Let's go, and just logo present....
I use fedora Core 2 and try to act register_globals = On
and add this line register_long_arrays = On in /etc/php.ini
restart it....and it seems not to work.

I check the version of php..........fedora core 2 use php 4.3.4

http://beccynouta.idv.tw/cpg132/install.php

Can somebody help me?

Thanks a lot....
« Last Edit: November 08, 2004, 02:33:14 am by boo0330 »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: I press "Let's Go!" and that's it!
« Reply #14 on: November 08, 2004, 07:15:00 am »

Let me repeat: there's no need to turn register_globals on to make coppermine work. Someone posted this silly idea on this board and now everyone is repeating it. Don't enable register_globals! Don't enable register_globals! Don't enable register_globals!
Make sure you CHMODed as suggested in the docs.

Joachim
Logged
Pages: [1]   Go Up
 

Page created in 0.028 seconds with 19 queries.