View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
19670Bug reportsInstallationpublic2024-07-29 10:24
Reporterlozam Assigned To 
PrioritynoneSeverityblock 
Status newResolutionopen 
Product Version6.5.x 
Summary19670: Installation issue with PostgreSQ
Description

If we install LimeSurvey with PostgreSQL using a schema 'DEFAULT_SCHEMA' different from public, the installation fails and returns the error 'Limesurvey table settings_global not found in database'.

The problem arises from the fact that the class https://github.com/LimeSurvey/LimeSurvey/blob/master/vendor/yiisoft/yii/framework/db/schema/pgsql/CPgsqlSchema.php has the schema type as a class constant const DEFAULT_SCHEMA='public';

Do you have a solution to configure the schema from LimeSurvey or to provide an enhancement plz ?

Steps To Reproduce

Install LimeSurvey 6.5.18 with Php 8.3 and postgresql 14.12
change your PostgreySQL Schema name for exemple dblime01 instead public

TagsNo tags attached.
Bug heat0
Complete LimeSurvey version number (& build)6.5.18
I will donate to the project if issue is resolvedNo
Browser
Database type & versionpostgresql 14.12
Server OS (if known)
Webserver software & version (if known)
PHP Version 8.3.9

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-07-29 10:24 lozam New Issue