I have a problem and I hope I can explain it well.


I am using drupal-6.12 on a windows/apache/php/mysql environment.

Somehow I loaded drupal-6.13 into the sites/all/modules folder.


Some of the links in the 'filename' field of the 'systems' table that

should point to the modules folder point to the

sites/all/modules/drupal-6.13/modules.  The same thing happens on

'file' field of the 'menu_router' table.

 

Using phpmyadmin I changed the field 'file' on the 'menu_router' table

by removing the 'sites/all/modules/drupal-6.13/'

 I did the same thing on the field 'filename' on the 'systems' table

 

I also removed the drupla-6.13 folder from sites/all/modules

 

I get an error:

 

Fatal error: Cannot redeclare system_main_admin_page() (previously declared in D:\Inetpub\wwwroot\root\nestor\xscroller\modules\system\system.admin.inc:12) in D:\Inetpub\wwwroot\root\nestor\xscroller\sites\all\modules\drupal-6.13\modules\system\system.admin.inc on line 60

 

I went ahead and put the drupal-6.13 back on the sites/all/modules folder and

my site works again.  When I look at the 'file' field from the 'menu_router' table and the 'filename' from the 'systems'

 

I have also done a mysqldump and remove all of the cases where path point to sites/all/modules/drupal-6.13

and changed it to the modules folder but somehow when I read the SQL file back into the database it adds

the site/all/modules/drupal-6.13 again.   It seems that this happens to all of the modules in the drupal/modules

folder


How can I get rid of the drupal-6.13 folder from the sites/all/modules folder and still have the site work?

 

Thanks,

 

Néstor :-)