If you get a error message like this one:
The installed version of PHP GD does not support image rotations. It was probably compiled using the official GD libraries from http://www.libgd.org instead of the GD library bundled with PHPPHP
. You should recompile PHP –with-gd using the bundled GD library. See: http://www.php.net/manual/en/image.setup.php. An implementation of imagerotate in PHP will used in the interim.
And you run a debian LinuxLinux
server and you have access to it. And you don´t want to recompile (it) . Here is the solution for it:
You could use the dotdeb repository. It has everything you need. Just set this sources:
deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all
In your: /etc/apt/sources.list file
RunRun reviews
apt-get or aptitude, and your done
Filed in: Debian, My life, Programming | Q-efx | July 24, 2009 | View Comments
Tags: Advanced Packaging Tool, Cross-platform software, Debian, dotdeb, Dpkg, drupal, GD Graphics Library, GD library, libgd, linux, php, PHP programming language, problem, Scripting languages, Technology/Internet
Well, tried hard to get the fine module to work. But I cant… ProblemsProblems reviews
I run into:
After adding a node returned to wrong domain ( main domain ) fixed by ucommenting out the $base_url variable
in settings.php
ContentContent reviews
not shown on right site ( all sites ), every time all “pages” are shown on all sites.
Or they where only shown on one site, even when all sites are selected.
This could be fixed by using “views”. But this would mean much work.
Cause you have to create MANY views…
well, I will use the normal, multi site setup of DrupalDrupal
Filed in: My life, Programming, Websites | Q-efx | July 21, 2009 | View Comments
Tags: Blog software, Content management systems, Cross-platform software, domain access, drupal, drupal module, php, PHP programming language, Protein domain, Technology/Internet