Stef

Topic: Install problem

Hello,

I'm ending up here. With no idea what to do next..

I changed this line in the config.php file.
require_once '_includes/class.Db.php';

to this:
require_once '_includes/class.Db.MySql.php';

Than I got this error.
Fatal error: Call to a member function query() on a non-object in /home/stefnitert/domains/stefnitert.com/public_html/jobs/_includes/class.JobberSettings.php on line 19

Does anybody have a clue what's going on here? I what my options are?

Thanks.

putypuruty

Re: Install problem

Hi!

I saw that you fixed the initial problem but clicking on a category gives you an error. I noticed that you are running on Apache 1.3 and I guess that you are using the .htaccess files that came with jb 1.8 (compatible only with Apache 2.X)

You need to use the alternate .htaccess files for Apache 1.3. You can find them here http://www.jobberbase.com/forum/post4243.html#p4243

I guess that you will have to change the RewriteBase / to RewriteBase /jobs and for the .htaccess file in the admin folder from RewriteBase /admin to RewriteBase /jobs/admin

Please let us know if this did the trick!

Stef

Re: Install problem

Thanks for your reply..
But it didn't work.

I only found a .htaccess file in the admin folder and changed that to..

Code:
AddType application/x-httpd-php5 .php

RewriteEngine on
Options +FollowSymlinks

RewriteBase /admin

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule . index.php [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/$ index.php?page=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/([^/]+)/$ index.php?page=$1&id=$2 [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/$ index.php?page=$1&id=$2&extra=$3 [L]

ErrorDocument 404 /page-unavailable/

But I can't find the htaccess file where I must change Rewritebase / to  Rewritebase /jobs.
Am I missing something?

ty.

putypuruty

Re: Install problem

The other .htaccess file should be in the root folder, next to config.php - in your case (/public_html/jobs) it should be in the jobs folder.

Maybe it didn't get uploaded or it's hidden (your FTP client should allow you to see also hidden files).

Whatever is the case, you can just create a file called .htaccess, paste the content of the first .htaccess file from the post I gave you and upload it into the root jobberbase folder.

Hope it helps!

Stef

Re: Install problem

It did!
Thank you.
I had to paste the .htaccess file from the admin folder to /job folder.

Thanks for your help.
Very much appreciated!

Stef

Re: Install problem

The menu items in the Settings page aren't working now.

These items.
- Main Setting
- Search / Pagination.

etc.

I've search for a file to adjust there.. but can't find any.

thanks for the help already

putypuruty

Re: Install problem

Hi!

This is a bug that unfortunately made it into jobberbase 1.8 but was fixed very soon after the launch.

You'll have to overwrite 2 files in the /admin/_templates folder with the following files

- http://jobberbase.googlecode.com/svn-hi … /links.tpl
- http://jobberbase.googlecode.com/svn-hi … ttings.tpl

and one file in /admin

http://jobberbase.googlecode.com/svn-hi … ttings.php

This should do the trick!