Overcome the error message “An Unexpected Error occurred During the HTTP API requests’ WordPress

Posted on May 5th, 2010 in Free Web Template

Sometimes you will encounter the following error message ‘An Unexpected Error occurred During the HTTP API request’ when did request a page (such as upgrading the plugin, plugins searching etc) through the admin dashboard worpdress.  This problem may occur during the 2 -3 minutes and then after that your wordpress admin panel back to normal.

If you get this error frequently on your dashboard page, here we provide a solution and how to cope. WordPress set the timeout limit for each demand / request. If it crossed the boundaries of certain requests, in which case you will get an error message. If you need to resolve this problem, it can be done by increasing the ‘time limit’ with the value / higher value.

To increase the ‘timeout limit of requests’, into the directory “wp-includes’ your wordpress installation and edit the files’ http.php’.

Overcoming: Warning: array_keys () [function.array-keys] / widgets.php on line 1045 in wordpress

Posted on May 4th, 2010 in Web Programming

If you are experiencing an error message that appears after adding the top blog on the widget html text on the page that is paired dashboard widget even knows where previously missing. You do not need to worry and panic, here we provide solutions to overcome problems that interfere with the error message on the display of your blog.

Warning: array_keys () [function.array-keys]: The first argument Should be an array in / home / UserCpanel / public_html / wp-includes / widgets.php on line 10Warning: array_keys () [function.array-keys] The first argument Should be an array in / home / UserCpanel / public_html / wp-includes / widgets.php on line 1045

Try to follow the following guidelines:

How to popularize your website

Posted on May 3rd, 2010 in SEO

Is your website already listed in google or other search engines? It’s in what position or what your web pages when searched with the keywords you shoot? or a deeper question, “I’m looking for my domain name in google, but did not appear ?” Yes, these questions just as it once appeared frequently on your mind. Indeed the above questions can not be answered with certainty, because search engines have algorithms is hidden and not known by anyone. But there are some steps that we can use the web so that we can easily found on search engines. Let’s discuss together one by one.

The first thing we need to do is to avoid duplicate content. Search engines really do not like the article or the contents of our website which has the same with other websites. Do not ever copy-paste articles or content from another website, because search engines will know about it. Then who is also associated with the content of our website is our website’s content make it as interesting as possible and easy to read, especially in the first paragraph. Vary the writing on our website with the words bold, italic, or strikethrough to indicate that words are important. Then to use the title or subtitle html headings such as h1, h2 etc.

HOW to enable Search Engine Friendly URLs in Joomla

Posted on May 3rd, 2010 in Free Web Template

If you are installing Joomla through Fantastico and want to enable Search Engine Friendly URLs, please follow the steps below.

1) Log into Joomla Control Panel -> Global Configuration -> SEO (tab)
2) Set Search Engine Friendly URLs to Yes
3) Open the file. Htaccess (in the root directory where Joomla in the install) using the file manager
4) Uncomment (remove the hash mark “#”) on the following lines:
Line # 51: Options FollowSymLinks
Line # 56: RewriteEngine On
Line # 71: RewriteCond% (REQUEST_FILENAME) \-f
Line # 72: RewriteCond% (REQUEST_FILENAME) \-d
Line # 74: RewriteCond% (REQUEST_URI) (/ | \. Htm | \. Php | \. Html |/[^.]*)$ [NC]
Line # 75: RewriteRule ^ (content / | component /) index.php

  • Comments Off

WPAU: The function exec ()

Posted on May 1st, 2010 in Web Programming

Automatic Wordpress Plugin is one of the Wordpress plugin which is currently quite popular because it offers convenience to upgrade WordPress to the latest version automatically.

However, this plugin uses the functions exec () so they can run well. And unfortunately again, when you are on shared hosting, the function exec () into the list disable_function php. So the plugin can not run well.

Next Page »