<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Nestor - <br>
<br>
Here are a few things I would try.&nbsp; (There may be some more experienced
folks to advise you more appropriately.)<br>
<ul>
  <li>Take a look a your error logs (both php and iis).&nbsp; Maybe there's
something more there to help you out.</li>
  <li>Make a backup of your entire Drupal directory before you make any
more changes.&nbsp; Export your current database.&nbsp; Save these both somewhere
else.</li>
  <li>add lightbox2 back to the modules directory.&nbsp; Run update and see
if that helps.&nbsp; (If it does then you can uninstall this the appropriate
way.)</li>
  <li>switch to one of the core themes, such as garland.&nbsp; The quickest
way for me is to just edit the settings.php file for your site.&nbsp; At the
bottom there is a section for overrides.&nbsp; You just uncomment three
lines and save.&nbsp; This will override any theme settings you have in the
database.&nbsp; It should look something like this:<br>
* Remove the leading hash signs to enable.<br>
&nbsp;*/<br>
# $conf = array(<br>
#&nbsp;&nbsp; 'site_name' =&gt; 'My Drupal site',<br>
#&nbsp;&nbsp; 'theme_default' =&gt; 'garland',<br>
    <br>
Uncomment the lines with $conf, 'theme_default', and );. This will
override your theme settings.&nbsp; Does your site display now? (Once you
get your site working, then you can comment these out again and let
your theme take back over.)<br>
  </li>
  <li>disable/uninstall all your modules, (if this is the only site
running on your drupal installation - remove everything from your
sites/all/modules folder), clear your cache, run update, are you
getting errors reported to the screen or to your error logs?&nbsp; If not,
then start installing modules again.&nbsp; If so, then see the next item.<br>
  </li>
  <li>Of course, with Drupal looking for another Drupal installation
nested inside itself, you really should reinstall properly and try
pulling the database into that.&nbsp; I'd probably make a second
installation of Drupal, modify the sql to get rid of the offending
items.&nbsp; This could mean manually disabling all contrib modules.&nbsp; Create
a new site folder with the elements from the backup of your site,
create a new database, import the old database you had exported and
modified earlier.&nbsp; See what happens. <br>
  </li>
</ul>
I'm not sure if any of this helps.&nbsp; It's just a few steps that I'm
thinking of off the top of my head. <br>
<br>
-Tina<br>
<br>
N&eacute;stor wrote:
<blockquote
 cite="mid:a304e2d60909101906m31e611bkdc5f2e88de302def@mail.gmail.com"
 type="cite">I was ready to present my site to the boss when I decided
to add lightbox2 and get fancy<br>
after I added lightbox2 every link in the page made lightbox go into
action (do not know how).<br>
I am using drupal-6.12, when I removed the lightbox2 module without
disabling it first, things
  <div class="gmail_quote">
  <div>stopped working. &nbsp;Also, somehow I got the drupal-6.13 folder
inside my sites/all/modules, if I</div>
  <div>remove the drupal-6.13 folder from the sites/all/modules then I
get this error when I try to access:<br>
Fatal error: require_once() [function.require]: Failed opening required
'sites/all/modules/drupal-6.
  <div id=":2v8" class="ii gt">13/modules/user/user.pages.inc'
(include_path='.;D:\php;D:\php\includes') in
D:\Inetpub\wwwroot\root\nestor\scroller612\includes\menu.inc on line 346</div>
&nbsp;<br>
My site had a layout of left, middle and right but now the whole site
is vertical and the newsflash theme does not appear. &nbsp;I also get this
message in every page:<br>
&nbsp; &nbsp;* The selected file D:\temp\filBD.tmp could not be uploaded, because
the destination is not properly configured.<br>
&nbsp; &nbsp;* The selected file D:\temp\filBF.tmp could not be uploaded, because
the destination is not properly configured.<br>
  <br>
My suckerfish menu shows vertical instead of being in one row<br>
  <br>
All of the pages info is there is just displaying vertically.<br>
  <br>
  </div>
  </div>
Any ideas?<br>
  <br>
Thanks,<br>
  <br>
N&eacute;stor
  <pre wrap="">
<hr size="4" width="90%">
--
[ Drupal support list | <a class="moz-txt-link-freetext" href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]</pre>
</blockquote>
</body>
</html>