varunkrish
Forum Replies Created
-
Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] Massive bug, I thinklooks like custom permalinks are the culprit .
I changed to the default ?p=post_id format and things work fine
Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] Massive bug, I thinkHi Mohammad,
Thanks for the quick 1.1 update. But still not working.
Get a 404 error which I try to save a new live blog entry
Firebug says the following url threw a 404 Not found
domain.com/wordpress/test-4/liveblog/1/1346807291/
Forum: Plugins
In reply to: [Liveblog] Normal Users dont see liveblog partworst plugin release ever . did not expect this from automattic guys !
installed on localhost – does not work .. installed on 3 remote boxes – does not work . Sad that this plugin is all over the news now but does not work ??
Grabbed a nightly build and not working on it either
I finally got ur dev version and changed the htaccess rules as i said above and God!! it does work now ! and my server load has reduced considerably.
But the irony is that i am trying to recreate the same environment on the development environment but the pages are being served dynamically all the time even though the pages are cached and the admin panel shows the same.
Is this a rewrite / apache issue or problem with the plugin ?
Can you please help me figure out ?
thanks
i took the code of the development version and im runnin wp2.6.5
cache files are created but never used . CPU usage is rocketing
i have my blog at domain.com/blog
here is my htacess
# BEGIN WPSuperCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ AddDefaultCharset UTF-8 RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{DOCUMENT_ROOT}/blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html.gz -f RewriteRule ^(.*) /blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html.gz [L] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{DOCUMENT_ROOT}/blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html -f RewriteRule ^(.*) /blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html [L] </IfModule> # END WPSuperCache
Forum: Plugins
In reply to: Create the pagecan u please explain what u want ?
Forum: Requests and Feedback
In reply to: Php-cgi vs Php as an Apache modulepl check this thread for the diff between php as apache module and cgi binary
https://varunkrish.com/php-as-apache-module-vs-php-as-cgi-binary.html
Forum: Plugins
In reply to: New Plugin: Subscribers-Only 1.0please release the plugin soon
Forum: Plugins
In reply to: Restrict Categories based on User Role Created in role managerHave u seen this Limit Categories Plugin from red alt ?
its super for posting …
You can pick each role created in role manager and delegate the rights.
But what i want is to show/hide categories for viewing instead of posting.
Forum: Plugins
In reply to: Restrict Categories based on User Role Created in role managerthanks tom… will look into it
iam using the role manager plugin from red alt only
Forum: Fixing WordPress
In reply to: login to wordpress from main pagecan i login to wordpress from php code itself without revealing the info to the user ?
i mean no form nothing…..
they are automatically signed it to wordpress with some role.
how do i do that?