I have installed Gallery 2.1.1a. It is in my localhost Drupal directory called gallery2. I have installed the gallery.module.
When I add the URI of /drupal/gallery2/ for Gallery2 I get - Either your server does not support the automated verification of the Gallery 2 location or the supplied g2Uri points to a incompatible Gallery 2 version (older than 2.1).
I am using the lasted build of Apache and Gallery 2.1.1a.
I am wondering if it is possible to create a library of avatars for my users, so they don't go uploading copyrighted images and artwork. I would like to create avatars for them to choose from.
Any suggestions how I might do this? Or is there a module that would make this possible?
Im in the process of writing a module and have so far resorted to the age old "print" to debug my module. I wanted to know what debugging methods other module developers use to efficiently debug their themes and modules. Last but not least what tools do you use for profiling and optimizing your php code? I use emacs and at times Eclipse for code editing.