PHP Fatal error: Uncaught Error: Class "Rma\Options\RmaOptions" not found in /sites/******.com.au/files/web/app/plugins/ratemyagent-official/rma-wordpress.php:33
Stack trace:
#0 /sites/******.com.au/files/web/app/plugins/ratemyagent-official/rma-wordpress.php(97): RmaWordpressPlugin->__construct()
#1 /sites/******.com.au/files/web/wp/wp-settings.php(517): include_once('...')
#2 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1363): require('...')
#3 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1282): WP_CLI\Runner->load_wordpress()
#4 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\Runner->start()
#5 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(83): WP_CLI\Bootstrap\LaunchRunner->process()
#6 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(32): WP_CLI\bootstrap()
#7 phar:///usr/local/bin/wp/php/boot-phar.php(20): include('...')
#8 /usr/local/bin/wp(4): include('...')
#9 {main}
thrown in /sites/******.com.au/files/web/app/plugins/ratemyagent-official/rma-wordpress.php on line 33
This has been happening for quite a while now. I can fix this myself, but I’d rather not. Any chance you can do it?
]]>Hi There,
Can I use the plugin’s full feature with multiple broker on one website?
I see that there’s an API key required per account but I we have multiple users wanted to embed the widget(carousel) on their profile page.
Thanks,
Sam
Hi Guys,
Just had the website down today due to a Fatal Error caused by the plugin.
Fatal error: Uncaught Error: Object of class stdClass could not be converted to string in /home/rlrestate/public_html/wp-content/plugins/ratemyagent-official/helpers/TemplateHelpers.php:35
Once disabled, the site is up and running.
Any help to fix this would be greatly appreciated.
Kind regards,
Getting the error…
There was an error getting you data. This will not been displayed to the public.
This is only happening for one agents review feed (other works fine) Below is the shortcode in use
[rma-review-carousel template_type=”full” is_leasing=”true” profile_type=”agent” profile_code=”XXXX”] [/rma-review-carousel]
I have confirmed the profile code in use is correct.
Confirmed my API connection is valid.
Thanks
]]>I’m using the following shortcode:
[rma-review-carousel template_type=”full” is_leasing=”false” profile_type=”agency” profile_code=”vb325″ ] [/rma-review-carousel]
It’s stating no results were found. I’ve confirmed the profile code is what’s appearing in my API settings and I’ve tested my API settings.
]]>Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in wp-includes/formatting.php on line 4715
While this is technically an issue with WordPress not being fully compatible with WordPress, there are no checks in this plugin for null
strings in the multi-card-template.partial.php
file. I assume it’s the same problem with the other template too.
It makes sense to check if they aren’t null first, so for a quick fix, you could just add a non coalescing echo.
<?php echo ( $review->ReviewerName ) ? esc_textarea( $review->ReviewerName) : ''; ?>
<?php echo ( $review->ReviewerType ) ? '(' . esc_textarea( $review->ReviewerType) . ')' : ''; ?>
Cheers.
]]>This agency is using a custom plugin with the API to display the agents’ star rating. under their name. Can we please have this as an option for this plugin? Can we also have the option to change the amount of reviews at each break point? Maybe some additional styling options?
]]>Hi — I’m trying to add the RateMyAgent plugin to my website. The widget is not appearing in Elementor to be added to my page.
]]>The review carousel fills to the edge, you can’t scroll across. Doesn’t have the same appearance as is showing on your page RateMyAgent WordPress Plugin
]]>I’m getting a very unhelpful error message when using the short code:
“There was an error getting you data. This will not been displayed to the public.“
I have used: [rma-review-carousel template_type=”full” is_leasing=”false” profile_type=”agent” profile_code=”XXXXX” ] [/rma-review-carousel]
and then: [rma-review-carousel template_type=”full”? profile_code=”b09x5I”] [/rma-review-carousel]
In an attempt to limit the possible errors. My client has a paid subscription and has ratings. I’m happy to get you an account on the site to assist in debugging. Please contact me directly.
]]>Just tried using this, but the current version gives a fatal error:
PHP Fatal error: Uncaught Error: Class "Rma\Options\RmaOptions" not found in wp-content/plugins/ratemyagent-official/rma-wordpress.php:33
On further inspection of the plugin itself, the namespace referenced exists, however, it would appear it’s not being loaded at all or on time?
]]>