Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logging into admin gives db error #767

Closed
fiammybe opened this issue Sep 6, 2020 · 0 comments · Fixed by #769
Closed

logging into admin gives db error #767

fiammybe opened this issue Sep 6, 2020 · 0 comments · Fixed by #769
Assignees
Labels

Comments

@fiammybe
Copy link
Member

fiammybe commented Sep 6, 2020

Describe the bug

On the latest version of master, when I want to login to the ACP on admin.php, I get the following error message :

Fatal error: Uncaught PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'online_updated' cannot be null in xxx/vendor/aura/sql/src/AbstractExtendedPdo.php:558 Stack trace: #0 xxx/vendor/aura/sql/src/AbstractExtendedPdo.php(558): PDOStatement->execute() #1 xxx/core/Models/AbstractExtendedHandler.php(1063): Aura\Sql\AbstractExtendedPdo->perform('INSERT INTO `i8...', Array) #2 xxx/beta/core/Models/AbstractExtendedHandler.php(969): ImpressCMS\Core\Models\AbstractExtendedHandler->doInsert(Array) #3 
xxx/core/Models/AbstractExtendedHandler.php(1187): ImpressCMS\Core\Models\AbstractExtendedHandler->save(Array, false) #4 
xxx/core/Models/AbstractExtendedModel.php(737): ImpressCMS\Core\Models\AbstractExtendedHand in xxx/vendor/aura/sql/src/AbstractExtendedPdo.php on line 558

To Reproduce

Steps to reproduce the behavior:

  1. login with admin user
  2. go to 'admin.php'
  3. See error

Expected behavior

I would expect to see the admin control panel

Server

  • PHP version: 7.3
  • PHP is 32/64bit: 64-bit
@fiammybe fiammybe added the bug label Sep 6, 2020
@fiammybe fiammybe added this to the 2.0.0 Beta 1 milestone Sep 6, 2020
fiammybe pushed a commit that referenced this issue Sep 7, 2020
Co-authored-by: Raimondas Rimkevičius (aka MekDrop) <mekdrop@impresscms.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants