Server Error in ‘/’ Application.
The ‘Microsoft.Jet.OLEDB.4.0′ provider is not registered on the local machine.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: The ‘Microsoft.Jet.OLEDB.4.0′ provider …
11 May 2012
No comments
i am not a windows guy and I do not deal with windows but as we provide vps hositng one of my customer had problems by changing his dot net to version 4
and received the following error
Server Error in ‘/’ Application.
Method ‘get_EnableCdn’ in type ‘System.Web.UI.ScriptManager’ from assembly ‘System.Web.Extensions, Version=3.5.0.0, Culture=neutral, …
10 May 2012
No comments
mkdir /installhddtemp
cd /installhddtemp
wget http://download.savannah.gnu.org/releases/hddtemp/hddtemp-0.3-beta15.tar.bz2
tar -jxvf hddtemp-0.3-beta15.tar.bz2
cd hddtemp-0.3-beta15
./configure
make
make install
cd /usr/share/misc/
wget http://download.savannah.gnu.org/releases/hddtemp/hddtemp.db
6 May 2012
No comments
today I encountered this error after recompiling and reconfiguring apache webserver with Fcgi and having Fcgi enabled for the default apache handle
Resource temporarily unavailable: apr_thread_create: unable to create worker thread
after investigating asnd did a little search on the web I found out that the problem is due to the ulimit …
11 April 2012
No comments
toay i was asked for looking into a server which soem websites were suffering internal server error
like always firstly I would go ahead and take a look at what the apache logs are saying at
/usr/local/apache/logs/error_log
which in this server was the path of apache logs
from my experience it is mostly because …
3 April 2012
No comments
for one of my websites I finally thought to make it basic html rather than using joomla as it was never been updated so that there were no need for it to a cms for this site
but I needed some extra functionality of server side aplication in my pages as …
22 March 2012
No comments
You may be wondering how to change the TimeZone of the Centos Linux server you already have as the server maybe in a datacenter far from your current destination and its time is vary and you are confused of reading logs or the rest to find out what time what …
10 March 2012
No comments
Today I installed a fresh Drupal 7 latest version and after that ran the automatic installation of themes of drupal by providing the remote link to automatically install the UrbanSolice drupal theme but I noticed an error on the frontpage on the very top of the page
The Complete Error message …
6 March 2012
2 comments
For me it is so often that I may forget an even simple password that I set in just less an hour ago because we are on the web have so many passwords in our minds such as emails, servers, personal computer login and the rest
losing the IPMI password is …
1 March 2012
No comments
In some cases for a better security or even by just your intention you may want to prevent files from being displayed for the public on your website where there is no index.php o index.html
To do so on Apache Webserver where you have root access just copy and paste the …
1 January 2012
No comments