Replies: 2 comments
-
Any errors in logs/error.log ?
…On Tue, Jan 17, 2023 at 9:02 AM kenjs ***@***.***> wrote:
Install v2.3.5 with apache server, after install database and user account
can login to dashboard,
but http://localhost/dashboard/home got 500 error .
[image: 20230117214916]
<https://user-images.githubusercontent.com/1918055/212918278-048e7407-6300-4892-9222-5f2506bfeafe.png>
—
Reply to this email directly, view it on GitHub
<#1306>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFX7JRCY5BBMXG4D3JLWS2Q73ANCNFSM6AAAAAAT54XQK4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Please install the php gd extension
…On Fri, Jan 27, 2023 at 3:13 AM kenjs ***@***.***> wrote:
The errors in error.log is
[26-Jan-2023 10:38:28 Asia/Shanghai]
Intervention\Image\Exception\NotSupportedException: GD Library extension
not available with this PHP installation. in
D:\xampp\leantime\vendor\intervention\image\src\Intervention\Image\Gd\Driver.php:19
Stack trace:
#0
D:\xampp\leantime\vendor\intervention\image\src\Intervention\Image\ImageManager.php(112):
Intervention\Image\Gd\Driver->__construct()
#1 <#1>
D:\xampp\leantime\vendor\intervention\image\src\Intervention\Image\ImageManager.php(68):
Intervention\Image\ImageManager->createDriver()
#2 <#2>
D:\xampp\leantime\vendor\lasserafn\php-initial-avatar-generator\src\InitialAvatar.php(593):
Intervention\Image\ImageManager->canvas(48, 48, '#81B1A8')
#3 <#3>
D:\xampp\leantime\vendor\lasserafn\php-initial-avatar-generator\src\InitialAvatar.php(359):
LasseRafn\InitialAvatarGenerator\InitialAvatar->makeAvatar(Object(Intervention\Image\ImageManager))
#4 <#4>
D:\xampp\leantime\app\domain\users\repositories\class.users.php(573):
LasseRafn\InitialAvatarGenerator\InitialAvatar->generate()
#5 <#5>
D:\xampp\leantime\app\domain\users\services\class.users.php(29):
leantime\domain\repositories\users->getProfilePicture(1)
#6 <#6>
D:\xampp\leantime\app\domain\auth\controllers\class.loginInfo.php(33):
leantime\domain\services\users->getProfilePicture(1)
#7 <#7>
D:\xampp\leantime\app\core\class.controller.php(63):
leantime\domain\controllers\loginInfo->run()
#8 <#8>
D:\xampp\leantime\app\core\class.controller.php(33):
leantime\core\controller->executeActions('get', Array)
#9 <#9>
D:\xampp\leantime\app\core\class.frontcontroller.php(173):
leantime\core\controller->__construct('get', Array)
#10 <#10>
D:\xampp\leantime\app\core\class.frontcontroller.php(233):
leantime\core\frontcontroller::executeAction('auth.loginInfo', Array)
#11 <#11>
D:\xampp\leantime\app\domain\menu\templates\headMenu.tpl.php(229):
leantime\core\frontcontroller::includeAction('auth.loginInfo')
#12 <#12>
D:\xampp\leantime\app\core\class.template.php(259):
require_once('D:\xampp\leanti...')
#13 <#13>
D:\xampp\leantime\app\core\class.template.php(319):
leantime\core\template->display('menu.headMenu', 'blank')
#14 <#14>
D:\xampp\leantime\app\domain\menu\controllers\class.headMenu.php(35):
leantime\core\template->displayPartial('menu.headMenu')
#15 <#15>
D:\xampp\leantime\app\core\class.controller.php(63):
leantime\domain\controllers\headMenu->run()
#16 <#16>
D:\xampp\leantime\app\core\class.controller.php(33):
leantime\core\controller->executeActions('get', Array)
#17 <#17>
D:\xampp\leantime\app\core\class.frontcontroller.php(173):
leantime\core\controller->__construct('get', Array)
#18 <#18>
D:\xampp\leantime\app\core\class.frontcontroller.php(233):
leantime\core\frontcontroller::executeAction('menu.headMenu', Array)
#19 <#19>
D:\xampp\leantime\public\theme\default\layout\app.php(35):
leantime\core\frontcontroller::includeAction('menu.headMenu')
#20 <#20>
D:\xampp\leantime\app\core\class.template.php(234):
require('D:\xampp\leanti...')
#21 <#21>
D:\xampp\leantime\app\domain\dashboard\controllers\class.home.php(113):
leantime\core\template->display('dashboard.home')
#22 <#22>
D:\xampp\leantime\app\core\class.controller.php(61):
leantime\domain\controllers\home->get(Array)
#23 <#23>
D:\xampp\leantime\app\core\class.controller.php(33):
leantime\core\controller->executeActions('get', Array)
#24 <#24>
D:\xampp\leantime\app\core\class.frontcontroller.php(173):
leantime\core\controller->__construct('get', Array)
#25 <#25>
D:\xampp\leantime\app\core\class.frontcontroller.php(95):
leantime\core\frontcontroller::executeAction('dashboard.home', Array, 200)
#26 <#26>
D:\xampp\leantime\app\core\class.application.php(116):
leantime\core\frontcontroller::dispatch()
#27 <#27>
D:\xampp\leantime\public\index.php(26): leantime\core\application->start()
#28 <#28> {main}
[26-Jan-2023 10:38:28 Asia/Shanghai] PHP Fatal error: Cannot declare class
leantime\domain\controllers\header, because the name is already in use in
D:\xampp\leantime\app\domain\pageparts\controllers\class.header.php on line
11
—
Reply to this email directly, view it on GitHub
<#1306 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFXEGSO2BH2HTKWMORTWUN7SJANCNFSM6AAAAAAT54XQK4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Install v2.3.5 with apache server, after install database and user account can login to dashboard,
but http://localhost/dashboard/home got 500 error .
Beta Was this translation helpful? Give feedback.
All reactions