Myth:Auth Email Problem |
![]() (This post was last modified: 05-03-2020, 12:06 PM by aliasgharbabaeian. Edit Reason: adding the links )
hey guys
I'm using Myth:Auth for my website login and register I couldn't use `php spark migrate -all` in my shared cpanel so i add tables and rows manually. i don't know is it ok or not the next one is: when i register in my website, i got no email for activation this is the directory: Register / Login (04-12-2020, 09:00 AM)aliasgharbabaeian Wrote: hey guys Where is the code for registration? It would be helpful to see what is or isn't happening.
You can export your Myth/Auth database tables and then import them into your web site database.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
If your using xampp and have created the Myth/Auth tables using the migrate then
you can run phpMyAdmin and export the tables and like wise on a live server you should have phpMyAdmin to import the tables. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
To migrate you need to use the windows command prompt or power shell also you
can use your code editors terminal if it has one. Example: Code: php spark migrate -all Make sure that what ever you use is being used from your projects root directory. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |