I just did a fresh install of Couch on XAMPP and got the backend up and running smoothly. However, when I first started making changes to my index.php file, this was the first thing I was met with:
Warning: require_once(myadmin/cms.php): failed to open stream: No such file or directory in C:\xampp1\htdocs\index.php on line 1
Fatal error: require_once(): Failed opening required 'myadmin/cms.php' (include_path='C:\xampp1\php\PEAR') in C:\xampp1\htdocs\index.php on line 1
I'm out of my element on this one. Anybody have any suggestions?
Warning: require_once(myadmin/cms.php): failed to open stream: No such file or directory in C:\xampp1\htdocs\index.php on line 1
Fatal error: require_once(): Failed opening required 'myadmin/cms.php' (include_path='C:\xampp1\php\PEAR') in C:\xampp1\htdocs\index.php on line 1
I'm out of my element on this one. Anybody have any suggestions?