Plugin will not activate: Error in code needs fix?
-
The plugin will not activate for me, there are two endif statements on a line, seems to be an error, at least to me, removing one endif and the plugin activates.
Parse error: syntax error, unexpected ‘endif’ (T_ENDIF) in \\…\wp-content\plugins\jobify\src\Jobify\JobsWidget.class.php on line 207
Line 207 looks like this second line of code:
<?php
endif; endif; ?>Removing one of the endif’s allows the plugin to activate, thinking this is an error in the plugin codebase???
- The topic ‘Plugin will not activate: Error in code needs fix?’ is closed to new replies.