Manual Reservation via Solidres Backend ?!

More
6 years 7 months ago #10042 by skopi
Replied by skopi on topic Manual Reservation via Solidres Backend ?!
This is from 2.0.0
Expected ‘none’, URL, or filter function but found ‘progid’. Error in parsing value for ‘filter’. Declaration dropped. bootstrap-editable.min.css:12:11954
Expected end of value but found ‘\9 ’. Error in parsing value for ‘background-color’. Declaration dropped. bootstrap-editable.min.css:12:13535
Unknown property ‘-moz-border-radius’. Declaration dropped. bootstrap-editable.min.css:12:14229
Unknown property ‘-moz-border-radius’. Declaration dropped. bootstrap-editable.min.css:12:14354
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:542
Use of getAttributeNode() is deprecated. Use getAttribute() instead.

This with 2.1.0
Expected ‘none’, URL, or filter function but found ‘alpha(’. Error in parsing value for ‘filter’. Declaration dropped. style.min.css:1:10790
Expected declaration but found ‘*’. Skipped to next declaration. style.min.css:1:10942
Empty string passed to getElementById(). jquery.min.js:2:24932 - this error message also appears right after installing 2.1.0

JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:542
Use of getAttributeNode() is deprecated. Use getAttribute() instead

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago #10060 by skopi
Replied by skopi on topic Manual Reservation via Solidres Backend ?!
Hello,
this is how it looks with version 2.0 and 2.1 .. this problem is only at the backend.
the public website is working with 2.0 and 2.1.

I am happy to provide access in a PM.
Thanks
Attachments:

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago #10066 by solidres
Replied by solidres on topic Manual Reservation via Solidres Backend ?!
Hi,

Please send your website credentials to This email address is being protected from spambots. You need JavaScript enabled to view it., we will check it for you.

Cheers,

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago #10156 by Lévesque
Replied by Lévesque on topic Manual Reservation via Solidres Backend ?!
I'm experiencing exact same issue on 2.3.0 in test installation.

Is someone have find a solution?

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago #10157 by Lévesque
Replied by Lévesque on topic Manual Reservation via Solidres Backend ?!
Ok find something.

See an HTTP error 500 in debuger when I click the button.
If I follow the link, i get a page saying this : Table 'hotel.#__sr_limit_booking_details' doesn't exist
Note hotel is the name of my DB.

I guess that the problem does not occur if your a subscriber with "Limit booking" configured.

Will try to find the file to modify.

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago #10161 by Lévesque
Replied by Lévesque on topic Manual Reservation via Solidres Backend ?!
Ok, just got it working.

Locate the file : /administrator/components/com_solidres/controllers/reservationbase.php

On my version (2.3.0) the faulty line is 585 and look exactly like this :

$isLimited = $solidresReservation->isRoomLimited($room->id, $checkin, $checkout, $asset->booking_type);


Just change it for this :

if (SRPlugin::isEnabled('limitbooking')){$isLimited = $solidresReservation->isRoomLimited($room->id, $checkin, $checkout, $asset->booking_type);}


This code add a verification to ensure not to look the database for booking limiting if the corresponding plugin is not present or enabled.

Work like a charm for me!

Simon

Please Log in or Create an account to join the conversation.

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?