<div dir="ltr">Ok, sorry, I did not have the first part of the thread anymore.<br><br>Some more ideas:<br>- Try to redo the backup with <a href="http://www.ozerov.de/bigdump.php">http://www.ozerov.de/bigdump.php</a> <br>- Or another option as Victor proposed: if you have no command line access check if your hosting company provides an interface for cronjobs, for instance in cpanel this is a workaround to execute command line, just enter mysqldump -u USERNAME --password=PASSWORD DBNAME &gt; /home/backups/backup.sql as a cron job an let cron run once. Make the directory backups first in your filesystem in advance.<br>
- Install Devel module with which you easily can clear the cache before you backup and there is also a block available for checking the node_access table for the node you are viewing. Though I&#39;m not sure if these options are included in the 4.7 version of Devel.<br>
- Use your original database for both installations, so use the same settings file, just to check if there are no differences in the files (permissions, missing files during copying) that are causing the problems. With the same database permissions should be ok, but you never know.<br>
<br>Good luck, <br><br>Hans<br><br><br><br><div class="gmail_quote">2008/8/20 Daniel Carrera <span dir="ltr">&lt;<a href="mailto:daniel.carrera@zmsl.com">daniel.carrera@zmsl.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Yes, same php versions. It is exactly the same server. The two sites are<br>
simply different directories on the same site:<br>
<br>
<a href="http://example.com/foo" target="_blank">http://example.com/foo</a><br>
<a href="http://example.com/bar" target="_blank">http://example.com/bar</a><br>
<br>
Thanks.<br>
<div><div></div><div class="Wj3C7c"><br>
KOBA | Hans Rossel wrote:<br>
&gt; Im not sure if this has been proposed allready before, but are the php<br>
&gt; versions the same between your installations? I had some issues before<br>
&gt; with access on 4.7 installations that went from php4 to php5, there is<br>
&gt; a sessions issue which makes that you are logged out at the first<br>
&gt; click after signing in. There is an easy fix available on <a href="http://drupal.org" target="_blank">drupal.org</a>,<br>
&gt; I can look it up for you if thats your problem.<br>
&gt;<br>
&gt; Good luck,<br>
&gt;<br>
&gt; Hans<br>
&gt;<br>
&gt;</div></div></blockquote></div><br>
</div>