Hi all,
I wonder what i made wrong, my feeling says it's a a very simple thing.. but i an blind from trying :-) Whenever i am trying to go to the forum, i get only a blank white screen (no source code)
I want to move a running minibb installation to another server. What i did:
1) i set up a "lamp" server as shown here: www.penguintutor.com/linux/raspberrypi-webserver
2) made a dump of my mysql database with "mysqldump" into a .sql file
3) copyed the /var/www/minibbc folder (that's where my installation of minibb sits) to the new machine and set the chown/chmod as it was on the original machine
4) using mysql, created the database and run "source mydump.sql" in mysql -> all tables are there with content.
I thought that's it, but when i go to to mywebserver/minibbc/index.php i see nothing at all, and when i check the source code i see also nothing at all.
I am not an expert, i think it's something very easy. thanks for any help getting nearer to the problem! |