scriptgurus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Not Logged in On Frontend when logged inUPDATE
FORCE_SSL_ADMIN set to true is the problem!
set to false (all urls http) including admin backend
and is_user_logged_in() to show true— BUT
I run a subscription site
I need to have ssl for admin logon checkout and ssl pages
when user is logged on front in I need
vars like is_user_logged_in() to be available + admin menuIN 3.+ this worked fine both http and https is_user_logged_in()
and admin menu were available.Any one have a fix for this ?
Forum: Fixing WordPress
In reply to: Not Logged in On Frontend when logged inafter more testing.. the problem is something tp do with https / ssl site
when on a url with https (checkout) site showing admin / and is_user_logged_in() shows true –
so logged into backend its ok but on front (http) is_user_logged_in() is null
In 3.+ this was working ok – there must be other users that use https that are having the same issue..Forum: Fixing WordPress
In reply to: Not Logged in On Frontend when logged inno not using CloudFlare or any other form of caching.. very strange
Have same problem
wp-admin/admin.php?page=ngg_display_settings
** Blank page.
WP Version 3.5.2 – Clean install – no other plugins installed
NextGEN Gallery – Version 2.0.0Must be an issue with wp 3.5.2
but no one posting the issue in nextgen forum – strangeAnyone experiencing the same? Solution?