- Posts: 67
- Thank you received: 0
Module link to menu item for booking calendar
-
kingston.clinton
Inactive member -
Topic Author
- Member
-
Less
More
11 years 11 months ago #28984
by kingston.clinton
Replied by kingston.clinton on topic Module link to menu item for booking calendar
Hi Ivan
Im speaking to the guy who developed the booking form and he has given me a few things to change in the ini file however I now have this error:
PHPJROOT/language/en-GB/en-GB.com_pbbooking.iniPHP parser errors :syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in C:\xampp\htdocs\thetenniscoach/language/en-GB/en-GB.com_pbbooking.ini on line 51
Here is the ini file:
COM_PBBOOKING_AVAILABLE="Availability"
COM_PBBOOKING_YOURDETAILS="Your Personal Details"
COM_PBBOOKING_BOOKINGDETAILS="Your Booking Details"
COM_PBBOOKING_BOOKINGTYPE="Service Type"
COM_PBBOOKING_CURRENCYSYMBOL="$"
COM_PBBOOKING_CALENDAR_HEADING="Online Booking System"
COM_PBBOOKING_SUBMIT_BUTTON="Book now"
;individual view
COM_PBBOOKING_INDIVIDUAL_VIEW="Individual View"
;error messages
COM_ERROR_MESSAGE_TREATMENT="Please select a service type"
COM_ERROR_MESSAGE_TIMESLOT="Please select a timeslot"
COM_PBBOOKING_MISSING_DATA="Some required data is missing"
COM_PBBOOKING_BOOKING_PROBLEM="There is a problem with the booking"
;slot status
COM_PBBOOKING_SLOT_BOOKED="Slot Booked"
COM_PBBOOKING_SLOT_CLOSED="Slot Closed"
;email messages
COM_PBBOOKING_VALIDATE_ANCHOR_TEXT="Click here to validate your appointment"
COM_PBBOOKING_ADMIN_EMAIL_SUBJECT="New Validated Appointment"
COM_PBBOOKING_ADMIN_EMAIL_BODY="There is a new validated appointment in the diary.Details are below:"
;success view
COM_PBBOOKING_SUCCESS_VALIDATION_MESSAGE="You will receive a link to your nominated email address to validate your appointment. Your appointment is not reserved until it has been validated."
COM_PBBOOKING_SUCCESS_CALENDAR="Therapist"
COM_PBBOOKING_BOOKINGTYPE="Service Type"
COM_PBBOOKING_SUCCESS_TIME="Time of Booking"
COM_PBBOOKING_SUCCESS_DATE="Date of Booking"
COM_PBBOOKING_SUCCESS_SUB_HEADING="Your Booking Details"
COM_PBBOOKING_SUCCESS_MSG="Thank you for your booking. We look forward to seeing you."
COM_PBBOOKING_SUCCESS_HEADING="Succesful Booking"
COM_PBBOOKING_VALIDATED_MESSAGE="Thank you. Your booking has been validated and we look forward to seeing you."
COM_PBBOOKING_SUBSCRIBE_MSG="Subscribe unsupported"
COM_PBBOOKING_EDIT_LINK_MSG="To edit this appointment click the below link"
COM_PBBOOKING_VALIDATION_PROBLEM="There has been a problem with validation. Has this appointment already been validated?"
;new in 2.3
COM_PBBOOKING_SUCCESS_TIME_FORMAT="H:i a"
;new in 2.0.6
COM_PBBOOKING_DAY_VIEW_HEADING="Details for Day"
COM_PBBOOKING_DAY_VIEW_DATE_FORMAT="l j F Y"
COM_PBBOOKING_FREE="Available"
COM_PBBOOKING_BUSY="Busy"
COM_PBBOOKING_SUCCESS_DATE_FORMAT="d / m / Y"
COM_PBBOOKING_SELECT_DEFAULT="--- Please Select ---"
Im speaking to the guy who developed the booking form and he has given me a few things to change in the ini file however I now have this error:
PHPJROOT/language/en-GB/en-GB.com_pbbooking.iniPHP parser errors :syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in C:\xampp\htdocs\thetenniscoach/language/en-GB/en-GB.com_pbbooking.ini on line 51
Here is the ini file:
COM_PBBOOKING_AVAILABLE="Availability"
COM_PBBOOKING_YOURDETAILS="Your Personal Details"
COM_PBBOOKING_BOOKINGDETAILS="Your Booking Details"
COM_PBBOOKING_BOOKINGTYPE="Service Type"
COM_PBBOOKING_CURRENCYSYMBOL="$"
COM_PBBOOKING_CALENDAR_HEADING="Online Booking System"
COM_PBBOOKING_SUBMIT_BUTTON="Book now"
;individual view
COM_PBBOOKING_INDIVIDUAL_VIEW="Individual View"
;error messages
COM_ERROR_MESSAGE_TREATMENT="Please select a service type"
COM_ERROR_MESSAGE_TIMESLOT="Please select a timeslot"
COM_PBBOOKING_MISSING_DATA="Some required data is missing"
COM_PBBOOKING_BOOKING_PROBLEM="There is a problem with the booking"
;slot status
COM_PBBOOKING_SLOT_BOOKED="Slot Booked"
COM_PBBOOKING_SLOT_CLOSED="Slot Closed"
;email messages
COM_PBBOOKING_VALIDATE_ANCHOR_TEXT="Click here to validate your appointment"
COM_PBBOOKING_ADMIN_EMAIL_SUBJECT="New Validated Appointment"
COM_PBBOOKING_ADMIN_EMAIL_BODY="There is a new validated appointment in the diary.Details are below:"
;success view
COM_PBBOOKING_SUCCESS_VALIDATION_MESSAGE="You will receive a link to your nominated email address to validate your appointment. Your appointment is not reserved until it has been validated."
COM_PBBOOKING_SUCCESS_CALENDAR="Therapist"
COM_PBBOOKING_BOOKINGTYPE="Service Type"
COM_PBBOOKING_SUCCESS_TIME="Time of Booking"
COM_PBBOOKING_SUCCESS_DATE="Date of Booking"
COM_PBBOOKING_SUCCESS_SUB_HEADING="Your Booking Details"
COM_PBBOOKING_SUCCESS_MSG="Thank you for your booking. We look forward to seeing you."
COM_PBBOOKING_SUCCESS_HEADING="Succesful Booking"
COM_PBBOOKING_VALIDATED_MESSAGE="Thank you. Your booking has been validated and we look forward to seeing you."
COM_PBBOOKING_SUBSCRIBE_MSG="Subscribe unsupported"
COM_PBBOOKING_EDIT_LINK_MSG="To edit this appointment click the below link"
COM_PBBOOKING_VALIDATION_PROBLEM="There has been a problem with validation. Has this appointment already been validated?"
;new in 2.3
COM_PBBOOKING_SUCCESS_TIME_FORMAT="H:i a"
;new in 2.0.6
COM_PBBOOKING_DAY_VIEW_HEADING="Details for Day"
COM_PBBOOKING_DAY_VIEW_DATE_FORMAT="l j F Y"
COM_PBBOOKING_FREE="Available"
COM_PBBOOKING_BUSY="Busy"
COM_PBBOOKING_SUCCESS_DATE_FORMAT="d / m / Y"
COM_PBBOOKING_SELECT_DEFAULT="--- Please Select ---"
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #28989
by ivan.milic
Replied by ivan.milic on topic Module link to menu item for booking calendar
which line is line 51, use notepad++ to edit such files
Please Log in to join the conversation.
-
kingston.clinton
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 67
- Thank you received: 0
11 years 10 months ago #29028
by kingston.clinton
Replied by kingston.clinton on topic Module link to menu item for booking calendar
Hi Ivan
I think i found the problem as to why the booking extension is not working as designed. I switch debugger on and i checked the Language File Loaded section and saw that the two .ini files that relate to the booking extension are not loaded. Do you know why they are not loading and or how do i get them to load?
**Not loaded** : JROOT/language/en-GB/en-GB.com_pbbooking.ini
**Not loaded** : JROOT/components/com_pbbooking/language/en-GB/en-GB.com_pbbooking.ini
I think i found the problem as to why the booking extension is not working as designed. I switch debugger on and i checked the Language File Loaded section and saw that the two .ini files that relate to the booking extension are not loaded. Do you know why they are not loading and or how do i get them to load?
**Not loaded** : JROOT/language/en-GB/en-GB.com_pbbooking.ini
**Not loaded** : JROOT/components/com_pbbooking/language/en-GB/en-GB.com_pbbooking.ini
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #29035
by ivan.milic
Replied by ivan.milic on topic Module link to menu item for booking calendar
Do they exist at all? - please check
JROOT is joomla root folder
JROOT is joomla root folder
Please Log in to join the conversation.
Time to create page: 0.082 seconds