Re: install error can you help? [ Started by seawulf in General support : 8 replies ]

Problem fixed offline.

Re: My footer has disappeared [ Started by Bertrand in General support : 3 replies ]

Hi!

Are you including external resources (like ads, for example) in your footer.tpl file?

Re: Bug in Company search ... only one entry found [ Started by Ralf in Bug reports : 2 replies ]

Problem fixed: it was caused by leading and trailing spaces in company name.

Re: "[index.php] _config/config.php not found" after moving site [ Started by tomiki in General support : 2 replies ]

Problem fixed offline, I just removed the check for the existence of the config.php file.

Re: "[index.php] _config/config.php not found" after moving site [ Started by tomiki in General support : 2 replies ]

I wrote you an email, hope you received it.

Re: Feed burner bug [ Started by wandabwa2004 in General support : 1 replies ]

Hi.

Open _includes/class.Feed.php and search for 10. Replace it with a value of your choosing.

As for the job type appearing in the feed, in the same file replace these lines
[code]
$type = '['.$job['type_name'].']';

$properties['title'] = $type . ' ' . $job['title'] . ' at ' . $job['company'];
[/code]
with
[code]
$properties['title'] = $job['title'] . ' at ' . $job['company'];
[/code]

Hope it helps!

Re: Site just stopped appearing when click to go there [ Started by TheFlaneur in General support : 1 replies ]

Hi!

What do you mean by not working? I visited your site and it seems to load just fine.

Re: install error can you help? [ Started by seawulf in General support : 8 replies ]

You get this error even if you made the above change?

Re: install error can you help? [ Started by seawulf in General support : 8 replies ]

The latest problem is caused by an incorrect [i]prefix[/i] in the $__instances['live'] part. You should change it to [i]tnci.edu[/i]

Hope it helps!

Re: All Page in site 404 not found [ Started by boedakpinank in General support : 11 replies ]

I sent the mail that I was talking about to the email address that you have set in the profile. Please check your email again.

Re: install error can you help? [ Started by seawulf in General support : 8 replies ]

I've sent you a private mail offering my help, hope you've received it.

Re: All Page in site 404 not found [ Started by boedakpinank in General support : 11 replies ]

The source of your admin problem could be caused by the RewriteBase /admin/ line. You should remove the trailing slash so that you have RewriteBase /admin instead.

Re: All Page in site 404 not found [ Started by boedakpinank in General support : 11 replies ]

I wrote you a private mail, hope you've received it.

Re: Moving to a new server? [ Started by Heavy Doody in General support : 2 replies ]

Problem fixed offline. It was caused by a combination of problems.

Re: No puedo instalar jobberbase en el alojamiento gratuito 000webhost.com [ Started by ElJavi8 in Bug reports : 2 replies ]

The problem was fixed offline - it was caused by a wrong app_url in the config.envs.php file.

Re: Cannot access xml feed [ Started by Equilibrium3 in General support : 2 replies ]

Hi!

Open the /api/api.php file and replace this line
[code]define('JOBBER_URL',str_replace('api/','',BASE_URL));[/code]
with
[code]define('JOBBER_URL',str_replace('api/','',APP_URL));[/code]

This should do it.

Re: Moving to a new server? [ Started by Heavy Doody in General support : 2 replies ]

Hi!

I wrote you a private mail, hope you received it!

Re: jobberBase 2 language error [ Started by hobo in General support : 2 replies ]

Hi, hobo!

The part about the translation is not documented anywhere I'm afraid but importing the files is pretty easy. Just open _tools\translations\translations_in_db.php and change the two occurrences of if (0) with if(1) and manually access this .php file through the browser.

Hope it helps!

Re: Warning: mysqli::mysqli() expects par_includes/class.Db.php on line 20 [ Started by jackhowdy in General support : 3 replies ]

Hi!

The problem is caused by the prefix in the $__instances['live'] part. Thus, replace
[code]'prefix' => 'www.domain.de',[/code]
with
[code]'prefix' => 'domain.de',[/code]

Good luck!

Re: Problem with seo description and keywords? [ Started by sukhbirsingh91 in General support : 4 replies ]

Hi!

You can set them from inside the admin panel, Settings -> Main settings, under Site keywords and Site description, though you will have the same text for every job.

Re: Is this possible? [ Started by paisore in General support : 1 replies ]

Hi!

What you want is possible and very easy to do. In your admin panel, hover over Categories and a 'drop down' will all the available categories will appear. Just click one on the categories and you will see a list of jobs for that category, with the possibility to edit/delete/deactivate/feature it on the first page and so on.

Re: no admin on sub domain [ Started by mark2kooki in General support : 4 replies ]

Problem fixed offline - it was caused by a too broad permission for the .php files from the admin folder.

Re: Installation Problem [ Started by sukhbirsingh91 in General support : 6 replies ]

Problem fixed offline - it was caused by a wrong db_prefix in config.envs.php.

Re: Windows Gallery Install [ Started by rfurdzik in General support : 1 replies ]

Hi!

Try to take it from here http://code.google.com/p/jobberbase/downloads/list

Re: Installation Problem [ Started by sukhbirsingh91 in General support : 6 replies ]

I see another problem in your config: please set the [i]prefix[/i] to be [i]newrecruitmentsplus.com[/i]