• Resolved joesch

    (@joesch)


    If I click on “activity monitor -> activity monitor” in the left menu of the wordpress installation (/wp-admin/admin.php?page=plainview_activity_monitor), I see a blank page since the conversion to https. Previously, the plugin worked fine. What could be the cause? I use php 5.6.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author edward_plainview

    (@edward_plainview)

    What does your webserver error log say?

    Thread Starter joesch

    (@joesch)

    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in …/wp-content/plugins/plainview-activity-monitor/src/sdk/html/element.php on line 92
    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in …/wp-content/plugins/plainview-activity-monitor/src/sdk/form2/inputs/description.php on line 24

    Plugin Author edward_plainview

    (@edward_plainview)

    Looks like an out of memory error. Time to increase either your PHP memory limit or your WP memory limit, or both.

    Strange that your webserver allows more memory for http than for https.

    Thread Starter joesch

    (@joesch)

    On the recommendation of the provider I have changed to the php-Version 7.0.

    Now it works again …

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘empty page’ is closed to new replies.