# |
Apr 5th 2019, 20:53 |
ricksaccous |
https://github.com/FriendsOfCake/CakePdf |
# |
Apr 5th 2019, 20:53 |
ricksaccous |
also are you using |
# |
Apr 5th 2019, 20:53 |
blackjccl |
I'm using tcpdf |
# |
Apr 5th 2019, 20:50 |
ricksaccous |
@blackjccl drop it and use wkhtmltopdf |
# |
Apr 5th 2019, 20:44 |
blackjccl |
hello community, I have a problem with the tcpdf library when generating a pdf error message |
# |
Apr 5th 2019, 20:36 |
leonardo.crecente |
thnks |
# |
Apr 5th 2019, 20:36 |
ricksaccous |
kk |
# |
Apr 5th 2019, 20:36 |
leonardo.crecente |
@ricksaccous I'll try it |
# |
Apr 5th 2019, 20:35 |
ricksaccous |
(where you use it) |
# |
Apr 5th 2019, 20:35 |
ricksaccous |
(where you use it |
# |
Apr 5th 2019, 20:34 |
ricksaccous |
and load the other auth configured differently elsewhere |
# |
Apr 5th 2019, 20:34 |
ricksaccous |
ie only load the current auth system in places where you are using it not everywhere |
# |
Apr 5th 2019, 20:34 |
ricksaccous |
in different places |
# |
Apr 5th 2019, 20:34 |
ricksaccous |
with different values |
# |
Apr 5th 2019, 20:34 |
ricksaccous |
then just load auth component differently |
# |
Apr 5th 2019, 20:34 |
ricksaccous |
oh |
# |
Apr 5th 2019, 20:33 |
leonardo.crecente |
@ricksaccous no, it will not. |
# |
Apr 5th 2019, 20:32 |
ricksaccous |
@leonardo.crecente will the different auth system share any of the same pages with the other auth system? |
# |
Apr 5th 2019, 19:17 |
leonardo.crecente |
Logged in clients will not access admin panel, the authentication is for others purposes |
# |
Apr 5th 2019, 19:15 |
slackebot2 |
Auth.loginRedirect for instance. Can someone help me? |
# |
Apr 5th 2019, 19:15 |
leonardo.crecente |
I'm working on a Cake 2 project that uses AuthComponent for users login into a admin panel (table users). Now I need to build a completely different login system for clients (table clients) with a different login form, different loginRedirect value, different unauthorizedRedirect value and so on. Reading the cookbook and some stackoverflow answers I just see some possibilities for others Auth.authenticate array values but not for |
# |
Apr 5th 2019, 18:42 |
ricksaccous |
ie i have different address tables but i place the data from each in a set of fields that are more general |
# |
Apr 5th 2019, 18:42 |
ricksaccous |
but placing the data in some set columns |
# |
Apr 5th 2019, 18:42 |
ricksaccous |
potentially different places |
# |
Apr 5th 2019, 18:42 |
ricksaccous |
what is the proper term for having data from different places |
# |
Apr 5th 2019, 18:10 |
asdfgh |
anyone? |
# |
Apr 5th 2019, 17:29 |
asdfgh |
why??! |
# |
Apr 5th 2019, 17:29 |
asdfgh |
Warning (2): Illegal string offset 'callable' [CORE/src/Event/EventManager.php, line 201] Cannot unset string offsets when i do: $this->getEventManager()->on(new AppListener()); in the AppController's initialize method |
# |
Apr 5th 2019, 16:41 |
kaliel |
still no ouput in shell :S |
# |
Apr 5th 2019, 16:33 |
admad |
Model cache probably |
# |
Apr 5th 2019, 16:09 |
kaliel |
Is there some cache being used when working with migrations ? |
# |
Apr 5th 2019, 16:06 |
asdfgh |
hmm ok |
# |
Apr 5th 2019, 16:06 |
asdfgh |
neon1024 so i shuld continue using a deprecated method |
# |
Apr 5th 2019, 16:04 |
neon1024 |
@dereuromark I had my consume in Application::bootstrap instead of in /config/bootstrap - that was the issue :slightly_smiling_face: |
# |
Apr 5th 2019, 15:51 |
kaliel |
hi everyone, do you know where i can find logs from migrations cli please ? Because running 'bin/bake migrations status' doesnt output anything |
# |
Apr 5th 2019, 15:28 |
joopm |
i use $this->loadModel('UserManager.People'); |
# |
Apr 5th 2019, 15:24 |
joopm |
i got the same error Cannot marshal data for "Roles" association. It is not associated with "Users". |
# |
Apr 5th 2019, 15:22 |
joopm |
no i try your suggest |
# |
Apr 5th 2019, 15:22 |
joopm |
first i checked the associations by debug($this->Users) its showed the association is setup correctly |
# |
Apr 5th 2019, 15:21 |
ricksaccous |
np |
# |
Apr 5th 2019, 15:21 |
joopm |
thank you soo much your time and effort |