Quite a few PHP debugging notices appear at the top, such as these:
[phpBB Debug] PHP Notice: in file /includes/magic_seo_urls-53.php on line 0: Use of undefined constant POST_TOPIC_URL - assumed 'POST_TOPIC_URL'
[phpBB Debug] PHP Notice: in file /includes/magic_seo_urls-53.php on line 0: Use of undefined constant POST_TOPIC_URL - assumed 'POST_TOPIC_URL'
[phpBB Debug] PHP Notice: in file /includes/magic_seo_urls-53.php on line 0: Use of undefined constant POST_TOPIC_URL - assumed 'POST_TOPIC_URL'
[phpBB Debug] PHP Notice: in file /includes/magic_seo_urls-53.php on line 0: Use of undefined constant POST_TOPIC_URL - assumed 'POST_TOPIC_URL'
[phpBB Debug] PHP Notice: in file /includes/magic_seo_urls-53.php on line 0: Use of undefined constant POST_TOPIC_URL - assumed 'POST_TOPIC_URL'
[phpBB Debug] PHP Notice: in file /includes/magic_seo_urls-53.php on line 0: Use of undefined constant POST_TOPIC_URL - assumed 'POST_TOPIC_URL'
[phpBB Debug] PHP Notice: in file /includes/magic_seo_urls-53.php on line 0: Use of undefined constant POST_TOPIC_URL - assumed 'POST_TOPIC_URL'
...and these:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4513: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3711)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4514: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3711)
Are these errors related to the fact that links are not rewritten, or should I be looking at something else?
This is on a server running CentOS 5.5 with Apache 2.2.3 and PHP 5.3.6. I'd rather not share the forum URL publicly; it is live, but all IPs other than my own are blocked as long as it's in development.