Code Monkey home page Code Monkey logo

Comments (10)

philw95 avatar philw95 commented on May 18, 2024

I have the Same Problem.

My Info:
Update from version v2.6.4 to v3.0

  • PHP Version: 7.3
  • XBackBone Version: 3.0
  • Webserver: Apache? (Webhosting Netcup)
  • Database backend: MySQL

My Config:

<?php
return array (
  'base_url' => 'https://xbackbone.XXXXXX.de',
  'displayErrorDetails' => true,
  'db' => 
  array (
    'connection' => 'mysql',
    'dsn' => 'host=XX.XX.XX.XXX;port=3306;dbname=XXXXXXXXX',
    'username' => 'XXXXXXXXX',
    'password' => 'XXXXXXXXX',
  ),
  'storage' => 
  array (
    'driver' => 'local',
    'path' => 'storage',
  ),
);

And i have test it with a new Config file:

<?php

return [
    'base_url' => 'https://xbackbone.XXXX.de', // no trailing slash
    'db'       => [
        'connection' => 'mysql',
        'dsn'        => 'host=XX.XX.XX.XXX;port=3306;dbname=XXXXXXXXXX',
        'username'   => 'XXXXXXXXXX',
        'password'   => 'XXXXXXXXXX',
    ],
    'storage' => [
        'driver' => 'local',
        'path'   => './storage',
    ],
];

Error:
yaC17AOt5n
Cannot connect to the database: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'remember_expire' [42000]

from xbackbone.

MrUnknownDE avatar MrUnknownDE commented on May 18, 2024

I think your problem is something else than what you mean. With me there were no problems with the updating. For me, only the bug is the instance in maintenance mode even though it is disabled.

from xbackbone.

philw95 avatar philw95 commented on May 18, 2024

Yes, I don't know if the update isn't even going through.

It all looks good. Except the upload that doesn't work.
ERcvBXvdgJ

from xbackbone.

MrUnknownDE avatar MrUnknownDE commented on May 18, 2024

Ohh!

from xbackbone.

sergix44 avatar sergix44 commented on May 18, 2024

System Info

  • PHP Version: 7.3.11
  • XBackBone Version: 3.0
  • Webserver: Apache, Debian 9, Plesk 18.0.21
  • Database backend: SQLite

Hi,

I have updated my "XBackBone" instance to 3.0. Unfortunately, I can no longer log in to my upload user because the page is in maintenance mode, only I have disabled the maintenance mode via Config.

Best Regards
Johannes | MrUnknownDE

Did you updated the database?can you explain the steps to recreate that condition? I can't reproduce the problem

Error:
yaC17AOt5n
Cannot connect to the database: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'remember_expire' [42000]

This is a different problem. There is a problem with the migration. Please open a different issue

from xbackbone.

MrUnknownDE avatar MrUnknownDE commented on May 18, 2024

Did you updated the database?can you explain the steps to recreate that condition? I can't reproduce the problem

I have updated the database via the updater, that is via web browser. I do not use MYSQL but SQLITE

from xbackbone.

sergix44 avatar sergix44 commented on May 18, 2024

Did you updated the database?can you explain the steps to recreate that condition? I can't reproduce the problem

I have updated the database via the updater, that is via web browser. I do not use MYSQL but SQLITE

I've updated from a 2.6.6 instance without issue. Removing the maintenance => true fixed the problem? Have you tried to clean the system cache manually (with the command php bin\clean)?

from xbackbone.

MrUnknownDE avatar MrUnknownDE commented on May 18, 2024

No, the error still exists.

from xbackbone.

sergix44 avatar sergix44 commented on May 18, 2024

Try to navigate to your settings and update to the v3.0.1

from xbackbone.

MrUnknownDE avatar MrUnknownDE commented on May 18, 2024

My Problem is fix! Thanks for quick resolving

from xbackbone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.