Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
Biasanya error ini terjadi setelah instalasi PyroCMS, saat hendak membuka control panel.
Buka file index.php
// index.php
/*
|---------------------------------------------------------------
| SYSTEM FOLDER NAME
|---------------------------------------------------------------
|
| This variable must contain the name of your "system" folder.
| Include the path if the folder is not in the same directory
| as this file.
|
| NO TRAILING SLASH!
|
*/
// $system_path = 'system/codeigniter'; #Ubah line ini menjadi seperti line dibawah
$system_path = './system/codeigniter';
0 comments:
Post a Comment