Ryan Harne
Forum Replies Created
-
Hi Peter,
Appreciate for your prompt response.
Unfortunately I can’t replicate this issue on site other environment as well.
It must be other plugin / server issue.
Let me closed this first, until I found the real issue.Thanks again.
Ryan HForum: Plugins
In reply to: [WooCommerce Fat Zebra Gateway] Unexpected $endHi Matthew,
Unfortunately, the latest github copy did not solve the issue.
But I found the bug
272:: <?
change to
272:: <?php
This fixed it.
My PHP must be on very strict validation.Hope this helps.
Ryan H.
Osky InteractiveForum: Plugins
In reply to: [WooCommerce Fat Zebra Gateway] Unexpected $endHi Matthew,
We are using WP 3.4.2.
I hope this spec-summary will be enough.It was broken on DEV (PHP5.3)
DEV – tinypic.com/r/10ru5cg/6It was fine on LIVE (PHP5.2)
LIVE – tinypic.com/r/4sk8jc/6Please let know if you insist to have the phpinfo()
Thanks!
TQ Pippin for the advice.
I solved my permalink issue by:
Changed
-Remove custom permalink action:
1082: //add_action( 'init', 'gllr_custom_permalinks' );...-Add custom permalink: on plugin activation
28: function gllr_plugin_install(){.... 44: gllr_custom_permalinks(); 45: ..}Cheers!
Forum: Fixing WordPress
In reply to: Missing/Corrupted Posts, Pages & CPT ListingOps!
My mistake. 😐
There were a filter, “manage_posts_columns”.Since upgraded to 3.3.2 it MUST return the first argument default value ($posts_columns).
Cheers.