Closed dancesWithCycles closed 9 months ago
There are next steps for configuration documented in the Read.me that would follow the composer update. Do you need clarification on those steps?
There are next steps for configuration documented in the Read.me that would follow the composer update. Do you need clarification on those steps?
Dear @rdamashek , That is exactly the issue. There is a piece of information missing between Environment variables and Testing
How can you test this instance on /admin
when you have not started the corresponding service and have no documentation telling you how to do that?
@rdamashek @dancesWithCycles , I've just pushed an update to the README file to provide more detailed explanations for the setting up the app and configurations, also both the Administrator Console and User Panel functions are explained in the readme file. Please take a look and let me know if you come across any issues or have any further suggestions. Your feedback is greatly appreciated!
Dear @faai5200, Thank you very much for your support.
What I now did is to call the following series of instruction on a virtual machine to deploy a test instance.
checkout source code
cd ~
mkdir oanm && cd oanm
git clone -b main https://github.com/rdamashek/Community-Through-Caring.git
build service
cd Community-Through-Caring/MAIN
composer update
config service
cd ~/oanm/Community-Through-Caring/MAIN
vi .env
config web server
cd ~/doms/oanm.coc.swingbe.de/
rm -rf subs/www
rm -rf subs-ssl/www
vim htdocs/.htaccess
rm -rf htdocs-ssl/
ln -s $HOME/oanm/Community-Through-Caring/MAIN htdocs-ssl
The virtual machine is running Debian 12.4, PHP 8.2.14 and Apache.
When I open this test service in a browser like Firefox or Chromium I get the following reply. Any idea what is causing those errors?
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_URI::$config is deprecated
Filename: core/URI.php
Line Number: 102
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Router::$uri is deprecated
Filename: core/Router.php
Line Number: 128
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$benchmark is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$hooks is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$config is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$log is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$utf8 is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$uri is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$exceptions is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$router is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$output is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$security is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$input is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$lang is deprecated
Filename: core/Controller.php
Line Number: 83
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$db is deprecated
Filename: core/Loader.php
Line Number: 397
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_DB_mysqli_driver::$failover is deprecated
Filename: database/DB_driver.php
Line Number: 372
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 303
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: Warning
Message: session_set_cookie_params(): Session cookie parameters cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 328
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 355
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 365
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 366
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 367
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 368
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 426
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: Warning
Message: session_set_save_handler(): Session save handler cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 110
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: Warning
Message: session_start(): Session cannot be started after headers have already been sent
Filename: Session/Session.php
Line Number: 137
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property Welcome::$session is deprecated
Filename: core/Loader.php
Line Number: 1284
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 9
Function: __construct
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$load is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$benchmark is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$hooks is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$config is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$log is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$utf8 is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$uri is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$exceptions is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$router is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$output is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$security is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$input is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$lang is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$db is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_Loader::$session is deprecated
Filename: core/Loader.php
Line Number: 932
Backtrace:
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/application/controllers/Welcome.php
Line: 41
Function: view
File: /home/pacs/sib00/users/coc_oanm/oanm/Community-Through-Caring/MAIN/index.php
Line: 287
Function: require_once
A Database Error Occurred
Error Number: 1146
Table 'sib00_coc.language' doesn't exist
SELECT * FROM `language` WHERE `lang_key` = 'lang_offers_and_needs'
Filename: helpers/common_helper.php
Line Number: 57
Hi folks, Any news to this comment?
Cheers!
Stefan,Fakhar is now researching the issues you documented. Somehow he missed your post notification.Thanks,RobertOn Jan 11, 2024, at 8:30 AM, Stefan Begerad @.***> wrote: Hi folks, Any news to this comment? Cheers!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>
Dear @dancesWithCycles ,
Thank you for your detailed report and for testing the Community Through Caring web app. I appreciate your dedication to making this open-source project better.
I have investigated the issue you encountered, and it appears that the error messages point to deprecated features in the CodeIgniter framework. The issue has been resolved in a recent update. You may check that out. I appreciate your understanding and patience in resolving this issue. If you encounter any further difficulties or have additional questions, please feel free to reach out.
Best regards, faai5200
Thank you, Fakhar, for tracking down and resolving these issues.
Robert
On Sun, Jan 21, 2024 at 5:44 PM Fakhar Zaman @.***> wrote:
Dear @dancesWithCycles https://github.com/dancesWithCycles ,
Thank you for your detailed report and for testing the Community Through Caring web app. I appreciate your dedication to making this open-source project better.
I have investigated the issue you encountered, and it appears that the error messages point to deprecated features in the CodeIgniter framework. The issue has been resolved in a recent update. You may check that out. I appreciate your understanding and patience in resolving this issue. If you encounter any further difficulties or have additional questions, please feel free to reach out.
Best regards, faai5200
— Reply to this email directly, view it on GitHub https://github.com/rdamashek/Community-Through-Caring/issues/6#issuecomment-1902790956, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARD5XKUPK6ERTMYCRWABCLYPWK5PAVCNFSM6AAAAAA5YJR6AOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSG44TAOJVGY . You are receiving this because you were mentioned.Message ID: @.***>
Dear @faai5200 , Thank you very much for your update on this issue!
I appreciate your understanding and patience in resolving this issue. If you encounter any further difficulties or have additional questions, please feel free to reach out.
Is it possible that this database schema is not up to date?
On the same domain I followed my series of deployment instructions from above again and ended up with this message.
A Database Error Occurred
Error Number: 1146
Table 'sib00_coc.language' doesn't exist
SELECT * FROM `language` WHERE `lang_key` = 'lang_offers_and_needs'
Filename: helpers/common_helper.php
Line Number: 57
I initialized the database like this.
mysql -u <user> -D <db> < ~/git/Community-Through-Caring/Database/community_caring.sql
This initialization results in this database schema.
+---------------------+
| Tables_in_<db> |
+---------------------+
| admin |
| area_shared |
| chat |
| contact |
| email_templates |
| fav |
| general_settings |
| goal_contact |
| goals |
| member |
| member_contact |
| member_goal |
| time_period |
+---------------------+
13 rows in set (0.000 sec)
This the language
table missing?
Cheers!
Hello @dancesWithCycles ,
Thank you for explaining the issue and for testing the Community Through Caring web app. I appreciate your dedication to making this open-source project better.
I have checked the issue in more details and seems like the issue was from the database side. I have made the required updates and pushed the code. You will need to reinstall the database and complete the rest of installation process.
If you encounter any further difficulties or have additional questions, please feel free to reach out. Thank you for your patience and identifying the issues.
Best regards, faai5200
Dear @faai5200 , Thank you so much for the update. It made me able to deploy a test instance.
Cheers!
Hi folks, Thank you so much for providing and maintaining this repository!
I am on the way to setup a test instance of this repository. This is what I did so far.
composer update
in the/MAIN
folder.What comes next to setup a test instance? I can not find any documentation.
Appreciate!