# |
Jul 3rd 2018, 14:13 |
josbeir |
i just did a 3.5->3.6 migration yesterday, except for the deprectation notices all went pretty well |
# |
Jul 3rd 2018, 14:13 |
flavius |
https://github.com/cakephp/app |
# |
Jul 3rd 2018, 14:12 |
flavius |
dont forget about the skeleton app for cake 3.6.6 :slightly_smiling_face: |
# |
Jul 3rd 2018, 14:12 |
ollibohland |
install plain cake 3.6.6 and install app-code into it |
# |
Jul 3rd 2018, 14:12 |
ollibohland |
think we'll do a fresh install |
# |
Jul 3rd 2018, 14:11 |
ollibohland |
well cakephp version and php is the same local and remote, i don't call any custom shell...error occurs when just calling "cake" in the bin-folder so maybe it some php-config-stuff |
# |
Jul 3rd 2018, 14:11 |
flavius |
if you updated from 3.5 you need to read this as well ---- https://book.cakephp.org/3.0/en/appendices/3-6-migration-guide.html |
# |
Jul 3rd 2018, 14:10 |
flavius |
also check https://github.com/cakephp/app/tree/master/config the bootstrap, bootstrap_cli, some things might have changed between 3.5 and 3.6 |
# |
Jul 3rd 2018, 14:10 |
josbeir |
and check out all changelogs since your previous version |
# |
Jul 3rd 2018, 14:10 |
ollibohland |
yeah, think I'll have to do that. |
# |
Jul 3rd 2018, 14:10 |
josbeir |
and that it has the same extensions n all |
# |
Jul 3rd 2018, 14:09 |
josbeir |
make sure your php version etc is the same than the one your web env is using |
# |
Jul 3rd 2018, 14:09 |
josbeir |
i suggest digging a bit deeper in the code and see what is happening |
# |
Jul 3rd 2018, 14:09 |
ollibohland |
not using the console often, same sources work in my local environment |
# |
Jul 3rd 2018, 14:09 |
ollibohland |
not sure, i worked with 3.5 .. i know |
# |
Jul 3rd 2018, 14:08 |
josbeir |
3.6.5 ? |
# |
Jul 3rd 2018, 14:08 |
josbeir |
(on windows) |
# |
Jul 3rd 2018, 14:08 |
ollibohland |
yes |
# |
Jul 3rd 2018, 14:08 |
josbeir |
@ollibohland was it working in a version prior to 3.6.6 ? |
# |
Jul 3rd 2018, 14:06 |
flavius |
inb4 his windows breaks and he starts asking us how to reinstall it :) |
# |
Jul 3rd 2018, 14:05 |
ollibohland |
yes, and time-stamp is correct |
# |
Jul 3rd 2018, 14:05 |
josbeir |
its windows.. whatevs :P |
# |
Jul 3rd 2018, 14:05 |
flavius |
/* |
# |
Jul 3rd 2018, 14:05 |
josbeir |
rm -rf is god |
# |
Jul 3rd 2018, 14:04 |
josbeir |
:) |
# |
Jul 3rd 2018, 14:04 |
flavius |
careful with that rm -rf :) |
# |
Jul 3rd 2018, 14:04 |
josbeir |
:P |
# |
Jul 3rd 2018, 14:04 |
dereuromark |
sure vendor/cakephp/cakephp/src code is there? |
# |
Jul 3rd 2018, 14:04 |
josbeir |
rm -rf vendor andand composer install |
# |
Jul 3rd 2018, 14:03 |
ollibohland |
@dereuromark did not work, same error |
# |
Jul 3rd 2018, 14:03 |
itmpls |
meaning if I specify a _host config of 'blah.domain.com' for a route, it doesn't apply and will just apply globally? anyone run into this as well? |
# |
Jul 3rd 2018, 14:02 |
itmpls |
https://github.com/cakephp/cakephp/issues/11689 so _host is not respected at all in regards to subdomains and this is a milestone for 3.7? |
# |
Jul 3rd 2018, 14:01 |
ollibohland |
after dumpautoload, composer update again? |
# |
Jul 3rd 2018, 14:01 |
ollibohland |
will try... |
# |
Jul 3rd 2018, 14:00 |
dereuromark |
try composer dumpautoload |
# |
Jul 3rd 2018, 14:00 |
dereuromark |
Sounds like your composer install didnt work. |
# |
Jul 3rd 2018, 14:00 |
ollibohland |
cakephp 3.6.6 |
# |
Jul 3rd 2018, 14:00 |
slackebot4 |
[..]\vendor\cakephp\cakephp\config\bootstrap.php on line 23 any clue how to fix this? thanks for all tipps |
# |
Jul 3rd 2018, 14:00 |
ollibohland |
hey guys, we're encountering some trouble concerning console-application in our cake-installation on one of our environments (win) ...when calling the cake-console we get this error: Fatal error: Uncaught Error: Class 'Cake\Routing\Router' not found in [..]\vendor\cakephp\cakephp\config\bootstrap.php:23 Stack trace: #0 [..]\config\bootstrap.php(30): require() #1 [..]\bin\cake.php(31): include('E:\\cm3_prod\\con...') #2 {main} thrown in |
# |
Jul 3rd 2018, 11:50 |
james.phillips |
@bravo-kernel Thanks makes me feel less insane now |
# |
Jul 3rd 2018, 11:01 |
bravo-kernel |
makes me wonder if something changed along the way |