Welcome Guest, Not a member yet? Register   Sign In
Myth:Auth Email Problem
#1
Exclamation 
(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
Reply
#2

(04-12-2020, 09:00 AM)aliasgharbabaeian Wrote: 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

Where is the code for registration?  It would be helpful to see what is or isn't happening.
Reply
#3

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 )
Reply
#4

(04-12-2020, 02:46 PM)InsiteFX Wrote: You can export your Myth/Auth database tables and then import them into your web site database.
how? from where?
i couldn't even run that code in xampp shell
Reply
#5

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 )
Reply
#6

(04-13-2020, 08:02 AM)InsiteFX Wrote: 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.
no. i don't know how to use the migrate in xampp
Reply
#7

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 )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB