maksim270
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Event Calendar AutoPOP] Can't load after upgrade to 1.3in 1.3.1 we changed the syntax, so these line should look this way
public static $event_past = array('past', 'autopop_past_events'); public static $event_live = array('live', 'autopop_live_events'); public static $event_draft = array('draft', 'autopop_draft_events');ie no short php 5.4+ style for array syntax
If there are any issues with updating – `please replace these three linesForum: Fixing WordPress
In reply to: ERR_EMPTY_RESPONSE when try enter to Admin-panelseems the line does it
ini_set( ‘memory_limit’, apply_filters( ‘admin_memory_limit’, WP_MAX_MEMORY_LIMIT ) );in wp-admin/admin.php (around the line #155)
I saw the same on 5.3, the issue has gone once the line been commented out
Forum: Plugins
In reply to: [Event Calendar AutoPOP] Can't load after upgrade to 1.3Hey!
The error is too similar as php 5.3 generates. We have changed it to full array syntax so the issue should be gone. Please update the plugin.Thanks
Hi,
seems you are asking for r_fullprofile data
LI changed the rules during API updates,
please see
https://developer.linkedin.com/support/developer-program-transition
for details.
Viewing 4 replies - 1 through 4 (of 4 total)