Forum Replies Created
- AuthorPosts
Hellmachine
ParticipantHi Ally,
is there an ETA when the next update with Multipage forms will be released?
Thx
HarryHellmachine
ParticipantWhen will WPML support be integrated?
Hellmachine
ParticipantThx Ally!
Hellmachine
ParticipantIs the option to relocate the description implemented already?
October 13, 2015 at 4:27 pm in reply to: Internal Server Error on admin.php?page=iphorm_entries #17121Hellmachine
ParticipantHi Ally,
interesting discovery:
As soon as I activated debugging like this in wp_config the page (/wp-admin/admin.php?page=iphorm_entries) started working again!
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);Nevertheless, I got this (strange) error in debug.log:
[13-Oct-2015 15:13:49 UTC] PHP Fatal error: Out of memory (allocated 30670848) (tried to allocate 1572864 bytes) in [serverpath]/wp-content/plugins/iphorm-form-builder/admin/includes/entries.php on line 138So it seems it is a memory issue, possibly due to the display of ALL entries (>150) on ONE page. I changed the display to only 40 entries per page while in DEBUG mode and now it works again. Even without DEBUG mode.
Thx for your reply!
Best regards,
Harry- AuthorPosts