This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Ecommerce not working when I load it

I uploaded the module ecommerce but when I turn the module on in the admin ares and then hit update it just goes to a blank page. can some help me out. Or let me know what I might be going wrong.

Gmap Maps not showing?

Is anyone else having problems with Gmap Maps not showing? I noticed several other Drupal-based sites using the Gmap module weren't displaying their maps today - including the site of Webgeer who I think did a lot of the development of this module - http://www.webgeer.com/map/user.

SOAP Web Service Module

Hi All,

I want to provide web services functionality via SOAP.

I know there is xmlrpc support but that Is somewhat different from SOAP.

In PHP I have implemented a SOAP Client and a Server, but I don't quite know how to link the server php code to use the user.module of drupal. Any help is really appreciated.

Has anyone implemented a SOAP module into Drupal?

error using Captcha module on Guestbook

I am in the process of setting up a guestbook (using Guestbook module) and i would like to include a captcha with the form that this produces. I have installed the Captcha and Captcha Riddler module and used Form Store to make the Guestbook form available to Captcha. So far so good. But then, problems.

When i set a captcha point (in the settings for the Captcha module) on the Guestbook form by using the dropdown and choosing 'riddler' or 'math', i get a whitescreen with:

Warning: Table 'theflavasumtrust_system' was not locked with LOCK TABLES query: SELECT * FROM theflavasumtrust_system WHERE type = 'theme' in /usr/local/apache/htdocs/includes/database.mysql.inc on line 172

Adding up and down links to the menu administration

Hello,
I'm trying to add up and down buttons to the menu items in the administration page - this is a much faster and more intuitive way (imo) to manage the weights of items than having to either guess a weight or first look up weights of surrounding items before deciding which weight to choose.
For this purpose I have altered the menu.module, I have changed and added some stuff: everything seems to work perfectly when I look at the menu table. Weights are adjusted as should, and everything seems to work. However, the administration page doesn't reflect those changes. I know that the menu is cached, therefore I have included the menu_rebuild functions in my code (which are called), however, they don't seem to work.
When I choose edit and change the weight of an item, it works just fine (menu_rebuild is called as well), and the item is moved as it should. I would expect menu_rebuild to update the entire menu: when I change a weight value in the table other than the one changed by edit, however, the change is not reflected when another item is saved (and thus, when menu_rebuild is called).

Here are the changes I made to the module:

Index: menu.module
===================================================================
--- menu.module (revision 690)
+++ menu.module (revision 696)
@@ -54,6 +54,18 @@

Integration of interactive 3D Content made by Blenders game engine into Drupal

I have already written a module, wich integrates 3d interactive content made by Blenders game engine into Drupal. The Blender Developer may present their 3d interactive contents listed, and the clients are able to display the 3d content and interact with them, if they have installed the 3d-web-plugin for their Browsers.

I like to invite the Drupal Community to work on this module, perhaps to integrate a gateway-interface to communicate with Blenders python-api, and so on.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions