Re: install error can you help? [ Started by seawulf in General support : 8 replies ]
Problem fixed offline.
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
Problem fixed offline.
Hi!
Are you including external resources (like ads, for example) in your footer.tpl file?
Problem fixed: it was caused by leading and trailing spaces in company name.
Problem fixed offline, I just removed the check for the existence of the config.php file.
I wrote you an email, hope you received it.
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!
Hi!
What do you mean by not working? I visited your site and it seems to load just fine.
You get this error even if you made the above change?
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!
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.
I've sent you a private mail offering my help, hope you've received it.
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.
I wrote you a private mail, hope you've received it.
Problem fixed offline. It was caused by a combination of problems.
The problem was fixed offline - it was caused by a wrong app_url in the config.envs.php file.
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.
Hi!
I wrote you a private mail, hope you received it!
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!
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!
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.
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.
Problem fixed offline - it was caused by a too broad permission for the .php files from the admin folder.
Problem fixed offline - it was caused by a wrong db_prefix in config.envs.php.
Hi!
Try to take it from here http://code.google.com/p/jobberbase/downloads/list
I see another problem in your config: please set the [i]prefix[/i] to be [i]newrecruitmentsplus.com[/i]
Page [ 2 of 38 ] Posts by putypuruty [ 26 to 50 of 934 ]
jobberBase Community » Posts by putypuruty
Powered by FluxBB
[ Generated in 0.052 seconds, 4 queries executed ]