Winckle Hi, have you found a solution to your problem, because I'm having the same one?
[Tue Jun 13 13:19:10.052430 2023] [proxy_fcgi:error] [pid 191323] [client XXXXXXXX] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'UTC' for column 'HourOffset' at row 1 in /var/www/mysite/public/migration/vendor/illuminate/database/Connection.php:501\nStack trace:\n#0 /var/www/mysite/public/migration/vendor/illuminate/database/Connection.php(501): PDOStatement->execute()\n#1 /var/www/mysite/public/migration/vendor/illuminate/database/Connection.php(705): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}()\n#2 /var/www/mysite/public/migration/vendor/illuminate/database/Connection.php(672): Illuminate\\Database\\Connection->runQueryCallback()\n#3 /var/www/mysite/public/migration/vendor/illuminate/database/Connection.php(502): Illuminate\\Database\\Connection->run()\n#4 /var/www/mysite/public/migration/vendor/illuminate/database/Connection.php(454): Illuminate\\Database\\Connection->statement()\n#5 /var/www/mysite/new/publ...', referer: http://mysite.com/migration/index.php
I've uploaded the nitro-porter files to a "migration" folder on my server (got the zip from the latest release on github v3.3) than created and edited the config.php
file like indicated and run the index.php page on the browser, selected the right options and when I launched the script, I instantly got a error 500 and when I checked the porter.log
it just says:
[...] porter.INFO: Permissions are not migrated. Verify all permissions afterward. [] []
[...] porter.INFO: Source: phpBB 3 (source_PHPBB) [] []
[...] porter.INFO: Target: Flarum (source_PHPBB) [] []
[...] porter.INFO: Flag: Use Discussion Body: Enabled [] []
yes i'm using the same database. When I check the database, there's just a new PORTER_user
table created with nothing in it. So then I check the apache error log for my site and I found what I published at the top of this post.
how can I fix this?