These instructions are modified version of http://blog.laaz.org/tech/2010/08/27/xdebug-with-xampp-on-mac-os-x/. These instructions will be especially helpful if you are getting "Wrong Architecture" error.
These instructions are modified version of http://blog.laaz.org/tech/2010/08/27/xdebug-with-xampp-on-mac-os-x/. These instructions will be especially helpful if you are getting "Wrong Architecture" error.
Here are the step by step instructions to install Drush on godaddy or bluehost shared hosting environment.
Download latest version of drush at ~/.drush directory which I created earlier.
Untar it under drush folder.
Problem: When I tried to run any drush command I was getting error following error
"Drush command terminated abnormally due to an unrecoverable error. [error]
Error: syntax error, unexpected T_FUNCTION"
At the time of writing this post latest version of MAMP comes with PHP 5.3.6 but it doesn't have the intl library installed. After several of failed attempts to install it on MAMP, I came across this post by Geert Van Damme. And this method works well. All you need is MACPORTS installed on you mac.
Last week I created a sub-domain for my wife's site. I think its worthwhile exercise to document the things I learned this process.Like I said in my previous posts I'm using drupal 7 for this site and it's hosted on bluehost.com. To manage sub-domain I am using very useful Domain Access module.Here are the steps I followed to create and configure sub-domains:
I have aquia drupal stack installed on my windows machine and I have both drupal 6 and drupal 7 installed. Today I lost admin password of my drupal 7 site and of course the email functionality is not working on my local site. So here are the steps to change your admin password without email functionality.
Hopefully this is the first blog entry in many more to come .... This is what I learned today. I set up my personal drupal web site today. It is hosted on bluehost.com. It was very easy to install drupal site thanks to simple scripts. But after you installed Drupal 7 to enable clean URL you have to copy .htaccess.txt text to .htaccess file. Once you do that goto Configuration -> Search and metadata and click on 'Clean URLs'. Then select the check-box and you are done.