You could check in the php error log on the server what the error is, but if you get a white page it might just be that you don&#39;t have a good copy of your database. I&#39;m not sure how you imported your database but phpmyadmin is not so good at that. You could use bigdump or an alternative approach using backup_migrate module. <div>
<ol><li>Install backup_migrate on the live site, take a backup with it</li><li>Copy all files to the test site</li><li>Replace on test settings.php with a new fresh copy from default.settings.php and do a new fresh install of Drupal</li>
<li>Enable on the fresh install the backup migrate module and restore the backup</li></ol><div>As for the cache, you can truncate all tables starting with cache_ in the database or use the function <a href="http://api.drupal.org/api/function/cache_clear_all/6">http://api.drupal.org/api/function/cache_clear_all/6</a></div>
<div><br></div><div>Hans</div><div><a href="http://www.koba.be">www.koba.be</a></div><div><br></div><br><div class="gmail_quote">2010/1/4 Daniel Carrera <span dir="ltr">&lt;<a href="mailto:daniel.carrera@theingots.org">daniel.carrera@theingots.org</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Domenic Santangelo wrote:<br>
&gt; On Jan 3, 2010, at 2:48 PM, Daniel Carrera wrote:<br>
&gt;<br>
&gt;&gt; There was no $base_url set, but setting it did not fix the links. I<br>
&gt;&gt; tried clearing the cache but that didn&#39;t help, but then again, maybe it<br>
&gt;&gt; was giving me the cached page from the usual site. How do I clear the<br>
&gt;&gt; cache manually? Is it save to just write &quot;DELETE * FROM &lt;...&gt;&quot; for every<br>
&gt;&gt; cache_* table?<br><br></div>
&lt;daniel kicks his computer&gt;<br>
<br>
I&#39;m really tempted to throw my computer out the window.<br>
<font color="#888888"><br>
Daniel.<br>
</font><div><div></div><div class="h5">--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Hans Rossel<br>KOBA Webdesign bvba<br>Beukenlaan 56<br>9051 Gent (Sint-Denijs-Westrem)<br>Belgium<br>BTW 0817.931.516<br>+32.9.334.52.60<br>+32.472.79.32.16<br>
<a href="http://www.koba.be">www.koba.be</a><br><a href="mailto:info@koba.be">info@koba.be</a><br>
</div>