00512: Parse Error

Summary: Parse Error
Created: 2005-09-09 10:31
Status: Closed - no feedback
Category: Bug
From: sgoodman?
Assigned:
Priority: 4
Version: 2.0.3, 2.0.4
OS: Windows Server 2003 Enterprise / Apache 2.0.52 / PHP 4.3.10

Description: I downloaded and unzipped both PMWiki 2.0.3 and 2.0.4 to a web accessible directory, and was able to view the initial home page. However, clicking on any of the links resulted in a blank page being served. After creating a new index.php file: <?php ini_set('display_errors', 1); include('pmwiki.php'); ?>

I received a parse error, as show in this image: http://www.thelandofpleasantliving.com/v3/wp-content/pmwikiError.jpg

This was constant in trying to edit any page I could view (namely Documentation Index and PmWiki Philosophy)

I also received a fatal error from the function PreserveText() from the following home page links: Initial Setup Tasks Basic Editing PmWiki FAQ Release Notes Change Log


I've never seen an error like this one before -- I'm a little stumped at the moment as to what might be causing it. I wonder if the PHP environment is running out of memory (since the pages that are giving you problems are among the largest) -- do you know what PHP's "memory_limit" setting is on this system?

What happens if you edit the Main.WikiSandbox on your system?

--Pm