Re: Undefined variable: company in page_company.php file [ Started by guarez in Bug reports : 2 replies ]

Hi!

The only thing I can think of is that you have changed, via Admin, the URL for 'Jobs per City' and it is now the same as the one you have for 'Jobs per Company'. If this is the case, you need to change the URLs in such a way so that they become distinct.

Hope it helps.

Re: Line 20 error after install [ Started by ultraimports in General support : 2 replies ]

Hi!

It's saying Access denied for user 'jobber'@'10.0.0.25' - so either your host is not the correct one or your username/password combination is wrong. Have a look here http://www.000webhost.com/faq.php?ID=25 to see how you can find out your host.

Also, there are hostings where after creating a new database user, you have to explicitly grant him rights to each database that he should be allowed to access. I recommend that you check the Mysql section of your hosting's control panel.

I hope this helps.

Re: Cannot Access Admin Page or page unavailable [ Started by jefrey1983 in General support : 2 replies ]

Hi,

I think that you should remove the trailing slash from RewriteBase /careers/admin/ so that you have RewriteBase /careers/admin

Re: Need to edit contents of activation email, where? [ Started by bestempire in General support : 1 replies ]

Hi.

You can do this in _includes/class.Postman.php - you will find there the content for every mail that is sent by jobberbase.

Re: Blank Screen After Install [ Started by kilerb in General support : 7 replies ]

Out of curiosity, did you import the jobberbase.sql file in phpmyadmin? This error appears if you forgot to do this.

Also, if you did import it and you are still getting this error, then try to replace define('ENVIRONMENT', 'prod'); with define('ENVIRONMENT', 'dev'); (so just change prod to dev) and check if you don't get a more detailed error message.

Re: Blank Screen After Install [ Started by kilerb in General support : 7 replies ]

You have to set the DB configuration in the else branch, not in the if ($_SERVER['SERVER_NAME'] == 'localhost') branch as you did.

Re: Blank Screen After Install [ Started by kilerb in General support : 7 replies ]

Hi!

Try turning errors on in config.php, that might help.

Re: How do you install Apache [ Started by skyfoxbob in General support : 5 replies ]

Hi!

I assume that you have Windows and thus I recommend that you install XAMPP - this is a software suite that contains everything you need to run jobberbase: Apache, PHP, MySQL and phpmyadmin.

You can find it here: [url]http://www.apachefriends.org/en/xampp-windows.html[/url]. I recommend that you use the .exe version (http://www.apachefriends.org/download.php?xampp-win32-1.7.3.exe)

Good luck!

Re: SMTP Error: Could not connect to SMTP host [ Started by ppandey in General support : 10 replies ]

Hmm, strange.

If the upload folder has 777 permission, I don't see a reason why the apply mail is not sent. I don't know what to tell you, it's not a jobberbase issue in the end.

Re: SMTP Error: Could not connect to SMTP host [ Started by ppandey in General support : 10 replies ]

Hi!

I tried on your site to recommend a friend and I got now 'SMTP Error: Could not authenticate.'

If the email address has the same domain as the site, you should try using 'mail' as mailer and see if it works this way. Also, if you really want to use SMTP, please post here exactly how you configured it in the Mailer Settings panel (no need to give us the email address/password).

Re: SMTP Error: Could not connect to SMTP host [ Started by ppandey in General support : 10 replies ]

So, from what I understood, it was working fine so far but suddenly it stopped working, although you didn't change anything.

If it worked correctly so far on the web server, then maybe the hosting changed something that affected your jobberbase installation or they themselves are having some temporary problems. I don't have another logical explanation.

Re: SMTP Error: Could not connect to SMTP host [ Started by ppandey in General support : 10 replies ]

Hi!

Are you by any chance trying to send the mail through gmail? If yes, because it requires SSL, I noticed locally that I must install Apache with OpenSSL support. Maybe this info helps.

Re: Blank screen after site migration [ Started by chrifus in General support : 2 replies ]

Hi!

I recommend that you enable error reporting on the host where you want to migrate your files - this should help in debugging your problem. You have to set errors on in config.php - you can see in the install guide how to do this.

Re: Fatal error: Call to a member function fetch_assoc() on a non-object [ Started by lisandi in Bug reports : 3 replies ]

