Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

News Tutorial Error on form submit #1301

Closed
InsiteFX opened this issue Oct 8, 2018 · 0 comments
Closed

News Tutorial Error on form submit #1301

InsiteFX opened this issue Oct 8, 2018 · 0 comments

Comments

@InsiteFX
Copy link
Contributor

InsiteFX commented Oct 8, 2018

[SOLVED], Must have been a bad download, I re-downloaded and copied the system over and the error is gone!

Lonnie please delete this...

Running the news tutorial on save in the development environment I' am getting this ERROR.

include_once(C:\xampp\htdocs\ci4cms\system\Database/BaseResult.php): failed to open stream: No such file or directory

spl_autoload_register(function ($class) use ($config) { 147 if ( ! array_key_exists($class, $config)) 148 { 149 return false; 150 } 151 152 include_once $config[$class]; 153 }, true, // Throw exception 154 true // Prepend 155 ); 156 }

This looks like it has to do with the forward slash in Windows, See the forward slash Database/BaseResult.php.

If I remember correct FuelPHP had this same problem with Windows.

OS : Windows 10 Pro Build 1803
Web Server: Apache 2.4
PHP : 7.2.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants