0

if i browse localhost/visiondms it shows, Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\visiondms/wp-admin.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\visiondms\index.php on line 10

Please tell my what can i do?

O. Jones
  • 103,626
  • 17
  • 118
  • 172

1 Answers1

0

you needs to fix your include_path system variable to point to the correct location.

How to do this, see here