PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, March 9, 2022

[FIXED] Your application folder path does not appear to be set correctly. Please open the following file and correct this: index.php

 March 09, 2022     codeigniter, php     No comments   

Issue

the system used to work correctly, but then this error occurs I had no idea for the solution since i'm still new to this platform; but I've checked similar issue that suggested its due to missing file directory. Any suggestion?

Attached is the File structure; These files are under a system fileFiles structure


Solution

This occures due to the following reasons.

  • your system folder might be missing

  • Check your permission of folders

  • Open your index.php file and find $system_path and
    $application_folder.

$system_path = 'system'; $application_folder = 'application';



Answered By - Yadhu Babu
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing