Fatal error: Cannot redeclare string_file_picture_ tex()

Re: Fatal error: Cannot redeclare string_file_picture_ tex()

by Jacob Romeyn -
Number of replies: 0

I also can not turn on the filter without getting an error.

When I turn the multimedia filter on I get:

Fatal error: Cannot redeclare mediaplugin_filter() in /home/jromeyn1/public_html/moodle/filter/mediaplugin/filter.php on line 35

And the same with all of the filters.

When I install the test.php file as below I get:

Fatal error: Cannot redeclare string_file_picture_tex() in /home/jromeyn1/public_html/moodle/filter/tex/filter.php on line 50

<?PHP

require_once("config.php");
require("filter/tex/filter.php");
require("filter/tex/filter.php");

?>

How can I find out if I have a PHP accelerator?