You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
I am installing leantime 2.4 beta on my local system by following the steps mentioned on project page development mode. (classic method not through docker.)
Web page stucks showing.. This script will set up your database and create an administrator account
Error log show PHP Fatal error: Uncaught PDOException: There is no active transaction in /var/www/html/src/core/class.install.php:181\nStack trace:\n#0 /var/www/html/src/core/class.install.php(181): PDO->rollBack()\n#1 /var/www/html/src/install.php(105): leantime\\core\\install->setupDB()\n#2 /var/www/html/src/core/class.application.php(69): include('...')\n#3 /var/www/html/public/index.php(41): leantime\\core\\application->start()\n#4 {main}\n thrown in /var/www/html/src/core/class.install.php on line 181'
To Reproduce
Steps to reproduce the behavior:
Go to localhost/leantime/install
Expected behavior
installation not getting completed.
Leantime Version
Latest leantime 2.4 beta cloned using git clone
Server
Apache2
PHP / MySQL Version
PHP 8.1 (fpm) and Mysql version 8.0
I have spent a lot of hours tring to fix this.
my .htaccess have
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What set up are you using
Describe the bug
A clear and concise description of what the bug is.
I am installing leantime 2.4 beta on my local system by following the steps mentioned on project page development mode. (classic method not through docker.)
Web page stucks showing..
This script will set up your database and create an administrator account
Error log show
PHP Fatal error: Uncaught PDOException: There is no active transaction in /var/www/html/src/core/class.install.php:181\nStack trace:\n#0 /var/www/html/src/core/class.install.php(181): PDO->rollBack()\n#1 /var/www/html/src/install.php(105): leantime\\core\\install->setupDB()\n#2 /var/www/html/src/core/class.application.php(69): include('...')\n#3 /var/www/html/public/index.php(41): leantime\\core\\application->start()\n#4 {main}\n thrown in /var/www/html/src/core/class.install.php on line 181'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
installation not getting completed.
Leantime Version
Latest leantime 2.4 beta cloned using git clone
Server
Apache2
PHP / MySQL Version
PHP 8.1 (fpm) and Mysql version 8.0
I have spent a lot of hours tring to fix this.
my .htaccess have
100-leantime.conf
under
/etc/apache2/sites-availableDatabase tables are getting migrated properly
mysql
show tables
shows:32 rows in set
before the error is thrown and installation gets stuck.
Beta Was this translation helpful? Give feedback.
All reactions