PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, February 17, 2022

[FIXED] OctoberCMS no Admin account found "Empty Backend Users"

 February 17, 2022     laravel-4, laravel-5, mysql, octobercms, php     No comments   

Issue

Hi I am using October CMS, after installation when i try to login. I get "No User found", error.

After logging in to MySQL, doing SELECT for admin user, i get result :-

mysql> select * from backend_users;
Empty set (0.00 sec)

I need help in re-generating admin account. How can i do it ?

Thanks


Solution

One solution is that you can delete all your tables from database(if you don't have critical data in tables) and fire following command from console

php artisan october:up

This command fire all migration(create table) and seed all datas.



Answered By - Anand Patel
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing