Knowledge Base
All Categories How to's

Step 1 Connect to your web server using any FTP program (ie. FileZilla) or the web-interface of your web-host and upload all files and folders......

published on March 30, 2020

You must first have a Google Calendar API Key - Go to the Google Developer Console and create a new project (it might take a......

published on March 30, 2020

A common issue is the .htaccess file which is needed to rewrite all URL's to make them readable. You can find the .htaccess file in......

published on March 30, 2020

Basic Cronjob The basic cronjob should run at least once a day and is used in order to activate automated tasks like recurring invoices (subscriptions)......

published on March 30, 2020

In order to use an SMTP server for all outgoing emails, you need to configure it in /application/config/email.php SMTP server over port 25 $config['protocol'] =......

published on March 30, 2020

If you like to use the Paypal IPN feature make sure you have added the IPN link (can be found in Settings -> Paypal) to......

published on March 30, 2020

Here is an example for the ticket email configuration using a gmail IMAP account:...

published on March 30, 2020

KNOWN ISSUE: You receive an authentication error when the script connects to your gmail account. In this case please try the solution below: Solution: 1.......

published on March 30, 2020

If you are running Freelance Cockpit on Nginx you need to use the following configuration instead of the .htaccess file: location / { try_files $uri......

published on March 30, 2020

In order to force users to only use https:// you must change the .htaccess file like below: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP......

published on March 30, 2020

In order to add new languages to Freelance Cockpit you just need to copy the english folder in /application/language/ and rename it to the language......

published on March 30, 2020

If you are moving to a new host or domain and you want to move Freelance Cockpit, just follow the steps below: 1. Go to......

published on March 30, 2020