NOW i can load the login page, though with a similar warning notice on the top…BUT when i try to access admin page, only these information is displayed:
Warning: Cannot modify header information – headers already sent by (output started at /mnt/storage/users/h/a/o/haozi04/wp-config.php:1) in /mnt/storage/users/h/a/o/haozi04/wp-login.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at /mnt/storage/users/h/a/o/haozi04/wp-config.php:1) in /mnt/storage/users/h/a/o/haozi04/wp-login.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at /mnt/storage/users/h/a/o/haozi04/wp-config.php:1) in /mnt/storage/users/h/a/o/haozi04/wp-login.php on line 9
………………
It seems to be some problem with my file? or is it because i have set the properties of all the files and folders to 777 ??
This has been covered MANY times and this is why you should search before posting. 😉
Anyway, read this: http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F
And it’s not usually a good idea to have all of your files and folders CHMOD’ed to 777. That means that any script on your site could modify those files.
Thanks a lot! Maybe i have to change my habits… 🙂