I want to upgrade cake PHP 2.10 to 3 But I am not able to upgrade it.
Fatal error: require(): Failed opening required ‘F:\xampp5\htdocs\portal\upgrade/vendor/autoload.php’ (include_path=‘F:\xampp5\php\PEAR’) in F:\xampp5\htdocs\portal\upgrade\bin\cake.php on line 5
What steps have you done to upgrade your application? You can’t just drop an existing Cake2 application into Cake3 folder structure and expect it to work.
You’re getting this error from what line of code? Something in your own code? Seems you’re trying to make your own class in the Cake namespace. Do you understand PHP namespaces in general, and autoloading in particular?