@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?
Hello, change name file "settings.php" to "Settings.php" in "application/controllers" folder.same case for me too. is there anyone to fix it?
Have you tried renaming settings.php to Settings.php in your application controllers folder?Hello Guys, I'm working on a sollution for 404 error on settings after fix subfolder configuration on this script, if anyone could help me or maybe somebody found a solution, please reply on this group
UP for reminder to admin here... ^_^Anyone got the new 4.0.3 update?![]()
@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
UP for reminder to admin here... ^_^
Have you tried renaming settings.php to Settings.php in your application controllers folder?
I can't handle it to updateHi, it's nulled version, so you can update core on settings ; )
Now I have a 404 error only in configuration, the rest works... someone else happens?
(note, in local mode does not happen to me, works well)
for updated, is manually upload from FTP ?Freelance Cockpit - Project Management and CRM v4.0.3 (untouched) The version.txt in application folder still says 4.0.2, but I think this has been forgotten as all files appear to be updated.
![]()
MEGA
MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 50GB nowmega.nz
TassieNZ![]()
I don't use it, so no idea! Also, check PM.for updated, is manually upload from FTP ?
I can't handle it to update![]()
Have you tried renaming settings.php to Settings.php in your application controllers folder?
No problem, glad I could helpFixed it for me man i was lost had it all working BUT the settings thing haa thx
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