it's not as basic as clearing your cache. Some modules are very stubborn and you have to uninstall them from the same admin area where you enable them. Even then, they may still be hanging around and you should check out phpmyadmin. I always work with my cache off and clear it constantly but that is not a guarantee.


On Tue, May 27, 2014 at 2:40 PM, <support-request@drupal.org> wrote:
Send support mailing list submissions to
        support@drupal.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.drupal.org/mailman/listinfo/support
or, via email, send a message with subject or body 'help' to
        support-request@drupal.org

You can reach the person managing the list at
        support-owner@drupal.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of support digest..."


Today's Topics:

   1. Re: Can't remove a custom module?!?!? (Antoni Gil)
   2. Re: Can't remove a custom module?!?!? (Afan Pasalic)
   3. Re: Can't remove a custom module?!?!? (Tony)
   4. Bad update requests (James Rome)
   5. Extending existing module (Afan Pasalic)


----------------------------------------------------------------------

Message: 1
Date: Tue, 27 May 2014 19:12:11 +0200
From: Antoni Gil <xtarantino@gmail.com>
Subject: Re: [support] Can't remove a custom module?!?!?
To: support@drupal.org
Message-ID:
        <CAKCiu16+c0abSYSsjOpXoZnJ8wNehZjCvgN3JB+zL8uj9a+N_w@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Rare.. however it doesn't affect the performance if you haved unplagged.
Sure is a cache problem


2014-05-27 19:10 GMT+02:00 Antoni Gil <xtarantino@gmail.com>:

