Register Error Register Error
 

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

Register Error

Started by paperkay, March 16, 2009, 04:05:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

paperkay

My gallery is here: http://synnix.net/

I've searched through the topics and I've searched through google, I've also updated the version of coppermine so that shouldn't be a problem. The stramm modpack is also up to date.

The error here is that if a user tries to register, everything goes fine until they have to activate by email. Once they click the link it, went to a
"Missing file. /gallery/register.php"
So I moved the register.php to the gallery folder.
Then it said:
Warning: require(include/init.inc.php) [function.require]: failed to open stream: No such file or directory in /home/synnix/public_html/gallery/register.php on line 23

so I found the line where it said that, and changed include/init.in.php to /home/synnix/public_html/include/init.inc.php

And now, it says this:
Warning: require_once(include/debugger.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/synnix/public_html/include/init.inc.php on line 26

Fatal error: require_once() [function.require]: Failed opening required 'include/debugger.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/synnix/public_html/include/init.inc.php on line 26


And I'm completely lost.
If anyone could help?

Nibbler

Put the code back as it was, and then set your gallery url correctly in config.

paperkay

Wow do I feel smart.
Thank you :D
*hugs*