http://www.w3.org/PICS/ http://www.w3.org/PICS/
 

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

http://www.w3.org/PICS/

Started by Phil136, January 24, 2005, 07:47:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Phil136

Hey,

I seem to have a problem with my coppermine gallery.
When new users try to register, they click on 'I agree' to the terms and conditions and it sends them to http://www.w3.org/PICS/
they are also getting this page when they try to login and also when they click 'Upload'

I have no idea what is going on  ???

The web address is www.totalrc.co.uk and i am running version 1.3.2

Thanks,
Phil

Casper

I don't know why they are redirected to the w3 site, but I see in your source that you have a double // in the url for register.php.

Quote<form method="post" action="//pics/register.php">

Make sure your config settings are correct, particularly the 'target address for see more ........'
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Nibbler

It works from http://www.totalrc.co.uk/pics/register.php so it's probably the double slash that's causing problems. It is introduced on your main page link to coppermine.

<area shape="rect" coords="641,2,705,19" href="../..//pics/index.php">

Phil136

Ok so what do i need to change and where can i change it?

Nibbler

It's on your main page, remove the double slash in the code I quoted.

Casper

And also check your config setting as I suggested.  All your links within the gallery have this '//'.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Phil136

Ok i have figued out the problem, it was actually nothnig to do with coppermine, so sorry for wasting you time :(

All the links on my site are linked to www.totalrc.co.uk//pics/ so when people used that the page i described above turned up.