willemjandevries

Topic: Problem after installing

Hi you all! I finally got Jobberbase running. The installing coused me lost of trouble. But Jobberbase is verry slow. And I think somethings wrong with the template. Take a look at my site:
http://www.svcocktail.nl/app/

And I cant get into the admin panel either (connection gets timed out).

Who can help me?

putypuruty

Re: Problem after installing

Hi,

I think your problem is .htaccess related. If you don't already have it like this, you should add the following line to the .htaccess file from the app folder

Code:
RewriteBase /app

You can add it after the RewriteEngine on line.

In the .htaccess file from the admin folder you should add the following line

Code:
RewriteBase /app/admin

BTW, you can rename the app folder to something more meaningful for you (like jobs) - if you do this, be sure to update the .htaccess files so that the RewriteBase statement points to the correct folder.

Let us know if it works.

willemjandevries

Re: Problem after installing

Thanks for your reply,

I did what you asked, but it still doesn't work. I am using Filezilla to upload my files to the ftp server. But when I upload the .htaccess file, it just disapears. Do you know whats cousing that?

evertsemeijn

Re: Problem after installing

.htaccess is a hidden file on your server. That's why Filezilla is not showing it. You can force show hidden file. On Mac in Server menu, in Win probably the same smile

Member of Jobberbase Development Team - Templates/Usability

:: Looking for a jobboard installation and/or custom design? ::

putypuruty

Re: Problem after installing

After you configure Filezilla to also show hidden files, please be sure that the .htaccess file that is uploaded contains the RewriteBase /app line (maybe he didn't upload/overwrite the file on the server).

willemjandevries

Re: Problem after installing

Well, I got filezilla to show the hidden files, and I made shure he overwrote the files that where allready there. It had no effect...

Got any clue?

putypuruty

Re: Problem after installing

Hi,

I just checked your site and it loaded in an instant. The admin also worked. So, it seems that everything is fine now smile. Did you do something else except the things written in this topic?

willemjandevries

Re: Problem after installing

hmm.... thats strange....
maybe the server needed a few mins to update?
Well I did exactly what you told me to. Nothing more, nothing less.

Oh well, problem solved! Thank you verry much big_smile