- Posts: 8
- Home
- Forum
- Community Forum
- Questions
- Installation/Upgrade
- You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 SQL=CREATE TABLE IF NOT EXISTS `#__finder_t
Manual Reservation via Solidres Backend ?!
- skopi
- Offline
Less
More
7 years 8 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
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.
- skopi
- Offline
Less
More
- Posts: 8
7 years 8 months ago #10060
by skopi
Replied by skopi on topic Manual Reservation via Solidres Backend ?!
Please Log in or Create an account to join the conversation.
- solidres
-
- Offline
Less
More
- Posts: 2952
7 years 8 months ago #10066
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
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 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,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
- Lévesque
- Offline
Less
More
- Posts: 4
7 years 8 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?
Is someone have find a solution?
Please Log in or Create an account to join the conversation.
- Lévesque
- Offline
Less
More
- Posts: 4
7 years 8 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.
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.
- Lévesque
- Offline
Less
More
- Posts: 4
7 years 8 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
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