Fatal error: Cannot declare interface IReservationPage, because the name is already in use

Community Support for Booked Scheduler
Post Reply
yullr
Posts: 2
Joined: Wed Sep 01, 2021 3:15 pm

Fatal error: Cannot declare interface IReservationPage, because the name is already in use

Post by yullr »

well, im here looking for some help, i upgrade my bookedscheduler to the 2.8.5.3 version,everything look fine but reservations. i have this error:

Fatal error: Cannot declare interface IReservationPage, because the name is already in use in /opt/lampp/htdocs/siapac/Pages/Reservation/ReservationPage.php on line 6
siapac is the name of my bookedscheduler

This is the fragment of the code:

1<?php
2
3require_once(ROOT_DIR . 'Pages/SecurePage.php');
4require_once(ROOT_DIR . 'Presenters/Reservation/ReservationPresenter.php');
5
6interface IReservationPage extends IPage
7{

Post Reply