problem after install problem after install
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

problem after install

Started by BlackMoon, October 05, 2005, 09:28:43 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BlackMoon

instal run without problems, but now i get everytime on this page when i try to log in :(
what to do?

Nibbler

Please post a link to your gallery.


Nibbler

Are you able to login if you avoid using frames ie. login directly through http://sucker.su.ohost.de/gallerie/ ?

Joachim Müller

[off topic]
In German, the word "Galerie" is spelled with only one "L", while in English, it's to "L"s -> "Gallery". Not related to your question though.
[/off topic]
In case you used fantastico to install coppermine: there's a known bug in the fantastico package (not in the package we provide): you have to log in with your email address instead of your username. For details, search the board - this has been addresed only recently.

BlackMoon

i got this version: http://prdownloads.sourceforge.net/coppermine/cpg1.3.5.zip?download
I just uploaded and installed it a second time and it is the same error :(
if i grant u access, would that help you to solve this problem?

Stramm

please post a test user account (with no admin privileges)

BlackMoon

and how to?
if i do any action, i get on this page :(
which tables/settings must be done with phpnmyadmin?

Stramm

try this
INSERT INTO `cpg_users` (user_id , user_group, user_active, user_name, user_password) VALUES ('15555', '2', 'YES',  'test', 'test');


yozu may want to change the table prefix (cpg_) to the one you're using

BlackMoon

thanks, its done

user: test
password: test

gl hf :)

Nibbler

Quote from: Nibbler on October 05, 2005, 09:53:03 PM
Are you able to login if you avoid using frames ie. login directly through http://sucker.su.ohost.de/gallerie/ ?

The answer to this question is 'Yes Nibbler, I can login directly without my frameset'

Which means the frameset is the problem, not coppermine. Problem may be the use of the double slash in the url http://sucker.su.ohost.de//gallerie/

BlackMoon

no, i does NOT work correctly!!
when i send the the login values, i get linked to this site.
plz test it with the account i have postet
thanks :),

Stramm

as Nibbler already said... it works perfect when you go to the domain where your gallery is actually installed ( http://sucker.su.ohost.de/gallerie/ ) <- test it! Click the URL and login/ logout... smooth as butter. When you use your frame domain ( http://s-a-s.de.tt/gallerie/ ) your problems occur. This is not coppermines problem at all...
What you should do has also been answerd. Nibbler told you that you have a double slash in your path http://sucker.su.ohost.de//gallerie/ ... check that yourself. Follow the link http://s-a-s.de.tt/gallerie/ and when it has loaded view the sourcecode... in the frame definition you will see the following

<frameset rows="100%,*" border="0" frameborder="0" framespacing="0">
<frame src="http://sucker.su.ohost.de//gallerie/" name="fid1" id="fid1" scrolling="Auto">
<frame scrolling="No" noresize src="/zk.html">



BlackMoon