PHP Fatal error: Class 'Console_Table' not found in... drush error
After a fresh drush installation, drush status returned this error message:
After a fresh drush installation, drush status returned this error message:
sudo mkdir /usr/local/share/
sudo mkdir /usr/local/bin/
And now it time to download and extract drush. Make sure that you have the latest version available and replace the url in the command accordingly.
We also create a symlink so that we can use it everywhere without typing the parent path all the time...
While working on an extra requirement for metalera.gr, we needed to do the following:
When viewing node/xxx, we would like to display all nodes that have terms that belong to the same parent as the one we currently visit. Let's say for example, that we have the following parent:
Colors
--red
--blue
--green
Node/xxx has the term green assigned. We need our view to display all nodes that have red or blue as well.
To achieve that, we first create a new view, then:
In Drupal 6 there is a very easy way to exclude the current node from the views output.
yum install php-pear
Then, we are making availlable a required package for the phpize command:
yum install php-devel
The followng package will allow apxs command:
yum install httpd-devel
Once we have all the above pakages installed, we are ready to install apc by running the pecl command:
pecl install apc
yum -y install curl-devel
Note:
More might be missing - if so try installing:
yum install freetype-devel libpng-devel libjpeg-devel libpng libjpeg t1lib libc-client-devel libmcrypt-devel gmp-devel mysql-devel
Also check: