On Tue, Nov 6, 2012 at 1:33 AM, Afan Pasalic afan@afan.net wrote:
Hi to all, I had some issues with hosting company and had to leave them. But I did download all files and made mysql dump (using phpMyAdmin). The site was made with Drupa 6.
Using phpMyAdmin to dump a Drupal DB is not recommended procedure, you may have lost some of the data due to connection timeout issues. I would have used mysqldump directly instead.
I tried to recreate the site on my mac mini (MAMP) but wasn't successful. I copied all Drupal files inside MAMPS/htdocs (didn't forget .htaccess) and created a database with the same name and imported mysql dump (using also phpMyAdmin).
What about user and password? Check your settings.php file.
Then made the change in settings file (line 92: $db_url = 'mysqli://root:root@localhost/mydbname';)
Is the password to your root user root?
Result is completely blank page.
Check the php, apache and system log files. Maybe your memory_limit needs adjusted?
What am I doing wrong?
I don't know, add a php file that simply does <?php phpinfo(); ?>.