Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    Hello.

    To fix issue with white screen you need to update php version on your server. It should be 5.3 or higher.

    1.42.1 version of WP-Property is not compatible with last wordpress versions. Try to use 1.42.4 in that case.

    Regards.

    Thread Starter junenery

    (@junenery)

    Hi, PHP is 5.6 so that isn’t the problem.

    where can I get a copy of wp-property 1.42.4?

    Plugin Contributor Eric Sopp

    (@ideric)

    Thread Starter junenery

    (@junenery)

    Thanks, I’ve tried several versions. currently using 1.42.0 and I still can’t access my properties from the admin panel. And I’ve manually set the sort order which isn’t working either. They are sorting by most recent on the top.

    Any advice as to how to get access through the admin panel?

    Plugin Contributor Maxim Peshkov

    (@maximpeshkov)

    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

    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.

    Thread Starter junenery

    (@junenery)

    I deactivated all the plug-ins accept wp-property, switched the template to twenty-fourteen. Updated Wp-property through admin panel to the newest version and got the white screen of death.

    Here are the errors:
    Warning: Unexpected character in input: ‘\’ (ASCII=92) state=1 in /home1/nerycons/public_html/visitlamanzanilla/wp-content/plugins/wp-property/wp-property.php on line 54

    Warning: Unexpected character in input: ‘\’ (ASCII=92) state=1 in /home1/nerycons/public_html/visitlamanzanilla/wp-content/plugins/wp-property/wp-property.php on line 54

    Parse error: syntax error, unexpected T_STRING in /home1/nerycons/public_html/visitlamanzanilla/wp-content/plugins/wp-property/wp-property.php on line 54

    Plugin Contributor Maxim Peshkov

    (@maximpeshkov)

    The error is occurring because of using namespaces in code.
    Screen : https://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.

    Also, look through related topic here.

    Regards.

    Thread Starter junenery

    (@junenery)

    Thanks Maxim,

    You are correct I was not on PHP 5.6, I must have been seeing things the first time I checked. The site is now on PHP 5.6. After I made the switch I upgraded to the latest WP Property- white screen of death. 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 looked at all the links you provided above but I’m unclear where the namespaces are and how to fix them in the code.

    If it was just a matter of a conflict with another plug-in or the template I could deal with that, but at this point I think I better stick with what is working and look for a better alternative.

    Thanks again for your help.

    Plugin Contributor Maxim Peshkov

    (@maximpeshkov)

    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: https://screencast.com/t/gS5EtOPX

    Regards.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘properties not showing up on admin panel’ is closed to new replies.