# |
Jun 19th 2019, 15:34 |
slackebot1 |
the ';' before both extension=mbstring and extension=intl in both php.ini files for those extensions to work for cakephp downloading. i would appreciate it if my message is being considered and responded to in good time. Thanks for your patience. . |
# |
Jun 19th 2019, 15:34 |
slackebot1 |
required for SSL/TLC protection but is not available if you can not enable the open ssl extension; you can disable this error, at your own risk, by setting the disable 'disable-tls' option to true. ...' please i dont understand what all this above means but i have attached a copy of both my php.ini development and production file for you to see, though i have made some earlier adjustment to it based on the information i got that i would need to remove |
# |
Jun 19th 2019, 15:34 |
olanowsubomi |
ok. see this,Hi, please can you do a code review and send me an email at olanowsubomi@gmail.com, i am having issue to download cakephp on window 7 32bit let me explain to you that i have successfully downloaded the composer but by typing this ' composer create-project --prefer-dist cakephp/app my_app_name' into it to download cakephp, it is bringing this below: '... [ Composer\Exception\NoSs1Exception] The open ssl extension is |
# |
Jun 19th 2019, 15:34 |
neon1024 |
Yes, please can you share the error message with us using a code block in Slack? |
# |
Jun 19th 2019, 15:33 |
graziel |
what message |
# |
Jun 19th 2019, 15:32 |
olanowsubomi |
i have been trying to intall cakephp with a error message appearing? |
# |
Jun 19th 2019, 15:31 |
olanowsubomi |
ok, i will tell you |
# |
Jun 19th 2019, 15:31 |
graziel |
why would you not want to use composer, its great |
# |
Jun 19th 2019, 15:31 |
neon1024 |
@olanowsubomi What is it that you’re trying to achieve? |
# |
Jun 19th 2019, 15:30 |
olanowsubomi |
do you mean i would be able to access cakephp and use it for project without using compoer? |
# |
Jun 19th 2019, 15:30 |
neon1024 |
@olanowsubomi Not me, I don’t use Vagrant :slightly_smiling_face: |
# |
Jun 19th 2019, 15:27 |
ricksaccous |
yeah you could use that one as well |
# |
Jun 19th 2019, 15:27 |
graziel |
there is also https://github.com/alt3/cakebox |
# |
Jun 19th 2019, 15:27 |
olanowsubomi |
hello, are you still around? |
# |
Jun 19th 2019, 15:26 |
ricksaccous |
read the instructions |
# |
Jun 19th 2019, 15:26 |
ricksaccous |
it works just fine with cakephp |
# |
Jun 19th 2019, 15:26 |
ricksaccous |
@olanowsubomi https://laravel.com/docs/5.8/homestead |
# |
Jun 19th 2019, 15:25 |
olanowsubomi |
? |
# |
Jun 19th 2019, 15:25 |
olanowsubomi |
please, is there anyone who has the experience of vagrant to download cakephp |
# |
Jun 19th 2019, 15:22 |
olanowsubomi |
ok you mean i would use php install the composer? |
# |
Jun 19th 2019, 15:20 |
neon1024 |
@khalid Indeed it is. |
# |
Jun 19th 2019, 15:19 |
olanowsubomi |
hi, conehead i have just finished downloading the vagrant, im thinking if im to download the composer i will need to use it rather than the raw php or how do i do it? |
# |
Jun 19th 2019, 15:10 |
khalid |
in the same group |
# |
Jun 19th 2019, 15:10 |
khalid |
its a conversation above |
# |
Jun 19th 2019, 15:08 |
neon1024 |
Or pastebin or something |
# |
Jun 19th 2019, 15:08 |
neon1024 |
:point_up: Use a Gist |
# |
Jun 19th 2019, 15:00 |
khalid |
anyone? https://cakesf.slack.com/archives/C053DPNGT/p1560945099369700 |
# |
Jun 19th 2019, 14:03 |
ricksaccous |
yeah, just took a quick look at it, i can see how it would be hard to figure out what types are for each variable |
# |
Jun 19th 2019, 14:02 |
dereuromark |
feel free to code a controller lookup for the variables, but even then it will be hard to detect the types |
# |
Jun 19th 2019, 13:57 |
ricksaccous |
i see i see |
# |
Jun 19th 2019, 13:57 |
dereuromark |
based on conventions |
# |
Jun 19th 2019, 13:56 |
dereuromark |
it right now can only guess |
# |
Jun 19th 2019, 13:56 |
dereuromark |
read the code |
# |
Jun 19th 2019, 13:53 |
ricksaccous |
@dereuromark why did it do pendingDetails for you and not the rest? |
# |
Jun 19th 2019, 13:51 |
ricksaccous |
``` $this->set(compact('new', 'current', 'data', 'pendingDetails', 'status', 'tasks', 'servers')); ``` |
# |
Jun 19th 2019, 13:51 |
ricksaccous |
oops |
# |
Jun 19th 2019, 13:51 |
ricksaccous |
``` |
# |
Jun 19th 2019, 13:50 |
ricksaccous |
because in your controller you set |
# |
Jun 19th 2019, 13:50 |
ricksaccous |
so it actually doesn't look at what you set |
# |
Jun 19th 2019, 13:48 |
dereuromark |
rest is manual work for you |
# |
Jun 19th 2019, 13:47 |
dereuromark |
normal templates are supported right now ``` -> index | * @var \App\View\AppView $this | + * @var \Queue\Model\Entity\QueuedJob[]|\Cake\Collection\CollectionInterface $queuedJobs | */ -> 1 annotation added. ``` etc see my queue plugin |