Online Recruitment Agency is Web-based recruitment agency software. You can manage all of your recruitment efforts on your Web site, and set up job locations, categories, departments, and job titles from the Web interface as an admin user. Regular users can then add/edit/delete jobs. The public interface can be very easily customized to your site design using templates. On the public page, potential employees can search the job listings or view by category or department.
Tags | Information Management Records Management Internet Web Site Management Office/Business groupware |
---|---|
Operating Systems | Windows POSIX Linux |
Implementation | PHP |
Release Notes: Bugs in the common and database library files were fixed.
Release Notes: This releases fixes a bug found in the database library file and the common library file.
Release Notes: The documentation was updated to include information about updating the error template for the system.
Release Notes: Some updates were made to the documentation of the system about disallowing access to the site.xml file.
Release Notes: This release makes some minor updates to the documentation for the system.
i get this error when i try running it on xampp
Fatal error: Cannot redeclare CSQLAdmin::$functions in C:\xampp\htdocs\jobs\admin\lib\sqladmin.php on line 45
got this on when i try running it on ii6
admin = $admin; //loading the config $tmp_config = new CConfig($xml); $_CONF = $tmp_config->vars["config"]; //loading the templates if ($this->admin) { if (is_array($_CONF["templates"]["admin"])) { foreach ($_CONF["templates"]["admin"] as $key => $val) { if ($key != "path") $this->templates[$key] = new CTemplate($_CONF["templates"]["admin"]["path"] . $_CONF["templates"]["admin"][$key]); } } } else { if (is_array($_CONF["templates"])) { foreach ($_CONF["templates"] as $key => $val) { if (($key != "path" ) && ($key != "admin")) $this->templates[$key] = new CTemplate($_CONF["templates"]["path"] . $_CONF["templates"][$key]); } } } $base = new CBase(); $base->html = new CHtml(); $this->html = &$base->html; //make a connection to db if (is_array($_CONF["database"])) { $this->db = new CDatabase($_CONF["database"]); //vars only if needed if ($_CONF["tables"]["vars"]) $this->vars = new CVars($this->db , $_CONF["tables"]["vars"]); $this->tables = &$_CONF["tables"]; } } function TableFiller($item) { if (file_exists("pb_tf.php")) { include("pb_tf.php"); } } /** * description * * @param * * @return * * @access */ function Run() { global $_TSM; if (file_exists("pb_events.php")) { include("pb_events.php"); $_TSM["PB_EVENTS"] = DoEvents(&$this); } if (is_object($this->templates["layout"])) { echo $this->templates["layout"]->Replace($_TSM); } } } ?>admin = $admin; //loading the config $tmp_config = new CConfig($xml); $_CONF = $tmp_config->vars["config"]; //loading the templates if ($this->admin) { if (is_array($_CONF["templates"]["admin"])) { foreach ($_CONF["templates"]["admin"] as $key => $val) { if ($key != "path") $this->templates[$key] = new CTemplate($_CONF["templates"]["admin"]["path"] . $_CONF["templates"]["admin"][$key]); } } } else { if (is_array($_CONF["templates"])) { foreach ($_CONF["templates"] as $key => $val) { if (($key != "path" ) && ($key != "admin")) $this->templates[$key] = new CTemplate($_CONF["templates"]["path"] . $_CONF["templates"][$key]); } } } $base = new CBase(); $base->html = new CHtml(); $this->html = &$base->html; //make a connection to db if (is_array($_CONF["database"])) { $this->db = new CDatabase($_CONF["database"]); //vars only if needed if ($_CONF["tables"]["vars"]) $this->vars = new CVars($this->db , $_CONF["tables"]["vars"]); $this->tables = &$_CONF["tables"]; } } function TableFiller($item) { if (file_exists("pb_tf.php")) { include("pb_tf.php"); } } /** * description * * @param * * @return * * @access */ function Run() { global $_TSM; if (file_exists("pb_events.php")) { include("pb_events.php"); $_TSM["PB_EVENTS"] = DoEvents(&$this); } if (is_object($this->templates["layout"])) { echo $this->templates["layout"]->Replace($_TSM); } } } ?>
any help would be great
Using $this
I am getting the $this error:
Fatal error: Using $this when not in object context in C:\xampp\htdocs\jobs\pb_events.php on line 5
Can you help?
Re: installing problems
>
> %
> % Is there a fix for this. I am using
> % XAMPP as lamp services
> %
> % Regards
> % Stephen
> %
>
>
>
> OK, now I am getting the $this error:
>
> Fatal error: Using $this when not in
> object context in
> C:\xampp\htdocs\jobs\pb_events.php on
> line 5
>
> I would really like to evaluate this.
> Can you help?
>
> Regards
> Stephen
Yes, I have the exact same error... any fix for this?
Re: installing problems
>
> Is there a fix for this. I am using
> XAMPP as lamp services
>
> Regards
> Stephen
>
OK, now I am getting the $this error:
Fatal error: Using $this when not in object context in C:\xampp\htdocs\jobs\pb_events.php on line 5
I would really like to evaluate this. Can you help?
Regards
Stephen
Re: installing problems
> I am trying to install your software but
> i just cant seem to get it fixed.
>
> This is the error I get in the screen,
> after I press enter at the 1st page.
>
> Fatal error: Cannot redeclare
> CSQLAdmin::$functions in
> /home/yozz/domains/yozz.nl/public_html/robuust/jobs/admin/lib/sqladmin.php
> on line 45
Is there a fix for this. I am using XAMPP as lamp services
Regards
Stephen