![]() |
Myth:Auth Email Problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34) +--- Thread: Myth:Auth Email Problem (/showthread.php?tid=76069) |
Myth:Auth Email Problem - aliasgharbabaeian - 04-12-2020 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 RE: Myth:Auth Email Problem - php_rocs - 04-12-2020 (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. RE: Myth:Auth Email Problem - InsiteFX - 04-12-2020 You can export your Myth/Auth database tables and then import them into your web site database. RE: Myth:Auth Email Problem - aliasgharbabaeian - 04-13-2020 (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 RE: Myth:Auth Email Problem - InsiteFX - 04-13-2020 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. RE: Myth:Auth Email Problem - aliasgharbabaeian - 05-03-2020 (04-13-2020, 08:02 AM)InsiteFX Wrote: If your using xampp and have created the Myth/Auth tables using the migrate thenno. i don't know how to use the migrate in xampp RE: Myth:Auth Email Problem - InsiteFX - 05-07-2020 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. |