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 ;)
Welcome to jobberBase Developer Community!
You are not logged in. Please login or register.
We've just added a new category for forums dedicated to local communities.
If you're interested in starting a community in your country or even city, please write us at hello@jobberbase.com and we'll make it happen.
We're also looking for moderators on each local community -- so email us :).
jobberBase Community » Posts by putypuruty
I wrote you a private mail, I hope you received it ;)
Hi!
Have you created the database and imported the jobberbase.sql file?
I wrote you a private mail, I hope you received it ;)
Hi!
Give [b]RewriteBase /careers/admin[/b] a try.
I've sent you a private mail, I hope you've received it.
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.
Hi!
Today I'll post here the instructions on how to achieve this.
Fixed offline - the _cache folder from the root was not writable.
Hi!
I'll try to help you this week (or in worst case next week), if you can still wait ;)
Check the file that contains the /literal string and be sure to change it to {/literal}
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]
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.
It should have worked. Did you try to clear the cache? Also, are you sure that you've unpacked everything?
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]
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.
Inside your admin panel, click on the Pages link and you should see it listed there.
As a workaround, try setting ini_display_errors to Off in your config.envs.php file.
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 ;)
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 …
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.
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.
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.
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
Hi!
The prefix in the live part should be [b]commercialdivingwork.com[/b] without an ending slash.
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
Page [ 3 of 38 ] Posts by putypuruty [ 51 to 75 of 934 ]
jobberBase Community » Posts by putypuruty
Powered by FluxBB
[ Generated in 0.049 seconds, 4 queries executed ]