Archive

Posts Tagged ‘error’

WordPress Plugin Simple Tags was the culprit in crashing my blog on Submit

Aug 21st, 2011

Simple Tags By Amaury Balmer was the culprit in crashing my blog on Save. Whenever I tried to save anything, I used to see blank page on Admin side after update to WordPress version 3.2.1. Simple tags plugin is for
adding Extended Tagging for WordPress 3.1 : Suggested Tags, Mass… (Continue)

Solution to WordPress Blank Web Pages without error Display

Jul 25th, 2010

Are you getting blank pages on WordPress without any error displaying on web browser? I got this error when I have deactivated the W3 Total Cache and with that removed subdomain used as cdn. Therefore, I have shifted all the media files to normal upload directly. In the process I… (Continue)

Eclipse Error – Failed to load the JNI shared library "C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll"

Jul 11th, 2010

Today I thought to check with new Version of eclipse – Helios. I have download the eclipse, which was a good 143 MB and it took quite some time to download. When I tried to start the eclipse it does not worked. Eclipse gave me this error:- Failed to load… (Continue)

Page Navigation for WordPress

Jul 7th, 2010

Just a quick post as I understood something important about WordPress famous plugin for paging – WP-PageNavi. My configuration for this was not very correct and it was getting 404 Not found in Google webmaster tool. I think you would not like to see those error in webmaster tool. And… (Continue)

Image Not Available : Easy Solution for Missing Images

Apr 28th, 2010

What to do if image is not available in the source you are reading dynamically. Firefox will not show anything (if alt text not available) and IE will show bad looking cross image.

I was working on a page where some data was coming from outside and based on that… (Continue)

PHP Parse Errors (unexpected $end in, T_IF/T_WHILE/T_FOR, T_STRING…)

May 31st, 2007

You may found parse error most dangerous type of error in PHP programming.
Parse errors are reported by interpreter when any syntax error(s) are found on your web page.
You may find parse error dangerous and serious because it generally does not report correct place of error(s). But good point… (Continue)