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
I uploaded Blogotext on my /blog path
then I went to exemple.com/blog redirected to exemple.com/blog/admin/install.php
Got Fatal error : Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in /app/blog/admin/install.php:82 Stack trace: #0 /app/blog/admin/install.php(82): implode(Array, '') #1 /app/blog/admin/install.php(451): install_form_1_echo() #2 {main} thrown in /app/blog/admin/install.php on line 82
it's maybe the problem with the PHP version I use :
PHP 8.0.13 (cli) (built: Dec 2 2021 13:29:44) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.13, Copyright (c) Zend Technologies
Otherwise, it must be good tho to add it to README to lets people know which PHP version we should use
Cheer !
The text was updated successfully, but these errors were encountered:
I uploaded
Blogotext
on my/blog
paththen I went to
exemple.com/blog
redirected toexemple.com/blog/admin/install.php
Got Fatal error :
Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in /app/blog/admin/install.php:82 Stack trace: #0 /app/blog/admin/install.php(82): implode(Array, '') #1 /app/blog/admin/install.php(451): install_form_1_echo() #2 {main} thrown in /app/blog/admin/install.php on line 82
it's maybe the problem with the PHP version I use :
Otherwise, it must be good tho to add it to README to lets people know which PHP version we should use
Cheer !
The text was updated successfully, but these errors were encountered: