EASY FIX for mysql fetch error
-
On line 14 in doc: wp-content/plugins/easy-career-openings/includes/shortcodes/posting_details.php
Change: .’?jobid=’.$_REQUEST[‘jobid’].'”>
To: .’&jobid=’.$_REQUEST[‘jobid’].'”>On line 23 in doc: /wp-content/plugins/easy-career-openings/includes/shortcodes/posting_list.php
Change: .’?jobid=’.$jobid.'”>
To: .’&jobid=’.$jobid.'”>With these two minor changes I was able to make this plugin work.
- The topic ‘EASY FIX for mysql fetch error’ is closed to new replies.