Resource icon

FinBiz - Multipurpose Business Agency Platform v2.1.0

No permission to download

nanana

Member
Jan 27, 2019
65
10
8
I did the installation as described in the documentation, but it does not work. Can you help me?
Error:500 @MrSam_1
 
Last edited:

nanana

Member
Jan 27, 2019
65
10
8
I solved this problem but I have another problem :)
When I click on the following sections in the admin panel, I still get a 500 error.
Reference Section, Brand Section, Blog section, Team Member Section :)

Also I cannot upload images. I can't change logos and favicon. I think this has to do with file permissions but I'm not sure.

I also want to ask another question;
There is version 1.4 in the file. How can I update this? Did you update and upload it or do I have to update it manually?


Even though I did the update, the 500 error continues.

I cannot intervene in many places in the Section section. Even when I click on these sections in the admin panel, I get a 500 error.

Please help me to fix this :) @Prometheus_
 
Last edited:

Prometheus_

Well-known member
Staff member
Moderator
Null Master
Trusted Uploader
Sep 28, 2020
481
344
70
Well in Hell
babiato.tech
I solved this problem but I have another problem :)
When I click on the following sections in the admin panel, I still get a 500 error.
Reference Section, Brand Section, Blog section, Team Member Section :)

Also I cannot upload images. I can't change logos and favicon. I think this has to do with file permissions but I'm not sure.

I also want to ask another question;
There is version 1.4 in the file. How can I update this? Did you update and upload it or do I have to update it manually?


Even though I did the update, the 500 error continues.

I cannot intervene in many places in the Section section. Even when I click on these sections in the admin panel, I get a 500 error.

Please help me to fix this :) @Prometheus_
All the sections I've tested are running absolutely fine.. Even the logo and favicons were changed.


Make sure you are using the right file type for the system.


For Internal Server Error please replace the .htaccess file with the code provided below

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /projectfolder/   #Put your project folder name here
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /projectfolder/index.php [L]    #replace projectfolder with the folder name you kept
</IfModule>


for more reference

1708611667829.png

1708611682878.png


1708611701108.png
 
  • Love
  • Like
Reactions: MrSam_1 and #Logan

nanana

Member
Jan 27, 2019
65
10
8
All the sections I've tested are running absolutely fine.. Even the logo and favicons were changed.


Make sure you are using the right file type for the system.


For Internal Server Error please replace the .htaccess file with the code provided below

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /projectfolder/   #Put your project folder name here
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /projectfolder/index.php [L]    #replace projectfolder with the folder name you kept
</IfModule>


for more reference

1708611667829.png

1708611682878.png


1708611701108.png
Hi, when I changed the htaccess codes to this the whole system crashed and now everything gives 500 error. Previously, when I clicked on some sections in the admin panel, I was getting a 500 error. With these htaccess codes, the site no longer opens at all. I reloaded the old codes, but I still get 500 errors in some of the sections in the admin panel. @Prometheus_
 

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