- Posts: 4
- Home
- Forum
- Community Forum
- Report bugs
- Fatal error: Class 'JModelLegacy'
IE 8 not showing/processing confirmation (Tab 3)
- jll
- Topic Author
- Offline
Less
More
11 years 7 months ago #247
by jll
IE 8 not showing/processing confirmation (Tab 3) was created by jll
Hi vietvh,
there's a problem in IE 8 - that Microsoft Browser can't display the last tab of a booking procedure, so there's no chance for a visitor to book -> no confirmation, no button to finalize (mailfunction) the procedure - happens in your own "7Start" demo too, so there must be something deep down in the core...
IE 8 starts the procedure correctly: datepicking, roomselect - "next" to guestinformation form - ev'rything works fine. But after the form, hitting the "next" button, the IE 8 shows only top of the component with the date and the "wizard" and the information (Facilities) - the content of the "Tab 3" is totally missing.
See attached screenshot.
Any ideas...?
Cheers from germany,
- Jay -
// P.S.:
I know, IE 8 is crap - I personally don't use it - but I check my projects with the IE, 'cause out there a too many people still using this old 'browser'
//
there's a problem in IE 8 - that Microsoft Browser can't display the last tab of a booking procedure, so there's no chance for a visitor to book -> no confirmation, no button to finalize (mailfunction) the procedure - happens in your own "7Start" demo too, so there must be something deep down in the core...
IE 8 starts the procedure correctly: datepicking, roomselect - "next" to guestinformation form - ev'rything works fine. But after the form, hitting the "next" button, the IE 8 shows only top of the component with the date and the "wizard" and the information (Facilities) - the content of the "Tab 3" is totally missing.
See attached screenshot.
Any ideas...?
Cheers from germany,
- Jay -
// P.S.:
I know, IE 8 is crap - I personally don't use it - but I check my projects with the IE, 'cause out there a too many people still using this old 'browser'

//
Please Log in or Create an account to join the conversation.
- vietvh
-
- Offline
Less
More
- Posts: 1553
11 years 7 months ago #248
by vietvh
Replied by vietvh on topic IE 8 not showing/processing confirmation (Tab 3)
Hi,
You can open this file
/components/com_solidres/controllers/reservation.php
Then search for those lines (around line 1053)
Then remove the closing DIV
It should work for you now.
P/S: did you forget to update this one www.solidres.com/forum/report-bugs/121-a...om-type-not-possible
You can open this file
/components/com_solidres/controllers/reservation.php
Then search for those lines (around line 1053)
$html .=
''. JHtml::_("form.token") .'
</form>
</div>
';
Then remove the closing DIV
$html .=
''. JHtml::_("form.token") .'
</form>
';
It should work for you now.
P/S: did you forget to update this one www.solidres.com/forum/report-bugs/121-a...om-type-not-possible
The following user(s) said Thank You: jll
Please Log in or Create an account to join the conversation.
- jll
- Topic Author
- Offline
Less
More
- Posts: 4
11 years 7 months ago #300
by jll
Replied by jll on topic IE 8 not showing/processing confirmation (Tab 3)
Perfect - that's it! Thx very much - I think solidres is now IE8 compatible ...
Please Log in or Create an account to join the conversation.
Moderators: solidres