- Title: New member
- Status: Offline
- Registered: 2011-11-17
- Posts: 1
Topic: [1.9.2] undefined function format
Employer jobs are not posting due to an error "undefined function format" in
employer/add_job_page.php around line 163
Fix:
FIND
unset($_SESSION['add_job']);
$message = "<div class='success'>" . format('success', 'job_added') . "</div>";
REPLACE WITH
unset($_SESSION['add_job']);
$message = "<div class='success'>" . format_lang('success', 'job_added') . "</div>";
- Title: Moderator
- Status: Offline
- From: Bangalore, India
- Registered: 2011-09-01
- Posts: 101
Re: [1.9.2] undefined function format
both are not jobberbase functions!!
Thanks &Regards
DV Tech Services Pvt Ltd
Email: venkat@dvtservices.com;
www.dvtservices.com Bangalore. India
We are Ready to Resolve your problems ..... And Ready to work for you
Posts [ 2 ]
Guest posting is disabled. You must login or register to post a reply.