> Clear cache. basic
>
>
> 2014-05-27 19:07 GMT+02:00 Tony <tony@tony-mac.com>:
>
> Clear your cache.
>>
>>
>> On Tue, May 27, 2014 at 10:04 AM, Afan Pasalic <drupal@afan.net> wrote:
>>
>>> Hi,
>>> I?m following a online tutorial how to create a custom module. I created
>>> .info and .module files, put help and menu hooks, etc. on localhost (MAMP).
>>> I wanted to remove the module and I (think) followed the procedure to
>>> remove a module. First turned the module off, then uninstall it and then
>>> removed the module folder from siltes/all/modules.
>>> Though, the module is still listed on the module page?!?!?!!? I can turn
>>> it on/off, I can uninstall it again - NO ERRORS!!! But the module folder is
>>> not there?!!? I checked through file browser, command line, code editor -
>>> there is no module folder nor .info nor .module files.
>>>
>>> Using phpMyAdmin I searched if the ?modulename? exists somewhere and
>>> found three places: system, variables and watchdog. I deleted from system
>>> table and watchdog. It doesn?t help either.
>>>
>>> What am I doing wrong? If it?s picking up from other place - how to
>>> check where the place is?
>>>
>>> :(
>>> --
>>> [ Drupal support list | http://lists.drupal.org/ ]
>>>
>>
>>
>>
>> --
>>
>> *Anthony Stefan Maciejowski*
>>
>> *http://about.me/TonyMac <http://www.about.me/TonyMac>*
>>
>>
>>
>> --
>> [ Drupal support list | http://lists.drupal.org/ ]
>>
>
>
>
> --
> Toni Gil
> Personal email
> @xquentin
>



--
Toni Gil
Personal email
@xquentin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20140527/cca36fda/attachment-0001.html

------------------------------

Message: 2
Date: Tue, 27 May 2014 12:14:06 -0500
From: Afan Pasalic <drupal@afan.net>
Subject: Re: [support] Can't remove a custom module?!?!?
To: support@drupal.org
Message-ID: <45480F38-39C5-4D70-A196-4466612B4BDF@afan.net>
Content-Type: text/plain; charset="windows-1252"

I found it. My mistake. To embarrassed to say what I did. :-)

Today?s tutorial I was doing in /sites/all/modules/ while few days ago - I forgot, I did the same tutorial in /sites/all/modules/custom/
I deleted everything form today but the previous was still showing up.
:-D

Go ahead, make a fun of me!
:-)



On May 27, 2014, at 12:07 PM, Afan Pasalic <drupal@afan.net> wrote:

> I did. Even run a cron.
> :(
>
>
> On May 27, 2014, at 12:07 PM, Tony <tony@tony-mac.com> wrote:
>
>> Clear your cache.
>>
>>
>> On Tue, May 27, 2014 at 10:04 AM, Afan Pasalic <drupal@afan.net> wrote:
>> Hi,
>> I?m following a online tutorial how to create a custom module. I created .info and .module files, put help and menu hooks, etc. on localhost (MAMP).
>> I wanted to remove the module and I (think) followed the procedure to remove a module. First turned the module off, then uninstall it and then removed the module folder from siltes/all/modules.
>> Though, the module is still listed on the module page?!?!?!!? I can turn it on/off, I can uninstall it again - NO ERRORS!!! But the module folder is not there?!!? I checked through file browser, command line, code editor - there is no module folder nor .info nor .module files.
>>
>> Using phpMyAdmin I searched if the ?modulename? exists somewhere and found three places: system, variables and watchdog. I deleted from system table and watchdog. It doesn?t help either.
>>
>> What am I doing wrong? If it?s picking up from other place - how to check where the place is?
>>
>> :(
>> --
>> [ Drupal support list | http://lists.drupal.org/ ]
>>
>>
>>
>> --
>> Anthony Stefan Maciejowski
>>
>> http://about.me/TonyMac
>>
>>
>>
>>
>> --
>> [ Drupal support list | http://lists.drupal.org/ ]
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20140527/a8409565/attachment-0001.html

------------------------------

Message: 3
Date: Tue, 27 May 2014 10:15:53 -0700
From: Tony <tony@tony-mac.com>
Subject: Re: [support] Can't remove a custom module?!?!?
To: support@drupal.org
Message-ID:
        <CADEDVdo1L3bazqKLO7hw+gwsX=EFf3G8g_YBvZ5Uoxi+XisYSg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hey we have all been there. No problem.


On Tue, May 27, 2014 at 10:14 AM, Afan Pasalic <drupal@afan.net> wrote:

> I found it. My mistake. To embarrassed to say what I did. :-)
>
> Today?s tutorial I was doing in /sites/all/modules/ while few days ago - I
> forgot, I did the same tutorial in /sites/all/modules/custom/
> I deleted everything form today but the previous was still showing up.
> :-D
>
> Go ahead, make a fun of me!
> :-)
>
>
>
> On May 27, 2014, at 12:07 PM, Afan Pasalic <drupal@afan.net> wrote:
>
> I did. Even run a cron.
> :(
>
>
> On May 27, 2014, at 12:07 PM, Tony <tony@tony-mac.com> wrote:
>
> Clear your cache.
>
>
> On Tue, May 27, 2014 at 10:04 AM, Afan Pasalic <drupal@afan.net> wrote:
>
>> Hi,
>> I?m following a online tutorial how to create a custom module. I created
>> .info and .module files, put help and menu hooks, etc. on localhost (MAMP).
>> I wanted to remove the module and I (think) followed the procedure to
>> remove a module. First turned the module off, then uninstall it and then
>> removed the module folder from siltes/all/modules.
>> Though, the module is still listed on the module page?!?!?!!? I can turn
>> it on/off, I can uninstall it again - NO ERRORS!!! But the module folder is
>> not there?!!? I checked through file browser, command line, code editor -
>> there is no module folder nor .info nor .module files.
>>
>> Using phpMyAdmin I searched if the ?modulename? exists somewhere and
>> found three places: system, variables and watchdog. I deleted from system
>> table and watchdog. It doesn?t help either.
>>
>> What am I doing wrong? If it?s picking up from other place - how to check
>> where the place is?
>>
>> :(
>> --
>> [ Drupal support list | http://lists.drupal.org/ ]
>>
>
>
>
> --
>
> *Anthony Stefan Maciejowski*
>
> *http://about.me/TonyMac <http://www.about.me/TonyMac>*
>
>
>
>  --
> [ Drupal support list | http://lists.drupal.org/ ]
>
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
>
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>



--

*Anthony Stefan Maciejowski*

*http://about.me/TonyMac <http://www.about.me/TonyMac>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20140527/f5e79810/attachment-0001.html

------------------------------

Message: 4
Date: Tue, 27 May 2014 13:21:39 -0400
From: James Rome <jamesrome@gmail.com>
Subject: [support] Bad update requests
To: support@drupal.org
Message-ID: <5384C9A3.9000001@gmail.com>
Content-Type: text/plain; charset=UTF-8

The WYSIWYG module only works using the dev version with the latest
CKEditor. But WYSIWYG generates daily update e-mails telling me to
update to the 2012 release version instead of the installed later dev
version. How do I turn this annoyance off somehow?

--
James A. Rome
116 Claymore Lane
Oak Ridge, TN 37830-7674
865 482-5643
jamesrome@gmail.com
http://jamesrome.net



------------------------------

Message: 5
Date: Tue, 27 May 2014 13:40:04 -0500
From: Afan Pasalic <drupal@afan.net>
Subject: [support] Extending existing module
To: support@drupal.org
Message-ID: <13F43917-81AC-45AC-AE80-1769F54B9F45@afan.net>
Content-Type: text/plain; charset=windows-1252

Hi,
This time I didn?t do anything embarrassing. :-)

How can I extend an existing module? E.g. I want to add some features/validations in web form module. I know I MUST NOT change the code in the webform module itself.
I believe there is some solution to extend a module. Something like extending a theme (sub-theme).  And updating the module will not break the website.

------------------------------

--
[ Drupal support list | http://lists.drupal.org/ ]

End of support Digest, Vol 137, Issue 26
****************************************