Is anyone available to discover what could be the problem with a website that I try to set up? Here's the story...
It is high time I upgrade a website that I have't paid attention to in a long time. It runs on 1.0.6 Nihau. Before I do that I want to make a backup, a duplicate on my NAS-server (with LAMP), so I can allways fall back may something go wrong.
I can't get the duplicate to run on my NAS. I downloaded the filestructure from the web, to the NAS, and also got the DB accross. I adjusted the config-file and it started to work. But not quite. I can see that the site tries to generate a page, but it doesn't succeed. It produces the template, so the layout, the borders, the footer, some pictures become visible, but NOT any content that should have been produced from the tags like {menu} or {content}. Hence the title of this post: The code that should become visible on those spots in the template simply remains empty.
Example: The template says:
Code: Select all
<H2>{title}</H2>
Code: Select all
<H2></H2>
On my NAS:
PHP 5.3.3 / Apache 2.0 / MySQL 5.1.49 / Linux 2.6
On the web server, where all works well:
PHP 5.3.3-7+squeeze14 / Apache 2.0 / MySQL 5.1.63 / Linux 2.6
Is there anybody out there who has read enough, to be able to tell what this could be? Thanks in advance.
Regards, Thomas.
PS. I know there is a good chance that when I would crash in the upgrade and I would have to put the backup back out there, it would work well. I mean, why not? But it would give me a more confident feeling if I were to really get the backup going here at home, before I start the upgrade...