I can access Mint OK and the tag is prepended properly to my pages using my site’s root .htaccess file. But if I add the php_value auto_prepend_file none line as instructed to an .htaccess file in the /mint directory it no longer works. I get this instead:
Warning: Unknown(none): failed to open stream: No such file or directory in Unknown on line 0
Warning: Unknown(none): failed to open stream: No such file or directory in Unknown on line 0
Warning: (null)() [function.include]: Failed opening 'none' for inclusion (include_path='.:/usr/local/php-4.4.8-1/share/pear') in Unknown on line 0
Any idea what might be the problem?