my former server was attacked, so I moved to a new server. I dumped the mysql database and imported them into new mysql server, and copied the files.
but when I view my site on new server, there's some errors:
first, it says:
Warning: session_start() [function.session-start]: open(/var/lib/php/session/sess_t5b5kkdghhqj542vn5c2m4lht0, O_RDWR) failed: No such file or directory (2) in /www/fishy/buddie5/blog/class/net/http/session/sessionmanager.class.php on line 41
so I created the directory /var/lib/php/session and make it writable, this warning disappears, but instead, there's many many messages like this:
Strict Standards: Non-static method File::isReadable() should not be called statically, assuming $this from incompatible context in /www/fishy/buddie5/blog/class/logger/loggermanager.class.php on line 135
on every page, there're hundreds of such messages.
can anybody tell me what's wrong?
