-2
Warning: require_once(C:\xampp\htdocs\phonoblog\system\core): failed
to open stream: Permission denied in
C:\xampp\htdocs\phonoblog\system\core\CodeIgniter.php on line 80

Fatal error: require_once(): Failed opening required
'C:\xampp\htdocs\phonoblog\system\core/'
(include_path='C:\xampp\php\PEAR') in
C:\xampp\htdocs\phonoblog\system\core\CodeIgniter.php on line 80
Martin
  • 22,212
  • 11
  • 70
  • 132
Aditi
  • 11
  • 1
  • 1
  • 1
    you need to change folder permission – Rahul Apr 11 '18 at 10:24
  • Possible duplicate of [move\_uploaded\_file gives "failed to open stream: Permission denied " error after all configurations I did](https://stackoverflow.com/questions/8103860/move-uploaded-file-gives-failed-to-open-stream-permission-denied-error-after) – Daniyal Apr 11 '18 at 10:26
  • 2
    When asking question, please make sure, you add proper formatting, also your title is very generic, please use a more specific title – Muhammad Faizan Apr 11 '18 at 10:26
  • https://www.wikihow.com/Change-File-Permissions-on-Windows-7 try this – Rahul Apr 11 '18 at 10:27

1 Answers1

0

make sure your system & application folder has 0775 permission.

Anfath Hifans
  • 1,588
  • 1
  • 11
  • 20