bluesalman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tried to update to 3.6 and now it crashed my website and my server!Same here,
i updated successfully
but server crashing after every hour or two.I have 3 domains running 3.6 now
It was network issue.
Forum: Fixing WordPress
In reply to: Tried to update to 3.6 and now it crashed my website and my server!Please ignore last message,
investigation ended up with hosting company network issues.
Forum: Fixing WordPress
In reply to: Tried to update to 3.6 and now it crashed my website and my server!Same here,
i updated successfully
but server crashing after every hour or two.I have 3 domains running 3.6 now
Forum: Plugins
In reply to: [WP-PageNavi] Double Install of WP-PageNaviThanks for reply, i have checked there is only one.
Its a multisite setup, anything to do with that?Give me a day, i am setting up a mirror test site. There you can test.
i tested it on the same blog. it was not working for 4000 posts. But if we reduced posts below 1000, somewhere 700-800. It works. Right now i am using it with all plugins enabled and there are 300+ posts. And these posts are custom type posts.if you want me to collect some data for diags, i can do it
awesome plugin
That’s true, i tested plugin on a different site with fewer posts, and it is working fine there. I am using latest version 2.4.
Waiting for new version. And thanks for making such a great plugin.here is the error debug output
https://example.com/wp-admin/load-scripts.php?c=0&load=jquery,utils&ver=3.4.1 "NetworkError: 500 Internal Server Error - https://example.com/wp-admin/admin-ajax.php?_wpnonce=72dcbe2112&action=edcal_posts&from=2012-08-13&to=2012-10-01&post_type=job_listing" admin-...listing There was an error contacting your blog. anonymous()edit.p...listing (line 1190) anonymous()edit.p...listing (line 1181) anonymous()load-s...r=3.4.1 (line 2) anonymous()load-s...r=3.4.1 (line 2) w()load-s...r=3.4.1 (line 4) anonymous()load-s...r=3.4.1 (line 4) ...esponseText: "+a.responseText)}})}},output:function(a){window.console&&console.i... edit.p...listing (line 1190
Akshay, did you manage to resolve the issue? i am having same problem. Custom post types drafts are not loading in unscheduled area. and then same error appears, ‘there was an error contacing your blog’
Forum: Fixing WordPress
In reply to: Query String with user info<?php $apply_link = apply_filters('the_content', get_post_meta($post->ID, 'application_link', true)); if (get_the_author() == 'xxxx') { if ( is_user_logged_in() ) {?> <div id="app_link"><h3><?php global $current_user; get_currentuserinfo(); echo 'User first name: ' . $current_user->user_firstname . "\n"; echo 'User last name: ' . $current_user->user_lastname . "\n"; echo $apply_link;?></h3></div>
I want “&FirstName=abc&LastName=xyz” to be added after this echo $apply_link
Forum: Plugins
In reply to: [Social Login] Password, Avatar and comments issue4. Many Companies block facebook and social networks on their corporate network.
I have just observed that users who signed in using facebook, their avatar is not showing anywhere when connected to corporate network, which means it is being fetched every time page is loaded, and if facebook is blocked no avtar will be shown for users registered with social login. Please consider this for future release,Forum: Plugins
In reply to: [Bowe Codes] [Plugin: Bowe Codes] Plugins page in wp dashboard not accessible??? any idea ???
Forum: Networking WordPress
In reply to: Email VerificationThanks Ipstenu
It was theme behavior not the plugin.