# |
Jul 18th 2018, 06:02 |
hmic |
i dont know. but it will certainly not make your 2.x app run on 3.x automatically |
# |
Jul 18th 2018, 06:01 |
naveen.bos |
will this command do all the stuffs? |
# |
Jul 18th 2018, 06:01 |
naveen.bos |
I have done the upgrade all command |
# |
Jul 18th 2018, 06:01 |
hmic |
if you are converting from 2.x, you need to add namespace definitions and use statements to all of your source files too - did you do that? |
# |
Jul 18th 2018, 06:00 |
naveen.bos |
yes sure |
# |
Jul 18th 2018, 06:00 |
hmic |
maybe just try calling "composer dumpautoload" |
# |
Jul 18th 2018, 05:59 |
naveen.bos |
how can I check that |
# |
Jul 18th 2018, 05:59 |
hmic |
make sure the autoloader works and composer did its job |
# |
Jul 18th 2018, 05:58 |
hmic |
and theres zour problem right away. "Could not locate CakePHP core files." |
# |
Jul 18th 2018, 05:58 |
naveen.bos |
these error message where showing, when i run the cake server in terminal |
# |
Jul 18th 2018, 05:57 |
slackebot |
in /var/www/project_1/bin/cake.php on line 32 |
# |
Jul 18th 2018, 05:57 |
naveen.bos |
after upgrade I am receiving an error message PHP Warning: include(Cake/Console/ShellDispatcher.php): failed to open stream: No such file or directory in /var/www/project_1/bin/cake.php on line 31 PHP Warning: include(): Failed opening 'Cake/Console/ShellDispatcher.php' for inclusion (include_path='/var/www/lib:.:/usr/share/php') in /var/www/project_1/bin/cake.php on line 31 PHP Fatal error: Could not locate CakePHP core files. |
# |
Jul 18th 2018, 05:57 |
naveen.bos |
https://book.cakephp.org/3.0/en/upgrade-tool.html# |
# |
Jul 18th 2018, 05:57 |
naveen.bos |
I have used this tutorial for upgrade |
# |
Jul 18th 2018, 05:56 |
naveen.bos |
I have an issue with cake php upgrade from 2.7.5 to latest version |
# |
Jul 18th 2018, 05:56 |
naveen.bos |
Hi All |
# |
Jul 18th 2018, 03:55 |
o0h |
mm,, Thanks! I try to refactor using `orWhere()` :muscle: |
# |
Jul 18th 2018, 03:00 |
graziel |
all `where` conditions use `AND` as conjuncion and i dont see any way to direcly affect it |
# |
Jul 18th 2018, 02:59 |
graziel |
i think its impossible now that `orWhere` is deprecated, you could just create separate finder for this case |
# |
Jul 18th 2018, 02:58 |
o0h |
ex: ``` |
# |
Jul 18th 2018, 02:58 |
o0h |
@hippo Thanks! But, I want to add or-condition to “already build query” partially.. ;( (Not to build new query with.) |
# |
Jul 18th 2018, 02:50 |
hippo |
Anyone have any suggestions on working with JDBC database connections in PHP? |
# |
Jul 18th 2018, 02:49 |
hippo |
@o0h try `->where(['OR' => [['col' => 'a'], ['col' => 'b'], ['col' => 'c']]])` |
# |
Jul 18th 2018, 01:52 |
o0h |
I want to write query like `SELECT * FROM table WHERE A OR B OR C`. Creating custom find method, getting `$query->where(['OR' => [A, B])`, then I can attach or-condition it with orWhere(). Like `$query->orWhere(C)` But from 3.6, `$query->orWhere()` is deprecated. Is there better way to add or-condition to the query builder instance? |
# |
Jul 17th 2018, 22:57 |
rightscoreanalysis |
it's ok I found it |
# |
Jul 17th 2018, 22:53 |
rightscoreanalysis |
how so? |
# |
Jul 17th 2018, 22:52 |
saeideng |
yes |
# |
Jul 17th 2018, 22:47 |
rightscoreanalysis |
is it possible to send a param to cell function? |
# |
Jul 17th 2018, 22:37 |
saeideng |
good luck :+1: |
# |
Jul 17th 2018, 22:36 |
hippo |
Thanks, much appreciated! |
# |
Jul 17th 2018, 22:35 |
hippo |
Ahhhh |
# |
Jul 17th 2018, 22:35 |
saeideng |
https://github.com/cakephp/cakephp/pull/12076 |
# |
Jul 17th 2018, 22:35 |
saeideng |
yeah |
# |
Jul 17th 2018, 22:35 |
saeideng |
nice |
# |
Jul 17th 2018, 22:35 |
hippo |
I'd like to see |
# |
Jul 17th 2018, 22:35 |
hippo |
Do you know where it was fixed in the core |
# |
Jul 17th 2018, 22:34 |
hippo |
Yeah |
# |
Jul 17th 2018, 22:34 |
saeideng |
worked ? |
# |
Jul 17th 2018, 22:34 |
hippo |
That makes sense |
# |
Jul 17th 2018, 22:34 |
hippo |
Thank you! |
# |
Jul 17th 2018, 22:34 |
hippo |
Yay <3 |