I’ve never installed in an XAMPP setting – have you tried installing on a LAMP setting?
Same error for me
( ! ) Parse error: syntax error, unexpected ‘public’ (T_PUBLIC) in C:\wamp\www\xxx\wp-content\plugins\easy-quiz-wp-exam-testing\classes\EasyQuizWPExamTesting.php on line 608
Call Stack
# Time Memory Function Location
1 0.0041 256640 {main}( ) ..\plugins.php:0
2 1.5990 25372056 plugin_sandbox_scrape( ) ..\plugins.php:153
3 1.5998 25375664 include( ‘C:\wamp\www\xxx\wp-content\plugins\easy-quiz-wp-exam-testing\easy-quiz-wp-exam-testing.php’ ) ..\plugins.php:151
4 1.6026 25415040 include_once( ‘C:\wamp\www\xxx\wp-content\plugins\easy-quiz-wp-exam-testing\includes\classes.php’ ) ..\easy-quiz-wp-exam-testing.php:16
I have same problem
Parse error: syntax error, unexpected ‘public’ (T_PUBLIC) in C:\xampp\htdocs\wordpress\onePageTheme\wp-content\plugins\easy-quiz-wp-exam-testing\classes\EasyQuizWPExamTesting.php on line 608
@nicoolass :
Have you found any solution ?
@vinodjoshi : I do not have solutions for now.
I’m trying others plugins.
Thanks for your reply.
I have already start a new thread for exactly what i require.
https://wordpress.org/support/topic/paid-exam-system-for-logged-in-use
How to make it feasible with WordPress.
I am nothing to do with this plugging but the installation error message is easily solved by editing one of the plugin files /classes/EasyQuizWPExamTesting.php
It is a simple typo – the plugin author has missed an opening php tag.
line 338
Change from:
<?
to:
<?php