When I enter my web address in the browser it showing error like this.
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
Please anyone give me the solution.
The index. php file for a template contains a mixture of code that will be delivered as it is, and php code, which will be modified before it is delivered. The code will be familiar to anyone who has designed a simple html webpage: there are 2 main sections - the <head> and <body>. Where index.
check your index.php file like the error said and look for $system_path and $application_folder. Those folders must exist in the root of your application, if you delete them(which you shouldn't do) or renamed them, it will cause that error
$system_path = 'system';
$application_folder = 'application';
Check if the required application
and system
folders exist. I had the same problem after deleting the "system" folder
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With