Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author thinkeryllc

    (@thinkeryllc)

    Hi– I can’t duplicate this issue. Can you check your PHP error logs? Often a blank white page means a fatal error has occurred.

    Thread Starter bobby.noonan

    (@bobbynoonan)

    Hey, nothing is showing up in my php-errors.log file. I will continue to look for some errors, but you havent seen this before?

    Plugin Author thinkeryllc

    (@thinkeryllc)

    No– are you using a standard WP template? We’ve seen some weird behavior with some templates that don’t do things the “normal” WP way, so you might try applying a basic WP template and see if that helps.

    Thread Starter bobby.noonan

    (@bobbynoonan)

    i am using a custom WP template. i dont see how that would change anything…ill test out your plugin with a standard WP template

    Plugin Author thinkeryllc

    (@thinkeryllc)

    Yeah, it seems really odd to us coming from the Joomla world, but in WP template developers can sort of set their own way of doing things, and the plugins just have to adapt or crash.

    Let me know if a default WP template fixes this issue– if not, we’ll dig deeper.

    I had a similar problem, except I did receive a message in the error log. When I added properties without an available date, the database complained:

    “WordPress database error Incorrect date value: ” for column ‘available_date’ at row 1 for query INSERT INTO wp_iproperty_properties ….. made by edit_post, wp_update_post, wp_insert_post, do_action(‘save_post’), call_user_func_array, iproperty_save_property, IProperty_Base->save, referer: http://localhost:8888/wp-admin/post.php?post=69&action=edit&message=10″

    Making sure there was an available date solved this issue for me.

    Plugin Author thinkeryllc

    (@thinkeryllc)

    Marking as resolved since discussion has ended. Assuming it was a template issue or possibly the available date issues mentioned above.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘View All Properties not working’ is closed to new replies.