Fatal error trying to load the plugin – had to load WordPress admin in recovery mode. Error info shown =>
Property and Real Estate Management Plugin for WordPress. Create a directory of real estate / rental properties and integrate them into you WordPress CMS.
Version 2.4.3 | By Usability Dynamics, Inc. | Visit plugin site
This plugin failed to load properly and is paused during recovery mode.
An error of type E_COMPILE_ERROR
was caused in line 1050
of the file /home2/chickade/public_html/centralbrokers.com/wp-content/plugins/wp-property/lib/class_functions.php
. Error message: Array and string offset access syntax with curly braces is no longer supported
WordPress 6.1.1, WP-Property Version 2.4.2, no other plugins active. When I try and set the host (Ionos) to PHP 8 or 8.1 I get a fatal error:
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /homepages/23/d630601373/htdocs/a-tri-site/wordpress/wp-content/plugins/wp-property/lib/class_functions.php on line 1050
There has been a critical error on this website. Please check your site admin email inbox for instructions.
Switching back to PHP 7.4 and all is fine. Any thoughts?
]]>Hi, the slideshow is working on older posts but not on new posts. I dont know why:
this post was made in september 22 and works:
https://prinstuscanproperties.com/search/ref-c151-charming-stone-farmhouse-near-lucignano/
and this one and all that I made in October 22 or later throws an error:
https://prinstuscanproperties.com/search/ref-c153-tuscan-farmhouse-with-olive-grove/
The error:
Uncaught TypeError: Cannot read properties of undefined (reading ‘version’)
at jquery.address-1.5.js?ver=6.1:343:44
at jquery.address-1.5.js?ver=6.1:647:7
at jquery.address-1.5.js?ver=6.1:683:3
(anonymous) @ jquery.address-1.5.js?ver=6.1:343
(anonymous) @ jquery.address-1.5.js?ver=6.1:647
(anonymous) @ jquery.address-1.5.js?ver=6.1:683
WP-Property: version 2.3.9
WP-Property: Responsive Slideshow: version 1.1.0
I cannot update the slideshow plugin because the license is expired but you sell no new licences anymore. what to do?
]]>Is this Plugin Abandoned or still Active?
]]>hello,
1) how can i move the “search wisget” to the top of the page in “mobile mode”?
2) I can’t activate the “maps widget” for the single property and can’t activate the map with all the properties.
Can you help me?
thanks in advise
]]>Hi, used to be a grid layout but that has now gone.
How to get the grid layout back???
Regards
Mark
]]>An important security release is now available for download. You can obtain the release directly from GitHub at https://github.com/wp-property/wp-property/archive/refs/tags/2.4.6.zip
Unfortunately, this release has prompted an extended review process by the folks at www.remarpro.com. This process further delays the reinstatement process for the WP-Property plugin on www.remarpro.com and the release of this important security update.
In the meantime, please download the update directly from GitHub at the link above.
Thank you
]]>On the paid WP-Property themes there are category or status overlays on the feed’s featured images. For example, on the Avalon demo (https://demo.usabilitydynamics.com/avalon/) there is a section called “Pur Latest Properties” where the featured photo has an overlay with the category listed such as “Single Family Home” or “Apartment”.
Is this possible to achieve without using their theme? We would ideally like to add status categories such as “Sale Pending” or “Sold” so that these would be displayed over the featured image. Any help would be much appreciated even if it is just to point us in the direction of how to edit the php/code and accomplish this ourselves within a child theme.
]]>What is the reason this was pulled from the repository? Is there a critical security issue? My site relies on this plugin so I don’t want to just shut it down without knowing what the issue is. But, I’m worried about getting hacked if there is a security flaw.
]]>Since few days the new properties imported by the wp-importer plugin don’t contain all the images but just the first one.
The source file (XML) looks correct, the structure of the XML that contains the references to the images is correct and is never changed since I’ve started to use the plugin (several years ago). I’ve also checked the verbose log of the importer plugin and I didn’t catch any kind of error, the query to insert the images to be manipulated by the plugin in order to create all the images attached to the single property is correct and contains all the expected images’ URLs.
Here is an example of the query.
INSERT INTO
wp_postmeta(
post_id,
meta_key,
meta_value) VALUES ([right_id], 'wpp::images', '{\"images\":[\"https://www.url.it/pictures/0000.jpg\",\"https://www.url.it/pictures/0001.jpg\", […], \”https://www.url.it/pictures/000n.jpg\"],\"featured-image\":null}')
I’ve tried to delete all the properties and then re-import from scratch, but with the same result.
Any help will be appreciated, thanks.
Wordpress 5.8.1
Wp-property 2.4.2
Wp-property-importer 5.3.1
Php 7.1.11
Mysql 5.0.92
Good morning
I have a new website, completely fresh wordpress installation.
After installing WP-Property, and pressing “activate” website https://properties.qinvestments.london/ or another existing website https://qinvestments.london there is a message of a “critical error”.
I did it on on another website and problem persists until deactivating this plugin.
What it causes I don’t know but I would like to use the WP-property. Just dont understand why it does not work on my wordpress or hosting.
Please help or advice.
]]>Is there a way I can pull the property gallery into the PDF List file as well?
]]>Hello,
City and State fetched from the address but right now it is not working.
Also, I am not able to see all google Maps pins on the available site page.
Right now I am using the latest version of the plugin (2.4.2) and the WordPress version (5.5.5)
Can you please let me know what is the issue?
]]>Hello,
After updating my website to PHP 7.4.13, I got a deprecated message on a page that uses wp-property on my website.
The Deprecated message is as follows.
Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /home/XXX/XXX.com/public_html/wp-content/plugins/wp-property/lib/template-functions.php on line 500
Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/XXX/XXX.com/public_html/wp-content/plugins/wp-property/lib/classes/class-property-factory.php on line 280
I modified the Deprecated message as follows:
1. template-functions.php on line 500
Before
echo implode($features_html, ", ");
After
echo implode(", ", $features_html);
2. class-property-factory.php on line 280
Before
if( '_' == $k{0} ) {
After
if( '_' == $k[0] ) {
Thank you.
PHP: Ver.7.4.13
WordPress: Ver.5.7.2
wp-property: Ver.2.4.2
Hey, I get an error with the responsive slideshow.
I enabled the Addon in the Property>Addons menu. Then I added the shortcode in my page template file.
<?php echo do_shortcode( “[property_responsive_slideshow]” ); ?>
Uncaught TypeError: Cannot read property 'on' of undefined
at HTMLDivElement.<anonymous> (res-slideshow.js?ver=5.7.2:76)
at Function.each (jquery.min.js?ver=3.5.1:2)
at s.fn.init.each (jquery.min.js?ver=3.5.1:2)
at HTMLDocument.<anonymous> (res-slideshow.js?ver=5.7.2:3)
at e (jquery.min.js?ver=3.5.1:2)
at t (jquery.min.js?ver=3.5.1:2)
Uncaught TypeError: s.onResize is not a function
at isAllImgLoaded (res-slideshow.js?ver=5.7.2:13)
at HTMLImageElement.<anonymous> (res-slideshow.js?ver=5.7.2:18)
at HTMLImageElement.dispatch (jquery.min.js?ver=3.5.1:2)
at HTMLImageElement.v.handle (jquery.min.js?ver=3.5.1:2)
]]>
I have a client that has been using WPProperty for many years. We just found out that the price search is not working. If you go here: https://www.yourwhiteknight.com/properties and search for a Max Price of $35,000 it reduces the number of results but it shows prices that are obviously above $35,000.
https://www.yourwhiteknight.com/properties/?wpp_search%5Bpagination%5D=on&wpp_search%5Bper_page%5D=10&wpp_search%5Bstrict_search%5D=false&wpp_search%5Bproperty_type%5D=modular&wpp_search%5Bprice%5D%5Bmin%5D=0&wpp_search%5Bprice%5D%5Bmax%5D=35000&wpp_search%5Byear%5D=-1&wpp_search%5Bbedrooms%5D=-1&wpp_search%5Bbathrooms%5D=-1&wpp_search%5Bsquare_footage%5D=-1&wpp_search%5Bpark%5D=&wpp_search%5Bpark_type%5D=-1&wpp_search%5Bwidth%5D=-1&wpp_search%5Bcity_name%5D=-1
If I put in a min price of 5000 and a max price of 35000 it shows no results even though we know that there are properties in that price range.
I did a search request for 5000 – 55000 and it seemed to work but when I checked the properties that are less than 20000 do not show on the list and I am not sure if others are missing as well.
Interestingly if I put a min price of 30000 and a max price of 75000 or 10000 to 50000 it seems to work but once again after the above results I am unsure if it is capturing all the data correctly (https://www.yourwhiteknight.com/properties/?wpp_search%5Bpagination%5D=on&wpp_search%5Bper_page%5D=10&wpp_search%5Bstrict_search%5D=false&wpp_search%5Bproperty_type%5D=modular&wpp_search%5Bprice%5D%5Bmin%5D=30000&wpp_search%5Bprice%5D%5Bmax%5D=75000&wpp_search%5Byear%5D=-1&wpp_search%5Bbedrooms%5D=-1&wpp_search%5Bbathrooms%5D=-1&wpp_search%5Bsquare_footage%5D=-1&wpp_search%5Bpark%5D=&wpp_search%5Bpark_type%5D=-1&wpp_search%5Bwidth%5D=-1&wpp_search%5Bcity_name%5D=-1#/requested_page=1&sort_order=DESC&sort_by=price&i=1&unique_hash=16885). Why does it not
Also, if I search by price and click “Sort by: Price” at the top of the list it does not reorder the properties by price when I have used the price Max filter.
]]>All of the property listings on both sites I use WP-Property are jumping to the map. For example:
https://kwrealtybigisland.com/properties/77-111-kalaniuka-st-kailua-kona-hi-96725/
It’s also doing it with your demo:
https://demo.usabilitydynamics.com/avalon/properties/sweet-home-in-lillington__trashed/
Seems to be jumping to
#property_map
Weird.
]]>Hi,
When translating your plugin, I encountered a string that is not OK in my opinion
Dismiss this notice
There is a problem with this part ‘””>’ ,as it does not belong there !!
I suggest that you correct this line
Regards,
Peter
hi,
was having issues with my property overview, the pagination did not want to work, when i pres the next page, it tries to open an empty javacontainer. thinking i did something wrong, i started looking around and found a very simular issue on the demo site (did not provide a link to my website as this is behind a underconstruction screen)
anyone else has this problem as wel? is this a bug in the plugin or am i (and the demo site by author!) doing something wrong?
]]>How register new top sidebar for types property/
]]>How do I show the date and time of the last import?
If I figure it out, I’ll post a reply to myself. ??
]]>Как добавить Child Properties к свойствам?
]]>Do we need to enter licenses for WP-Property addons anymore? I have a site that isn’t downloading images, and I am wondering if the license has something to do with it. I can’t find an admin screen anywhere in the updated plugin where a license key would go.
]]>“You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors.”
We are getting this error in Console when editing/creating a property, which is causing the map not to work correctly.
]]>HI,
I update WordPress version 5.7 and i’ve got multiple error javascript with “WP-Property: Responsive Slideshow”. it’s don’t work.
Can you do an upgrade ?
Uncaught TypeError: enDisKeyCtrl is not a function (res-slideshow.js?ver=347ac6:82 )
res-slideshow.js?ver=347ac6:77 : Uncaught TypeError: Cannot read property ‘call’ of undefined
Uncaught TypeError: Cannot create property ‘guid’ on string ‘.swiper-slide’ (jquery.min.js?ver=3.5.1:2 )
thanks
]]>Suddely all my plugins from Usabilitydynamics stopped working, and the whole site is a mess. Renewed the licenses, but can not activate the plugins again….get:
(WP-Property)
Fatal error: Uncaught Error: Class ‘UsabilityDynamics\WPP\Bootstrap’ not found in /home/2/s/sydenleiligheter/www/wp-content/plugins/wp-property/wp-property.php:55 Stack trace: #0 /home/2/s/sydenleiligheter/www/wp-content/plugins/wp-property/wp-property.php(75): ud_get_wp_property() #1 /home/2/s/sydenleiligheter/www/wp-content/plugins/wp-property/wp-property.php(133): ud_check_wp_property() #2 /home/2/s/sydenleiligheter/www/wp-admin/includes/plugin.php(2297): include(‘/home/2/s/syden…’) #3 /home/2/s/sydenleiligheter/www/wp-admin/plugins.php(191): plugin_sandbox_scrape(‘wp-property/wp-…’) #4 {main} thrown in /home/2/s/sydenleiligheter/www/wp-content/plugins/wp-property/wp-property.php on line 55
(and all other plugins are dependent on property to be active first…supermap, agents, power tools, terms etc…)
the WordPress version 6.2.2 is installed
]]>Hello,
I am trying to figure out how to change the order in which the properties appear. I would like to be able to easily move the the order of the properties. Ie. move one of the first properties I entered to the top. What is the best way to do this?
Hello,
The sort function and pagination is not working with any theme, even with the generic WP themes. Have tried deactivating all plugins, used several themes however no luck.
Your plugin has not been updated in 6 months, please have the basic things working smoothly if not provide active support.
want to make a property selling and renting website. The website’s most of the functionality and look will be similar to https://www.scala.cy Also I’ll need some extra and custom functionality. If I’ll use this plugin (WP-Property) the plugin time can help me with the extra paid customization services?
]]>hi there, the search filter is no longer working? Can you fix this or let me know how to fix this? thanks.
]]>