-
Newbie
Vision CMS Register site do not work.
VIDEO...
VIDEO^^
Do you know what's the problem is?
I cant register.
Database do not register me.
Last edited by Delle Husain; 19-01-15 at 01:44 PM.
Reason: Fail button.
-
-
Grand Master
Re: Vision CMS Register site do not work.
Have you got seckey varchar(999) column in your users table?
-
Newbie
Re: Vision CMS Register site do not work.
I tried to run this sql ALTER TABLE `users` ADD `seckey` VARCHAR(999) < its just gives me error
-
Grand Master
Re: Vision CMS Register site do not work.
Users > File > Design Table > Add Field -
Name: seckey
Type: Varchar
Length: 999
Decimals: 0
-
Newbie
Re: Vision CMS Register site do not work.
Im on phpmyadmin, how do i do this?
-
Grand Master
Re: Vision CMS Register site do not work.
users -> structure -> insert new -> field = seckey, Type = varchar, length/value = 999
-
Newbie
Re: Vision CMS Register site do not work.
Cant find "Insert new"
-
Grand Master
Re: Vision CMS Register site do not work.