Posts by putypuruty
Page [ 20 of 38 ] Posts by putypuruty [ 476 to 500 of 942 ]
Re: installation issue - unable to find error display [ Started by aravind.parvatikar in General support : 10 replies ]
It must be a configuration issue then. Please post here the 'live' part of the config.envs.php but be careful not to paste here your DB username and password.
Re: installation issue - unable to find error display [ Started by aravind.parvatikar in General support : 10 replies ]
Hi,
You can change it in this line
[code]'ini_display_errors' => 'Off',[/code]
in config.envs.php
Re: How to increase Category name charecters limit ? [ Started by RoopJeans in General discussion : 2 replies ]
Hi!
In phpmyadmin, select your jobberbase database and run the following query:
[code]ALTER TABLE `categories` MODIFY COLUMN `name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;[/code]
Replace 64 with the desired value.
Re: Unable to find PUBLIC folder in my localhost(appache webserver).helpme [ Started by yovan in Bug reports : 4 replies ]
Hi,
I assume it's an .htaccess related problem. What happens if you remove the .htaccess file from the public folder? If the start page loads without it, it means that a line in the .htaccess file is causing the problem. If this is the case, try commenting out lines until it works (you need to add a # char in front of the line).
If it still doesn't work, it's most likely an Apache configuration problem in which case I don't know exactly how to help you.
Re: Unable to find PUBLIC folder in my localhost(appache webserver).helpme [ Started by yovan in Bug reports : 4 replies ]
Hi,
Can you please post here the structure of your /WAMP/WWW/Jobberbase folder?
If you just unpacked the jobberbase-1_9.zip file directly into /WAMP/WWW/, then you should be able to access it by going to http://localhost/jobberbase/public/
Re: Problem with getJobsByCompany [ Started by eronkid in General support : 8 replies ]
Hi!
On my computer, I tried with the following URL
http://localhost/jobberbase/api/api.php?action=getJobsByCompany&company=word1+word2+word3+word4&count=10&response=js
And it does work.
Can you please tell us exactly what is wrong in your case? You only see a blank page, or? FYI, I've tried the above URL with Firefox and Opera by writing it directly in the address bar. I've also made an HTML page where I embeded the code that is shown on the widgets page. By the way, if you did the same, be aware that you must put <div id="jobber-container"></div> before the <script> code.
So, I have
[code]
<html>
<head></head>
<body>
<div id="jobber-container"></div>
<script src="http://localhost/jobberbase/api/api.php?action=getJobsByCompany
&company=word1+word2+word3+word4&count=10&response=js" type="text/javascript"></script>
<script type="text/javascript">showJobs('jobber-container', 'jobber-list');</script>
</body>
</html>
[/code] …
Re: Total Job Views [ Started by harmonizemedia in General support : 2 replies ]
Hi,
Can you elaborate a little? Where exactly would you want to show them: in the public site or in the admin?
Re: Problem with getJobsByCompany [ Started by eronkid in General support : 8 replies ]
Let's do it like this: I'll give it a try later at home and will post here my findings.
Re: Problem with getJobsByCompany [ Started by eronkid in General support : 8 replies ]
What about my+own+company?
Re: Problem with getJobsByCompany [ Started by eronkid in General support : 8 replies ]
Hi!
Try using my%20own%20company
Re: got error when try to post job regarding email..help me. [ Started by saurabhpatel in General support : 3 replies ]
Did you do what is described here for using a gmail address?
[url=http://www.jobberbase.com/forum/topic1841-jobberbase-18-sending-emails-from-a-gmail-address-using-secure-smtp.html]Jobberbase 1.8 - sending emails from a gmail address using secure SMTP[/url]
Re: blank page after installing (error log) [ Started by joxxxe in General support : 1 replies ]
Hi,
Can you please post here the content of the config.envs.php? I'm mostly interested in the $__instances['live'] part. Take care not to post your DB username and password ;)
What you can also try is to replace
[code]require_once APP_PATH . '_includes/class.Db.php';[/code]
with
[code]require_once APP_PATH . '_includes/class.Db.MySql.php';[/code]
in config.php and see if it's any better.
Also, to help in debugging, you can turn errors on by changing ini_display_errors to On in config.envs.php, in the 'live' part.
Re: got error when try to post job regarding email..help me. [ Started by saurabhpatel in General support : 3 replies ]
Hi,
Did you set valid email addresses for Admin email and Notify email in Admin -> Settings -> Main settings?
If yes, can you please post here the domain and tld part of the email address (the example.com from user@example.com)? If I remember correctly, there was/is a bug validating .info email addresses. Maybe your problem is similar.
Re: Keywords and Description mixed up in header [ Started by oletom in Bug reports : 1 replies ]
Thanks for reporting this, it's fixed now ;)
Re: Admin Section in 1.9 results in (Page-Unavalible) [ Started by lonestriker in General support : 1 replies ]
Hi!
If you installed jobberbase in a subfolder, in the admin .htaccess file you could try adding/changing the existing line with [i]RewriteBase /subfolder/admin[/i]
I also assume that you have Apache 1.3 - are you using the .htaccess files that are compatible with it? See them here http://www.jobberbase.com/forum/post4243.html#p4243 or in the docs folder inside the jobberbase 1.9 zip.
Let us know if it works.
Re: Need Help jobberBase 1.9 Upload and send resume [ Started by oletom in General support : 5 replies ]
Hi,
Are you sure you made the 'upload' folder writable (permission 777)? I can't think of anything else.
Re: Once in Jobberbase any click goes back to website homaepage. [ Started by skyfoxbob in General support : 2 replies ]
Hi, Bob!
I gave your site a try and I don't see anything wrong - whatever I click, I remain in the jobberbase site, I'm never redirected to your main site. I guess that you managed to fix the problem on your own.
Re: installed 1.9 theme broke - will i have to re-install? [ Started by wilburforce in General support : 1 replies ]
Hi!
I responded to you in your other thread - http://www.jobberbase.com/forum/post8908.html#p8908
Didn't my solution work?
Re: theme broke i cant login or see site any reset? [ Started by wilburforce in General support : 2 replies ]
Hi!
You can try this: open phpmyadmin and select your jobberabase DB. Then, browse the settings table and edit the record with ID 4 (name 'theme') and manually change its [i]value[/i] attribute to [i]default[/i]. This should revert back to the default theme.
Re: v1.9 job count in categories [ Started by cheesypeas in General support : 2 replies ]
Hi!
It seems it's pretty easy to achieve what you want. I'll give you the code for the default skin:
- open the site index.php and add the following line
[code]$smarty->assign('jobs_count_all_categs', $job->GetJobsCountForAllCategs());[/code]
after line 231
[code]$smarty->assign('categories', get_categories());[/code]
- open _templates/default/header.tpl and replace
[code]{section name=tmp loop=$categories}
<li id="{$categories[tmp].var_name}" {if $current_category == $categories[tmp].var_name}class="selected"{/if}><a href="{$BASE_URL}{$URL_JOBS}/{$categories[tmp].var_name}/" title="{$categories[tmp].name}"><span>{$categories[tmp].name}</span><span class="cnr"> </span></a></li>
{/section}
[/code]
with
[code]{section name=tmp loop=$jobs_count_all_categs}
<li id="{$jobs_count_all_categs[tmp].categ_varname}" {if $current_category == $jobs_count_all_categs[tmp].categ_varname}class="selected"{/if}><a href="{$BASE_URL}{$URL_JOBS}/{$jobs_count_all_categs[tmp].categ_varname}/" …
Re: JobberBase 1.9 - Admin - Settings [ Started by ivanpudic in Bug reports : 3 replies ]
Hi,
I tried to reproduce this on a brand new JB 1.9 installation but I couldn't.
Did you also install JB 1.9 from scratch or you upgraded a 1.8 installation?
If you can provide me with a URL to your site and an admin password, I'd like to see this for myself. You can send me a private message with this data, if you want - just go to http://www.jobberbase.com/forum/email19.html
Re: Page 2, 3, 4 etc problem for /jobs [ Started by rpm in General support : 5 replies ]
Hi!
I tried to reproduce your problem but I couldn't - it works fine for me. Can you give us the URL to your site so that we can see it in action?
Re: email verification [ Started by kongmingmedia in General support : 6 replies ]
If you want to get rid of this notification email, just remove the following line from page_publish.php
[code]$postMan->MailPublishToAdmin($jobInfo);[/code]
Re: "Message body empty" error when publishing in v1.9 [ Started by bestempire in General support : 3 replies ]
How did you upgrade from 1.8 to 1.9? Did you make a clean install?
I'm asking because in 1.9, the content of the emails is no longer hardcoded in class.Postman.php but comes from an XML file (emails_en.xml)
Re: Trouble installing [ Started by skyfoxbob in General support : 5 replies ]
@skyfoxbob
Your problem is .htaccess related. Please see http://www.jobberbase.com/forum/post4243.html#p4243 for the solution. Also, your config file is wrong. You must change $__instances['http://www.rotorjobs.com/jobberbase/'] back to $__instances['local'] and $__instances['http://www.rotorjobs.com'] back to $__instances['live']
@Narcan
Your problem is also .htaccess related. Please see http://www.jobberbase.com/forum/topic2013-getting-error-500-internal-server-error-everywhere-i-click.html for the solution. Also, in the $__instances['live'] = array( part of the config, you must set the prefix to [i]washingterns.com[/i]