News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

logout problem and usermgr.php problem

Started by Cruez, October 08, 2003, 04:54:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cruez

Ok, I am trying to get this to work with yabbse...

When I logout.... i get an error..

http://www.cruez.com/coppermine/logout.php?referer=%2Fcoppermine%2F

Also, when I try to go into the user tab in admin mode... I get a page not found error...

The file is there, I tried renaming it and calling it from the browser itself.......but it will not load...
is there a setting that is goofed in the usermgr.php file???

Oh, one more... If I go to my profile while in coppermine... It gives an error, but If I call it in the browser it says "user does not exist"

Seb

I'm using phpBB and had exactly the same problem with the 'missing' file. Didn't have problems with the profile though. Logging out endedup in an 'Invalid session' message on the phpBB board. I really would like to fix it because the rest is superb.

Joachim Müller

this has been asked and answered on the old board at chezgreg.net (the site is down, as you probably know). I have the dump of the old database, so I guess I'll have to look this up for you when I get home.
Bump if you haven't got an answer in the next 24 hours...

GauGau

jack

The YaBB SE error is fixed in the latest version of the yabbse bridge file.

This is available from the devel branch on the public CVS server.  (The 1.2 bridges are identical to the 1.1.1 bridges apart from bugfixes and comments)
Please do not contact me for support directly - instead: post on this board!

Cruez

I am using the YabbSE Integration Bridge V 0.9.2...

Isn't that the newest one???

If not where is that branch for the CVS server (link)

Seb

Quote from: "jack"This is available from the devel branch on the public CVS server.  (The 1.2 bridges are identical to the 1.1.1 bridges apart from bugfixes and comments)

Thanks, where do I find it?

Joachim Müller

cpg 1.2.0 has just been released - go for the package (see download section) and use the bridge file from the package (if you're shy to upgrade your whole gallery to 1.2.0).

GauGau

Seb

I have updated to 1.2 but still have the usermgr.php problem. What should I do? What was the solution you had on the previous board?

Joachim Müller


daine

I've been having the same problems, the PROFILE and the USERS won't show up!!! What should I do? I searched the old board but nothing came up :(

Joachim Müller

get the latest yabbse bridge file from web cvs: http://cvs.sourceforge.net/viewcvs.py/coppermine/devel/bridge/ (the file Jack was referring to).

Warning: use only if you're comfortable with beta software, backup your old file, make sure to change the settings before applying it!

GauGau

daine

I don't use yabbse...I use Phpbb...the profile, user, logout and login doesn't work at all, whenever I click links to these pages, the page is always "cannot be found". And also, when I switch back to "user mode", it doesn't allow me to upload pictures and stuff...but I've checked the "Groups" link and the member's modifications are all set to yes, except for "approve before posting" something like that. I don't know what's wrong! Please help me!

Mike

I have a cause but not a solution for the problem in phpBB

When you click on 'Users' in the admin area usermgr.php tries to redirect you to the admin area of phpBB. The problem arises from the fact that phpBB admin requires a valid session id in order to confirm admin status and if it doesn't get the session id it returns a 404 error. Coppermine doesn't seem to use session ids and consequently can't return them to phpBB.

Any fixes?