I've read the other threads on this and followed the help instructions, but am still lost.
I opened a file, "templates/header.tem.php," and get this error message when previewing (in any browser):
The first line of the php file code is:Fatal error: Call to a member function getCharset() on a non-object
Code: Select all
<?php print '<?xml version="1.0" encoding="' . $lang->getCharset() . '" ?>' ?>
Preview/Mappings - "Use folder mappings..." box unchecked
Script Preview - "Use built-in Web server" checked, Web server settings is "C:\php526xd\php.exe," which is the correct path.
What am I missing?