Archive for October, 2008


Bugs in WebJobs

Tuesday, October 14th, 2008

These are the source of my headache today… I recently downloaded WebJobs 2.1, and although some bugs were fixed from 2.0, new ones cropped up:

  • SEO - Friendly URLs break pagination in WebJobs 2.1 -

Although they seem to have written a fix in the rewrite.php file, it does not work. The pagination will not work on resume searches or job searches. This is pretty serious and breaks the function of the site, so I just removed the rewrite conditions in .htaccess until WebScribble can apply a better fix. (I sent them a bug report — we’ll see how that goes…)

  • Edit Seeker Profile on Member Manager

If the seeker does not have a profile (because he did not complete page 2 of the registration form), clicking on “Edit Profile” in Member Manager shows a nasty error message.

Fatal error: Class ’smartway_module_member_manager__edit_form’ not found in /…/member_manager.php on line 1586

  • When paying for a job posting, negative credits can show up in the “Available credits” section.

You can even select the credits. I have no idea how a person would even GET negative credits, but this showed up several times. The code looks correct in  post single job3 , so I don’t know….

  • The resume attachment is blank in the new job application email.

When a jobseeker applies to a job, a copy of his resume is emailed as an attachment to the employer who posted the job. However, that resume shows up as an empty text file, named simply resume.txt. I have not found  a fix for this yet. Anyone?