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?
:(
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/ ]
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
-- [ Drupal support list | http://lists.drupal.org/ ]
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
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
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/ ]
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/ ]
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
The entry in the system table contains the path to the actual module files being used. Did you note what that was before deleting the record?
Also, have you cleared caches?
On 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/ ]
Cache, for sure. Try to clean you cache.
On Tue, May 27, 2014 at 2:07 PM, Steve Edwards killshot91@gmail.com wrote:
The entry in the system table contains the path to the actual module files being used. Did you note what that was before deleting the record?
Also, have you cleared caches?
On 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/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]