i have installed latest drupal on my local machine successfully ans can create content etc... but when i try editing xammp thru http:\\localhost, to get to my xammp screen i get this message:

Warning: file_get_contents(lang.tmp) [function.file-get-contents]: failed to open stream: No such file or directory in H:\XAMMP\xampp\htdocs\xampp\index.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at H:\XAMMP\xampp\htdocs\xampp\index.php:2) in H:\XAMMP\xampp\htdocs\xampp\index.php on line 9

Thanks!

Comments

appel’s picture

Try disabling .htaccess, perhaps mod_rewrite is the partypooper.

ryyz’s picture

how do i disable .htaccess? thx

appel’s picture

Just rename the file '.htaccess' to 'htaccess.txt' and try if you can reach phpmyadmin. If so, the problem is somewhere in .htaccess. If not, you'll have to look elsewere :) Tricky thing is you can't just rename 'htaccess.txt' back to '.htaccess' in Windows. You'll have to open 'htaccess.txt' in Notepad and save it to '.htaccess' from there. Afterwards just delete 'htaccess.txt'.