Hi!

See here for a link toward the install guide http://www.jobberbase.com/forum/topic2285-error-opening-install-guide.html

About your problem: did you import the jobberbase.sql in phpmyadmin? This error usually appears if you forget to do so.

Re: Blank screen after install [ Started by Stef in General support : 14 replies ]

Solved offline - the problem was caused by the config.php file being wrongly uploaded by the FTP client.

Re: Blank screen after install [ Started by Stef in General support : 14 replies ]

Please try to remove the line
[code]Options +FollowSymlinks[/code]
and see if it works that way.

Re: Blank screen after install [ Started by Stef in General support : 14 replies ]

I visited your site and noticed that you get a 500 Internal Server error. I also saw that you have Apache 2 and PHP 5.2.5, so this should be all good. I'd recommend that you give it a try with the .htaccess file that comes with jobberbase (because it's compatible with Apache 2). The .htaccess that you pasted is for Apache 1.3 (but it should work also on Apache 2).

Also, you should add a RewriteBase /carriere to your .htaccess file and RewriteBase /carriere/admin to the admin .htaccess file.

Re: Blank screen after install [ Started by Stef in General support : 14 replies ]

Please turn the error reporting on in config.php and I'm sure you will find the problem.

Re: Hi [ Started by shamrock in General support : 2 replies ]

Hi!

This is mostly likely a configuration error. What happens if you delete the .htaccess file? Also, please have a look in the error log, maybe it tells you something useful.

Re: Error opening Install Guide [ Started by LaudemGloriae in Bug reports : 2 replies ]

Hi!

We know about that error, it seems that our mediawiki install is not compatible with PHP 5.3 (we upgraded recently).

Until the problem is solved, see the cached version on Google http://209.85.135.132/search?q=cache:sdrg6PT2t2wJ:www.jobberbase.com/wiki/index.php/Installation_Guide+http://www.jobberbase.com/wiki/index.php/Installation_Guide&cd=1&hl=en&ct=clnk&client=firefox-a

Re: Keep running into problems with functions.js [ Started by evertsemeijn in General support : 9 replies ]

@evert

I managed to remove everything related to recommend to a friend and the report spam still works nicely:

This is what I did:

- in functions.js, I've removed lines 64-88
[code]SendToFriend: {
showHide: function()
{
$("#send-to-friend").toggle();
},

sendMsg: function()
{
$("#frm-send-to-friend").ajaxForm(function(responseText) {
if (responseText == "0")
{
var msg = Jobber.I18n.js.send_to_friend_unsuccessful;
$("#send-to-friend-response").css({ color: "red" });
}
else
{
var msg = Jobber.I18n.js.send_to_friend_successful;
$("#frm-send-to-friend").clearForm();
$("#send-to-friend-response").css({ color: "green" });
}
$("#send-to-friend-response").html(msg);
});
}
},
[/code]
- in job.tpl, I've removed line 12
[code]<a href="#" onclick="Jobber.SendToFriend.showHide(); return false;" title="{$translations.recommend.title}">{$translations.recommend.title}</a>[/code]
- also in job.tpl, I've removed lines 41-48
[code]{literal}
<scri …

Re: Keep running into problems with functions.js [ Started by evertsemeijn in General support : 9 replies ]

@evert
I'll have a look into this in the evening. I also agree that we could remove the FixPng method because in the end it doesn't break anything in IE6, just the .png images wouldn't be transparent, big deal ;)

Re: jobberBase 1.9 Development [ Started by navjotjsingh in Announcements : 15 replies ]

Latest update: v1.9 will also run on IIS

Re: Company and location cloud [ Started by spongeproject in General support : 2 replies ]

Hi!

I'll try to help you during the weekend.

Re: how do i add a new admin (user)? [ Started by JeffreyPineda in General support : 2 replies ]

Hi!

Sure it is possible, but you cannot do it from the admin panel, you have to do it from phpmyadmin.

So, without much ado, open phpmydamin, select your jobberbase database and run the following query:

INSERT INTO `admin` (`id`, `username`, `password`) VALUES
(2, 'USER_NAME', md5('YOUR_PASSWORD'));

Replace USER_NAME and YOUR_PASSWORD with the desired values.

Good luck!