catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

Fatal error: Class 'Medoo' not found #543

Closed jorhel closed 7 years ago

jorhel commented 7 years ago

structure: /index.php /init.php /Medoo.php

Fatal error: Class 'Medoo' not found in G:\Proyectos\PecadoIntimo\htdocs\init.php on line 16

Editing the file Medoo.php i add a variable and can read the content on init.php, but Medoo Class not.

catfan commented 7 years ago

Check the PHP version (should be PHP 5.4+ for v1.2), and read the documentation on how to install and load Medoo.

johnnycsy commented 7 years ago

7.1.7也出现这样的问题