Archive for 2011

How to get list of pages using fbl multi query?

facebook application fbi multiquery list page id Full story

Easiest and Quickest way / tutorial to learn cronjob in ubuntu

cronjob, ubuntu, easiest, tutorial Full story

How to enable curl in ubuntu?

To enable curl package php5-curl should be installed. Run the following command in your terminal sudo apt-get install php5-curl Now restart apache by running following code sudo /etc/init.d/apache2 restart Hope this solution will help to enable curl in your ubuntu system. Full story

Easiest way to install LAMP On Ubuntu

For a beginner its really a difficult to install LAMP on Ubuntu. Even if it is installed its very difficult to run phpmyadmin properly. I am going to share my personal experience and difficulties we may encounter during installation. First of all we are going to install apache, php, mysql and phpmyadmin A) Installing Apache B) Installing Php C) Installing Mysql D) Installing Phpmyadmin A) Installing Apache 1. Open up the Terminal (Applications ... Full story

How to solve “Access forbidden! You don’t have permission to access the requested object. It is either read-protected or not readable by the server. If you think this is a server error, please contact the webmaster. Error 403 localhost Mon 24 Oct 2011 07:45:12 PM NPT Apache/2.2.17 (Unix) DAV/2 mod_ssl/2.2.17 OpenSSL/1.0.0c PHP/5.3.5 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1” problem?

Some times while we wish to run any project on xamp or wamp or lampp we might this error message as: Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server. If you think this is a server error, please contact the webmaster. Error 403 localhost Mon 24 Oct 2011 07:45:12 PM NPT Apache/2.2.17 (Unix) DAV/2 mod_ssl/2.2.17 OpenSSL/1.0.0c PHP/5.3.5 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 ... Full story

How to solve “Error MySQL said: Documentation #2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured) Connection for controluser as defined in your configuration failed.” problem?

When we try to access PHPMyAdmin from xampp on linux we might get the following errors "Error MySQL said: Documentation #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) Connection for controluser as defined in your configuration failed." OR "Wrong permissions on configuration file, should not be world writable!" This is caused due to control is set to 777 for the configuration files 1. ... Full story

How to install Django in windows?

1. Download django Django-1.3.tar.gz 2. Extract it to get Django-1.3 folder. 3. Open Command Prompt 4. Go to the location where you extracted Django-1.3 5. Type python setup.py install If you get error in step 5, you may not have registered in Environment variable. To do this Right Click My computer > Advance > Environment Variables > Path and add 'C:\python26' Full story

How to solve “Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required ‘/opt/lampp/htdocs/……/index.php’ (include_path=’.:/opt/lampp/lib/php’) in Unknown on line 0 ” problem?

This error is due to the file permission. To resolve this issue we should change permission with SuperUser(sudo). So syntax is sudo chmod -R 0755 foldername I have installed lampp in /opt/lampp/htdocs folder so command for this is sudo chmod -R 0755 /opt/lampp/htdocs Open your terminal and run this command, hope this helps. If you are helped with this please don't forget to post comment. Full story

How to solve indexOf javascript problem in internet Explorer?

indexOf is not supported by dump web browser internet explorer. To solve this we need to add following code in our javascript file. Full story

Under Construction

This site is under construction...... Full story
Copyright © 2024 Programmer to Programmer- A website for web programming and mobile application programming tutorials.
Wordpress themes