how to install equation editor plugin to fckeditor
how to install equation editor plugin to fckeditor
Hello,
I configured the fckeditor plugin based to the following guide:
If you are running this through Apache, then the setup should be like this. Say the home page to your website is found in
www/root/index.htm
then I would install the equation editor in www/root/equationeditor/*
and you set the path you see in fckplugin.js to ' /equationeditor/'
i.e. The root to your webpage is www/root/
But when I press the fx button does not open the page but acts the equationeditor.php as file that I want to download. Why?
Thx
Panagiotis Kamaris9 Apr 08, 4:53PM
That is strange. Do you have PHP installed with your Apache distribution. You would normally expect to have it on a standard LAMP server.
What happens when you try to open the equation editor by putting,
http://yourwebaddress.com/equationeditor/equationeditor.phpdirectly into your browser. Does it run correctly, as you see on CodeCogs, or are you also prompted to download the file?
Login