Help with register page

03/26/2020 17:32 DevilDek#1
So... i got this server up and running.
It's mainly for a bunch of discord people i play with.
We're all having fun, but it's pretty annoying having to manually create accounts for them.

I got everything else running fine, server/updater etc.

But for the life of me, i CANNOT get a register page to work.
i'm probebly dumb and missing something.
Driving me crazy.

Would anyone nice be willing to spare 10 minutes to TV with me and check where i'm going wrong ?
Would be highly apprecited.
Thank you in advance
03/26/2020 18:04 negitivenrg#2
using xampp?
my nets too limited for tv sorry.
Its been a long time for me. But if memory serves, There was a line in php.ini that needed uncommented for mssql to function correctly. sound familiar?
03/26/2020 18:43 DevilDek#3
Quote:
Originally Posted by negitivenrg View Post
using xampp?
my nets too limited for tv sorry.
Its been a long time for me. But if memory serves, There was a line in php.ini that needed uncommented for mssql to function correctly. sound familiar?
Ty for reply.
Yeah i'm running xampp
and yes i know what line you're reffering to, but it's not within the php.ini
i searched multiple times for it. Couldn't find it :(
03/26/2020 18:54 negitivenrg#4
ah then it must be the version of xampp you are using.
I see "XAMPP v7.1.11-0-VC14 (x86)" sitting in my dekaron folder maybe that will help you. I remember that it had to be a VC version. and that vc# was dependant on php version. please don't quote me on this.
03/26/2020 18:57 DevilDek#5
Quote:
Originally Posted by negitivenrg View Post
ah then it must be the version of xampp you are using.
I see "XAMPP v7.1.11-0-VC14 (x86)" sitting in my dekaron folder maybe that will help you. I remember that it had to be a VC version. and that vc# was dependant on php version. please don't quote me on this.
Hey, anything is worth a shot at this point.
Will give it a try.
ty for your help
03/26/2020 19:10 negitivenrg#6
GL I hope my incredibly vague memory helps!
03/27/2020 03:26 [DEV]Dekaron#7
Maybe this one :) ??

03/27/2020 07:19 thirdeye42#8
Quote:
Originally Posted by [DEV]Dekaron View Post
Maybe this one :) ??
Nope, not that one, there's no code or information to help the guy...

03/27/2020 11:38 DevilDek#9
Appreciate the reply's guys, i really do.
However, back to being stuck again.
I've tried quite a lot, seems something is still blocking the script.
Eg: Load up browser and enter 'http://localhost/register/register.php'
And it returns ''Object not found"
I'm going to run out of hair to pull out soon lol
03/27/2020 13:13 negitivenrg#10
Good day DevilDek, let us sort this out shall we?
Did you find the line of code we mentioned before?
Can you post the registry script?
What version of mssql are you using?
Are you running a A3 or A9 Server?

The script needs to reflect the mssql database, for example a script wrote for a mssql2k will be different then one for 2k8. Sometimes it is a easy fix, depending on how complex the script is ofc.
A9 had a additional column somewhere in the account db. so A3 scripts might need a little modification.

does your browser communicate with apache? meaning apache server is on, and you can view content via web browser from [Only registered and activated users can see links. Click Here To Register...] ?
Object not found sounds like apache is not running.