Purpose
This page covers the most common technical and operational issues MHM Rentiva users and administrators may encounter, along with quick resolution steps.
π οΈ Common Issues & Solutions
The topics below are organized around the scenarios most frequently seen in support requests.
π 1. Booking & Calendar Issuesβ
A booking is created but doesn't appear on the calendar?β
- Reason: The booking status may be
pending. The calendar only shows entries withconfirmedorcompletedstatus. - Fix: Check the status in the booking list and confirm it.
I'm getting a "Selected dates are not available" error?β
- Reason: There is another confirmed booking on those dates, or the vehicle is in "Maintenance" mode.
- Fix: Check custom restrictions under
Vehicle Settings > Availabilityor inspectUtil::has_overlap()conflicts.
π³ 2. Payment & WooCommerce Integrationβ
Payment succeeded but booking status didn't change?β
- Reason: The WooCommerce Webhook or IPN (Instant Payment Notification) signal is not reaching Rentiva.
- Fix:
- Check error logs under WooCommerce > Status > Logs.
- Use
Order > Actions > Re-send Payment Notificationfor manual triggering. - Verify status mappings in the
WooCommerceBridgeclass.
"No payment methods available" error on the payment page?β
- Reason: The currency defined for the vehicle does not match the currency accepted by the payment method.
- Fix: Check
CurrencyHelpersettings and WooCommerce payment method restrictions.
π€ 3. Vendor Issuesβ
Cannot access the vendor dashboard (403 Error)?β
- Reason: The user has not been assigned the
rentiva_vendorrole, or the account is in "Suspended" status. - Fix: Activate the account from the user profile and verify the role.
Vendor balance shows 0?β
- Reason: The booking has not yet moved to
completedstatus, or the Ledger entry has not yet beencleared. - Fix: Review the "Earnings Cycle" section in the
Payouts & Ledgerdocumentation.
β‘ 4. Performance & Interface Issuesβ
Changes are not reflecting on the frontend?β
- Reason: Aggressive page caching (WP Rocket, LiteSpeed, etc.) or browser cache.
- Fix:
- Perform a "Cache Flush" from Rentiva settings.
- Try using the
cache="false"parameter in shortcodes.
Map or Location services are not working?β
- Reason: Invalid Google Maps API key or restricted HTTP referer.
- Fix: Test the key from Rentiva > Settings > API tab.
π Troubleshooting Checklistβ
If the issue persists, follow these steps:
- Enable
WP_DEBUGmode. - Review
AdvancedLoggerrecords (System Logs). - Temporarily disable other plugins to test for plugin conflicts.
Changelogβ
| Date | Version | Note |
|---|---|---|
| 23.04.2026 | 4.27.2 | English translation added. |
| 19.03.2026 | 4.21.2 | Detailed troubleshooting items for bookings, payments, and vendors added. |