Freelance Cockpit - Project Management and CRM

Freelance Cockpit - Project Management and CRM v4.0.3

No permission to download
M

mr.tyree

Guest
Here ya go - the nulled version! :)

Thank you, I installed it and got this code. Not sure if this is even an appropriate place to ask for help :)
Code:
A PHP Error was encountered
Severity: Warning

Message: call_user_func_array() expects parameter 1 to be a valid callback, class 'Error' does not have a method 'error_404'

Filename: core/CodeIgniter.php

Line Number: 532
 
W

warezit

Guest
Thank you, I installed it and got this code. Not sure if this is even an appropriate place to ask for help :)
Code:
A PHP Error was encountered
Severity: Warning

Message: call_user_func_array() expects parameter 1 to be a valid callback, class 'Error' does not have a method 'error_404'

Filename: core/CodeIgniter.php

Line Number: 532

Not sure if this will work... but try this ...

Open this file: application/controllers/error.php
then change line 3 from this
Code:
class Error extends MY_Controller
to this
Code:
class Errors extends MY_Controller

Then, open this file: config/routes.php
then change line 42 from this
Code:
$route['404_override'] = 'error/error_404';
to this
Code:
$route['404_override'] = 'errors/error_404';
 
W

warezit

Guest
If the changes above didn't work, revert the files back to the original state.

Then open this file: application/controllers/error.php
And simply add a new blank line at the end of the file
 
  • Like
Reactions: JesseJames
M

mr.tyree

Guest
If the changes above didn't work, revert the files back to the original state.

Then open this file: application/controllers/error.php
And simply add a new blank line at the end of the file
Thanks for the help, but unfortunately neither methods worked. I googled it and those same methods were recommended. The first leaves me with a 404 error.
 
W

warezit

Guest
Thanks for the help, but unfortunately neither methods worked. I googled it and those same methods were recommended. The first leaves me with a 404 error.
Hmm - yeah - I also just pulled those from Google ...

Not sure what to try next ... but, it's def a problem with the app itself, and nothing related to how I nulled it ...

If you find a solution, let us know!!
 
M

mr.tyree

Guest
Hmm - yeah - I also just pulled those from Google ...

Not sure what to try next ... but, it's def a problem with the app itself, and nothing related to how I nulled it ...

If you find a solution, let us know!!
Will do, thanks for the help. I really appreciate it.
 
  • Like
Reactions: warezit
M

mr.tyree

Guest
Has anyone else tried setting it up? I did and get this error. Just sharing it, in case others have it. Can't get past login without a redirect. 20532
 
  • Like
Reactions: Master Chief

Master Chief

Member
Feb 23, 2019
94
56
18
Hi, thanks for the update, im stuck at 404 error after installation, tried to fix it with .htaccess with no luck, can anyone please advice how to fix this 404 error after installation of the script? thanks attached is current .htaccess configuration
 

Attachments

  • wUJmZn.png
    wUJmZn.png
    221.4 KB · Views: 15
Last edited:

Master Chief

Member
Feb 23, 2019
94
56
18
Has anyone else tried setting it up? I did and get this error. Just sharing it, in case others have it. Can't get past login without a redirect. 20532
same here. had this page for a moment than went to 404 please share solution if you found one. thanks
 

freenulled

Well-known member
Null Master
Trusted Uploader
Mar 29, 2019
281
903
100
@mr.tyree
@fmm-creative

be sure you edit this files with right base url :

1 - (.env)

if install in subfolder eg: fc

APP_BASEURL="http://xxx.com/fc/"

if install in root

APP_BASEURL="http://xxx.com/"



2- (.htaccess)

if install in subfolder eg: fc

RewriteBase /fc/

if install in root

RewriteBase /


3- edit this file : application\config\config.php

change this :

$config['base_url'] = '';

to

$config['base_url'] = 'http://xxx.com/fc';

or

$config['base_url'] = 'http://xxx.com';

as your setup
 
Last edited:
  • Like
Reactions: sueco
M

mr.tyree

Guest
3- edit this file : application\config\config.php

change this :

$config['base_url'] = '';

to

$config['base_url'] = 'http://xxx.com/fc';

or

$config['base_url'] = 'http://xxx.com';

as your setup

Thanks so much! Option 3 worked for me. The other 2 options were set be default. I have my setup in a subfolder. Really appreciate it.
 
  • Like
Reactions: freenulled
M

mr.tyree

Guest
@freenulled Sorry to bother you again. Everything works fine, except I cannot access the Settings page. I searched around for this issue, but no one else seems to have it. The Settings page gets a "404 Page Not Found".

Any idea why?
 
  • Like
Reactions: tpetualang
M

mr.tyree

Guest
Since everyone is having trouble with this ... I did a little research ...

There is another program called "Perfex", and it's more popular (on Envato) than "Freelance Cockpit", and it looks like it has all the same features, and more ... also it's on Babiato :)

Link here: https://babiato.tech/resources/perfex-powerful-open-source-crm.109/

That was actually my first option. Even though it has more sales, this CRM offers Paypal subscriptions and in my opinion a far better look.
 

jomsky

Member
Sep 11, 2019
55
13
8
@warezit I'm having a little problem when installing freelance cockpit 3, after the installation, I couldn't get to login page cause it returns an error and upon checking on my database, its all empty.
 
W

warezit

Guest
@warezit I'm having a little problem when installing freelance cockpit 3, after the installation, I couldn't get to login page cause it returns an error and upon checking on my database, its all empty.
I'm not sure ... maybe someone else can help?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu