I installed WAMP server on Windows XP - it worked. I installed Wordpress 3.4.2 into www.wordpress
- no problem. In Dreamweaver CS5 I created a site with www.wordpress
as root folder, and assigned a local test server - no problem.
The, in Dreamweaver, I opened twentyten
theme - index.php
- and pressed <kbd>F12</kbd> to see the page in Firefox - and got:
Fatal error: Call to undefined function get_header()... - on line 16
This is a completely new and clear wordpress installation. Why is the function (get_header
) - undefined? To check the server I copied another .php file into the same folder - <kbd>F12</kbd> - it works.