gd, druapl, and PHP

Hi everyone,

going a little crazy here.

I have spent literally over three days looking for every possible solution and trying every possible remedy.

Please do not ask me to restart my apache server. I must have done that at least 120 times now.

So the error I get is:

"The GD library for PHP is missing or outdated. Please check the PHP image documentation for information on how to correct this."

Google searching for the past 72 hours proved that it is a surprisingly common error with many potential fixes.

I started trying to fix this by starting simple. I uninstalled and reinstalled the php-gd package via synaptic, and restarted apache. Nothing.

I tried setting different permissions (per suggestions here http://www.linuxquestions.org/questions/linux-server-73/php-ini-enable-g...) and copy/pasting the gd.so file AND edited the php.ini file so that it included "extensions=gd.so". None of that worked.

BTW security is not a concern at the moment. I just want to get this working.

I checked phpinfo() and no information about gd was there. I googled some stuff but none of it was conclusive ( http://lists.macosforge.org/pipermail/macports-users/2007-September/0056...
http://www.daniweb.com/forums/thread214362.html

Commercial Drupal CMS solutions - need your feedback.

Dear Fellow Drupalers,

What is your take on Commercial drupal CMS Solutions & Drupal based products such as premium drupal modules, drupal themes & on-demand drupal support?

We are planning to release few ready to use Drupal CMS Solutions, but we need community (your) feedback on the commercialization of the same. We love drupal & respect it`s copyright & GPL licence, so obviously, even the commercial versions are going to remain open source drupal based solutions but with a price to pay for download & use.

We know that there are already some awesome products like open publish, open atrium & Managing News etc. which are following the footprints of mother-ship drupal and are absolutely free of cost. But we are talking about various complex CMS Solutions such as corporate website setup, social networking solutions, ecommerce solutions, classifieds/directory solutions and few more commonly used concepts, which are common to use & high in demand, but no reliable ready to use solution or recipe.

We will be providing more details shortly on what exactly we mean by commercialization of Drupal. But more importantly, we would like to hear back from you guys about your take on the idea of "Future of drupal as : a Framework (as it is) & : CMS products base with commercial support (as we are purposing).

i need this type of template

http://enfrien.com/index.htm

plz help me

thank you

Drupal 7 and WYSIWYG

So I am playing around with Drupal 7 and trying to get CK Editor working through WYSIWYG. I follow all instructions and enable all buttons and when I go to create content the editor does not show up. Has anyone had any issues with this as well? Any help or suggestions? Are there specific Drupal 7 Editor modules available for testing?

tweet lastest node automaticly

I want to create a twitter account for each website. When I create a node, in the twitter account it will published automaticly. I dont know which module I should use. If possible other social media is good for that like facebook

vhosts troubles in windows 7

Okay, I just got a new desktop and have been struggling with getting a local server running so I can program without needing to commit, checkout and test on an external server.

This is behind a firewall first of all, so security shouldn't be any issue.

I installed the latest version of XAMPP (1.7.3), I make it as secure as possible (changing passwords, etc) then I put an extracted drupal into a subfolder of the htdocs folder, and I can access it. But I would like the url to not be http://localhost/drupal or something like that. I would prefer it to be http://mysite.local/ for example. To do this, I need to edit the virtual hosts config file.

This is the vhosts file (what's not commented anyway) as it is currently (I also relocated the drupal folder accordingly).

NameVirtualHost *:80

<VirtualHost 127.0.0.1:80>
  DocumentRoot C:/xampp/htdocs
  ServerName localhost
</VirtualHost>

<VirtualHost mysite.local>
  DocumentRoot "C:/Users/tnanek/drupal-6"
  ServerName mysite.local
  <Directory "C:/Users/tnanek/drupal-6">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
  </Directory>
</VirtualHost>

When I go to mysite.local, it brings me to the main htdocs folder (I already modified my hosts file, so that is definitely from this computer).

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x