Hi.
I try to use Democracy 2.0 beta but I get this error:
Warning: main(): Unable to access class.php in /home/sv_hvdbdk/wp-content/plugins/democracy/democracy.php on line 12
Warning: main(class.php): failed to open stream: No such file or directory in /home/sv_hvdbdk/wp-content/plugins/democracy/democracy.php on line 12
Fatal error: main(): Failed opening required 'class.php' (include_path='') in /home/sv_hvdbdk/wp-content/plugins/democracy/democracy.php on line 12
the class.php file is in the folder and i have try to change the line 12 form:
require_once('class.php');
to
require_once(TEMPLATEPATH . '/class.php');
but it dont help me. What can i doo???