Jump to content

jazzzz20

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by jazzzz20

  1. Error vanished after adding Periods
  2. Now following error is displayed when I click on "Bookings" in Dash Board: -------------------------------------------------------------------------------- Severity: Warning Message: array_key_exists() expects parameter 2 to be array, null given Filename: models/Bookings_model.php Line Number: 591 Backtrace: File: /var/www/html/reservation/application/models/Bookings_model.php Line: 591 Function: array_key_exists File: /var/www/html/reservation/application/controllers/Bookings.php Line: 101 Function: html File: /var/www/html/reservation/index.php Line: 323 Function: require_once
  3. Thanks @webman for your help Found a hint on web and set permissions to 777 instead of 775 which fixed the issue.
  4. Thanks @webman Already have set permissions using following commands as mentioned in documentation: chmod -R 775 local chmod -R 775 uploads
  5. Hi! I am setting up the classroombookings system on CentOS Linux 8, PHP 7.2.24 and MariaDB 10.3.28 . When I run the installer and enters the database connection details and click on next it returns to the "Install classroombookings - Configuration" window with blank fields.As suggested I have created .env file after which following error is displayed. Thanks. -------------------------------------------------------------------------------- Severity: Warning Message: session_start(): Failed to initialize storage module: user (path: /var/www/html/reservation/local/sessions) Filename: Session/Session.php Line Number: 143 Backtrace: File: /var/www/html/reservation/application/core/MY_Controller.php Line: 23 Function: library File: /var/www/html/reservation/application/controllers/Install.php Line: 28 Function: __construct File: /var/www/html/reservation/index.php Line: 323 Function: require_once --------------------------------------------------------------------------------
×
×
  • Create New...