Re: Problems with JobberBase on IIS 6 - 500 error [ Started by rfurdzik in General support : 3 replies ]

I wrote you a private mail, I hope you received it ;)

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

Hi!

Have you created the database and imported the jobberbase.sql file?

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

I wrote you a private mail, I hope you received it ;)

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

Hi!

Give [b]RewriteBase /careers/admin[/b] a try.

Re: HTTP 404 [ Started by gilfisher2 in Bug reports : 3 replies ]

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

Re: How to change logo to a larger one? [ Started by Dr. Shanawany in General support : 7 replies ]

Hi!

In the end I managed to reproduce your problem. At first, I've uploaded a very large logo but it was just scaled down and the layout did not break. Then I realized that you've also changed the height attribute in the screen.css for the h1#logo and h1#logo a ;)

So, to fix your problem, you just have to increase the height in the div#header section inside the screen.css file.

Re: How to change logo to a larger one? [ Started by Dr. Shanawany in General support : 7 replies ]

Hi!

Today I'll post here the instructions on how to achieve this.

Re: White screen on front end - admin panel fine [ Started by archiseek in General support : 1 replies ]

Fixed offline - the _cache folder from the root was not writable.

Re: Hightlighting a job entry without moving it to spotlight area [ Started by duri_90 in General support : 3 replies ]

Hi!

I'll try to help you this week (or in worst case next week), if you can still wait ;)

Re: I get this Fatal Error [ Started by andrewsegawa in General support : 1 replies ]

Check the file that contains the /literal string and be sure to change it to {/literal}

Re: Installation Problem [ Started by hlboone in General support : 2 replies ]

Hi!

The problem is caused by the incorrect [i]prefix[/i]. If your site is www.example.com/testjobs/, you should set the [i]prefix[/i] to [i]example.com[/i]

Re: Please help me out with this my job was not published. [ Started by jamiealexapeppl in General support : 2 replies ]

I don't know if you are aware, but by default, the very first post from an email address must be manually approved by the admin. Until the admin doesn't activate such a job, that person's ads will not appear online. So, go into the admin panel, activate that user's job and then that job and all the following jobs posted with the same email address will appear online.

Re: website faild [ Started by ahmedgomaa in Bug reports : 3 replies ]

It should have worked. Did you try to clear the cache? Also, are you sure that you've unpacked everything?

Re: website faild [ Started by ahmedgomaa in Bug reports : 3 replies ]

Hi!

The problem is caused by an incorrect app_url in your config.envs.php file - you should change it to [i]http://127.0.0.1/job/[/i]

Re: Translations.ini [ Started by Zorro12516 in General support : 3 replies ]

Hi!

At least in JB 1.9, the translation files are located in _templates\default\_translations. I assume that you read about the _includes folder in an older topic, pre 1.9.

Re: Where is the 'contact us page' file located? [ Started by llewellyn in General support : 2 replies ]

Inside your admin panel, click on the Pages link and you should see it listed there.

Re: Cannot modify header information..function session_start() problem ? [ Started by netvalue in Bug reports : 4 replies ]

As a workaround, try setting ini_display_errors to Off in your config.envs.php file.

Re: no theme showin [ Started by hammour in General support : 5 replies ]

Can you please post here the $__instances['live'] and $__instances['local'] parts from your config.envs.php file? But take care not to post the database username and password ;)

Re: List cities on every page at the top [ Started by adrianirl in General support : 2 replies ]

Hi!

What you want is pretty easy to do:

- open page_home.php and from that file move the following 2 blocks of code into the index.php file, right before the [b]// get job categories and cities[/b] line
[code]$smarty->assign('jobs_count_all', $job->CountJobs());[/code]
and
[code]
$numberOfJobsInOtherCities = $job->GetNumberOfJobsInOtherCities();

$smarty->assign('jobs_count_in_other_cities', $numberOfJobsInOtherCities);
$smarty->assign('hide_other_cities_in_sidebar', $numberOfJobsInOtherCities < SIDEBAR_ONLY_CITIES_WITH_AT_LEAST_NUMBER_OF_JOBS);

$jobsCountPerCity = $job->GetJobsCountPerCity();

// exclude the cities that don't have at least the specified number of jobs
foreach ($jobsCountPerCity as $index => $jobsPerCity)
{
if ($jobsPerCity['jobs_in_city'] < SIDEBAR_ONLY_CITIES_WITH_AT_LEAST_NUMBER_OF_JOBS)
unset($jobsCountPerCity[$index]);
}

$smarty->assign('jobs_count_per_city', $jobsCountPerCity);
[/code]
- open _templates/default/header.tpl and add the following blo …

Re: URL for the homepage [ Started by adrianirl in General support : 2 replies ]

Have you tried simply [b]http://jobs.mydomain.com[/b]? If jobberbase is correctly installed there, it should just work.

BTW, are you hosting it in IIS? I'm asking because you were talking about an index.aspx file.

Re: Need help to get non-profit board set up [ Started by llewellyn in General support : 2 replies ]

Hi!

The fix is pretty simple: in the $__instances['live'] part, change the [i]prefix[/i] to [i]consult-llewellyn.com[/i] and it should work.

Re: Installation problems [ Started by haydynphillips in General support : 2 replies ]

Did you try with the .htaccess files that come by default with Jobberbase? I'm asking because I assume that you are either using the .htaccess files for Apache 1.3 or you've uncommented the
[code]
# AddType x-mapp-php5 .php
# AddHandler x-mapp-php5 .php
[/code]
lines from the default .htaccess file.

Re: Download Prompt after Installation [ Started by tijoantony in Bug reports : 10 replies ]

I think this post will help you fix the problem: http://www.jobberbase.com/forum/topic3557-jobberbase-191-installation-woes-in-godaddy-windows-shared-hosting-a.html

Re: Common problems installing jobberbase 1.9 [ Started by putypuruty in General support : 84 replies ]

Hi!

The prefix in the live part should be [b]commercialdivingwork.com[/b] without an ending slash.

Re: Common problems installing jobberbase 1.9 [ Started by putypuruty in General support : 84 replies ]

Hi!

Can you change 'environment' => 'prod' to 'environment' => 'dev' in the $__instances['live'] part and see what happens?

Also, please set the [i]prefix[/i] only to commercialdivingwork.com