Title: Maxim Peshkov's Replies | WordPress.org

---

# Maxim Peshkov

  [  ](https://wordpress.org/support/users/maximpeshkov/)

 *   [Profile](https://wordpress.org/support/users/maximpeshkov/)
 *   [Topics Started](https://wordpress.org/support/users/maximpeshkov/topics/)
 *   [Replies Created](https://wordpress.org/support/users/maximpeshkov/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/maximpeshkov/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/maximpeshkov/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/maximpeshkov/engagements/)
 *   [Favorites](https://wordpress.org/support/users/maximpeshkov/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 179 total)

1 [2](https://wordpress.org/support/users/maximpeshkov/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/maximpeshkov/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/maximpeshkov/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/maximpeshkov/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/maximpeshkov/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/maximpeshkov/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Stateless - Google Cloud Storage] Few PDF showing older URL](https://wordpress.org/support/topic/few-pdf-showing-older-url/)
 *  [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/few-pdf-showing-older-url/page/2/#post-9441756)
 * Hello [@rishi2411](https://wordpress.org/support/users/rishi2411/). Please, note,
   the fatal error you experienced ‘_Can’t use function return value in write context_‘,
   belongs to PHP 5.5 and less.
 * > Prior to PHP 5.5, empty() only supports variables; anything else will result
   > in a parse error. In other words, the following will not work: empty(trim($
   > name)). Instead, use trim($name) == false.
 * More details is[here](http://php.net/manual/en/function.empty.php)
 * In general, it means, that the version of PHP on your server is too old. And,
   you may face with a bunch of other Fatal Errors, even if the current Fatal Error
   will be fixed.
 * WP-Stateless plugin ( and most of other ones ) support PHP 5.6 and higher.
 * Anyway, the Fatal Error is fixed and it will be available in new ‘hotfix’ release
   2.0.2 shortly. Until, new WP-Stateless 2.0.2 is not launched, you can download
   the plugin with fix [here](https://github.com/wpCloud/wp-stateless/archive/v2.0-hotfix.zip).
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gmail SMTP] Gmail SMTP Breaking WP Stateless](https://wordpress.org/support/topic/gmail-smtp-breaking-wp-stateless/)
 *  [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/gmail-smtp-breaking-wp-stateless/#post-9438204)
 * Yep, I just did some tests. I believe, the issue is solved now. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gmail SMTP] Gmail SMTP Breaking WP Stateless](https://wordpress.org/support/topic/gmail-smtp-breaking-wp-stateless/)
 *  [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/gmail-smtp-breaking-wp-stateless/#post-9437268)
 * To solve the issue with Gmail SMTP plugin, we added back compatibility with Google
   SDK 1.x. to our WP-Stateless plugin. But, suddenly you launched new version of
   plugin which contains cut version of latest Google SDK. And… it just broke our
   plugin again….
 * Please, look through my comment [here](https://wordpress.org/support/topic/plugin-conflicts-27/#post-9434567).
 * > you should not load Google SDK on every page load ( on plugin initialization).
   > In other case, you will face with another conflicts: when other third-party
   > plugins are using legacy Google SDK ( < v2.0 ).
 * It also belongs to other Google SDK versions, since you’re using cut version 
   of SDK…. And, even more fact, Google SDK 2.0.0 has conflicts with Google SDK 
   2.2.0… So, I’m absolutely sure you will get much more support topics now, regarding
   conflicts with other plugins which also use Google SDK.
 * I believe, that the problem is not a version of Google SDK, but how you’re initializing
   it. To prevent the most potential issues with other plugins, you just needed 
   to start loading your Google SDK ONLY when it’s really needed, but not on every
   plugin’s initialization…
 * Regards.
    -  This reply was modified 8 years, 8 months ago by [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gmail SMTP] Plugin Conflicts](https://wordpress.org/support/topic/plugin-conflicts-27/)
 *  [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/plugin-conflicts-27/#post-9437265)
 * To solve the issue with Gmail SMTP plugin, we added back compatibility with Google
   SDK 1.x. to our WP-Stateless plugin. But, suddenly you launched new version of
   plugin which contains cut version of latest Google SDK. And… it just broke our
   plugin again….
 * Please, look through my comment above.
 * > you should not load Google SDK on every page load ( on plugin initialization).
   > In other case, you will face with another conflicts: when other third-party
   > plugins are using legacy Google SDK ( < v2.0 ).
 * It also belongs to other Google SDK versions, since you’re using cut version 
   of SDK…. And, even more fact, Google SDK 2.0.0 has conflicts with Google SDK 
   2.2.0… So, I’m absolutely sure you will get much more support topics now, regarding
   conflicts with other plugins which also use Google SDK.
 * I believe, that the problem is not a version of Google SDK, but how you’re initializing
   it. To prevent the most potential issues with other plugins, you just needed 
   to start loading your Google SDK ONLY when it’s really needed, but not on every
   plugin’s initialization…
 * Regards.
    -  This reply was modified 8 years, 8 months ago by [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/).
    -  This reply was modified 8 years, 8 months ago by [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gmail SMTP] Plugin Conflicts](https://wordpress.org/support/topic/plugin-conflicts-27/)
 *  [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/plugin-conflicts-27/#post-9434567)
 * Hello,
 * To prevent the issues with other plugins, which are using Google SDK, you should
   not load Google SDK on every page load ( on plugin initialization ). In other
   case, you will face with another conflicts: when other third-party plugins are
   using legacy Google SDK ( < v2.0 ).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Is this still a vulnerability?](https://wordpress.org/support/topic/is-this-still-a-vulnerability/)
 *  Plugin Contributor [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/is-this-still-a-vulnerability/#post-6939189)
 * Hello,
 * The bug belonged to WP-Property 1.35.0 and older versions.
    It’s also mentioned
   in provided article.
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Error 500 – Upgrade Core 4.4 & WP-Property 2.1.4](https://wordpress.org/support/topic/error-500-upgrade-core-44-wp-property-214/)
 *  Plugin Contributor [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/error-500-upgrade-core-44-wp-property-214/#post-6881286)
 * Hello,
 * Please, look through the related topic [here](https://wordpress.org/support/topic/properties-not-showing-up-on-admin-panel?replies=10).
 * Also, please, ask your host provider about your PHP version. I think, you may
   be wrong about current one.
 * > [26-Dec-2015 06:09:59] PHP Parse error: syntax error, unexpected T_STRING in/
   > home8/landmav4/public_html/testlandmark/wp-content/plugins/wp-property/wp-property.
   > php on line 54
 * The error, you mentioned, must not occur on PHP 5.3 and higher.
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Error 500 – Upgrade Core 4.4 & WP-Property 2.1.4](https://wordpress.org/support/topic/error-500-upgrade-core-44-wp-property-214/)
 *  Plugin Contributor [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/error-500-upgrade-core-44-wp-property-214/#post-6881213)
 * Hello,
 * As I understand, you have fatal error on trying to install/activate WP-Property
   2.x.x which causes 500 Error. To see the error you should enable debug mode. 
   See doc [here](https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG).
 * `define('WP_DEBUG', true);`
 * And, be sure, that the errors are being displayed.
 * `define('WP_DEBUG_DISPLAY', false);`
 * Please, let us know, which error occurs on WP-Property 2.x.x activation.
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] properties not showing up on admin panel](https://wordpress.org/support/topic/properties-not-showing-up-on-admin-panel/)
 *  Plugin Contributor [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/properties-not-showing-up-on-admin-panel/#post-6863613)
 * > The site is now on PHP 5.6. After I made the switch I upgraded to the latest
   > WP Property- white screen of death.
 * As I understand your current PHP version is 5.6 now, but some Error still occurs.
   Which exactly Error do you have now? If you still are having the same errors 
   as before, so your version still is not 5.6.
 * > So I went back to the 1.42.0 version (the only version that doesn’t cause white
   > screen of death) and now I’m back at the starting place, no properties showing
   > on the admin panel.
 * I already mentioned about WP-Property 1.42.1 and lower versions incompatibility
   with WordPress 4.3 and higher ( see my post above ). What is preventing you from
   using WP-Property 1.42.4 (the latest stable version of WP-Property before 2.x)?
   I believe it should solve the issue with not showing properties on ‘All Properties’
   page, in case you do not have success with installing and activating WP-Property
   2.x version.
 * See screen: [http://screencast.com/t/gS5EtOPX](http://screencast.com/t/gS5EtOPX)
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] properties not showing up on admin panel](https://wordpress.org/support/topic/properties-not-showing-up-on-admin-panel/)
 *  Plugin Contributor [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/properties-not-showing-up-on-admin-panel/#post-6863592)
 * The error is occurring because of using [namespaces](http://php.net/manual/en/language.namespaces.rationale.php)
   in code.
    Screen : [http://screencast.com/t/cJCtJrOgCd](http://screencast.com/t/cJCtJrOgCd)
 * I saw, you mentioned that your current PHP is 5.6. But, I think, you may be wrong.
 * [See the error occurring on many PHP versions](https://3v4l.org/8HmlT).
 * Also, look through related topic [here](http://stackoverflow.com/questions/17156251/unexpected-character-in-input-ascii-92-state-1).
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] properties not showing up on admin panel](https://wordpress.org/support/topic/properties-not-showing-up-on-admin-panel/)
 *  Plugin Contributor [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/properties-not-showing-up-on-admin-panel/#post-6863560)
 * Hello,
 * Regarding your current WP-Property version.
 * > currently using 1.42.0 and I still can’t access my properties from the admin
   > panel.
 * Maria mentioned that WP-Property 1.42.1 ( actually, 1.42.2 and less ) is not 
   compatible with the latest WordPress versions ( 4.3 and higher ). It’s the reason,
   why any property is not shown on All Properties page.
 * As I understand, you have fatal error on trying to activate WP-Property 2.x.x.
   To see the error you should enable debug mode. See doc [here](https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG)
 * `define('WP_DEBUG', true);`
 * And, be sure, that the errors are being displayed.
 * `define('WP_DEBUG_DISPLAY', false);`
 * Please, let us know, which error occurs on WP-Property 2.x.x activation.
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Numeric sort order by Address](https://wordpress.org/support/topic/numeric-sort-order-by-address/)
 *  Plugin Contributor [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/numeric-sort-order-by-address/#post-6812079)
 * Hello,
 * Numeric Sorting only works for attributes which have ‘numeric’ or ‘currency’ 
   Data Entry.
    You can manage your attributes ( including Data Entry ) on Developer
   Tab on Settings page. Also, be sure that you have only numbers or float values
   for particular attribute.
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] currency symbol not showing up](https://wordpress.org/support/topic/currency-symbol-not-showing-up/)
 *  Plugin Contributor [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/currency-symbol-not-showing-up/#post-6792660)
 * > how do I set the search up for specific amounts like between 50,000 and 100,000(
   > and so on)
 * You should set Advanced Range Dropdown with your custom values for Search Input
   on Developer Tab ( Settigns page ).
 * Example: [http://screencast.com/t/rWCxwPpQ](http://screencast.com/t/rWCxwPpQ)
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] currency symbol not showing up](https://wordpress.org/support/topic/currency-symbol-not-showing-up/)
 *  Plugin Contributor [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/currency-symbol-not-showing-up/#post-6792658)
 * Hello,
 * Make sure, that you set ‘Currency’ Data Entry for your price attribute on Developer
   Tab (Settings page), but not ‘Numeric’.
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Search results not returning for price and returning all for city](https://wordpress.org/support/topic/search-results-not-returning-for-price-and-returning-all-for-city/)
 *  Plugin Contributor [Maxim Peshkov](https://wordpress.org/support/users/maximpeshkov/)
 * (@maximpeshkov)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/search-results-not-returning-for-price-and-returning-all-for-city/#post-6786770)
 * Make sure, that you set ‘Currency’ Data Entry for your price attribute on Developer
   Tab (Settings page), but not ‘Numeric’.

Viewing 15 replies - 1 through 15 (of 179 total)

1 [2](https://wordpress.org/support/users/maximpeshkov/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/maximpeshkov/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/maximpeshkov/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/maximpeshkov/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/maximpeshkov/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/maximpeshkov/replies/page/2/?output_format=md)