# |
Jul 2nd 2019, 15:00 |
ricksaccous |
can you access other js files/css files? |
# |
Jul 2nd 2019, 15:00 |
ricksaccous |
@olanowsubomi where are you seeing that error? in the browser? it's probably a bad server set up? |
# |
Jul 2nd 2019, 14:57 |
olanowsubomi |
at least i need to see the file structure !, ok i will get back to u after trying? |
# |
Jul 2nd 2019, 14:56 |
niel45 |
try a different browser, to verify it's not just specific to mico$oft |
# |
Jul 2nd 2019, 14:55 |
olanowsubomi |
but trying to open any bootstrap file is showing the mentioned error on window ' microsoft jscript compilation error ' |
# |
Jul 2nd 2019, 14:52 |
ricksaccous |
from what i remember |
# |
Jul 2nd 2019, 14:52 |
ricksaccous |
and that should be it |
# |
Jul 2nd 2019, 14:51 |
ricksaccous |
think you need jquery and then bootstrap.min after |
# |
Jul 2nd 2019, 14:51 |
ricksaccous |
i mean did you read the bootstrap docs? all you have to do is include the css and properly include the js in order |
# |
Jul 2nd 2019, 14:51 |
olanowsubomi |
yes 4,i would use the bootstrap for UI and cakephp for server side |
# |
Jul 2nd 2019, 14:50 |
ricksaccous |
bootstrap 4? |
# |
Jul 2nd 2019, 14:49 |
olanowsubomi |
yes |
# |
Jul 2nd 2019, 14:49 |
ricksaccous |
@olanowsubomi are you using bootstrap with cakephp? |
# |
Jul 2nd 2019, 14:48 |
ricksaccous |
i have some ideas |
# |
Jul 2nd 2019, 14:47 |
olanowsubomi |
ok, i just want to know if anyone has an idea about the html,css package of bootstrap |
# |
Jul 2nd 2019, 14:44 |
ricksaccous |
@olanowsubomi we don't really help people with bootstrap here but if you have cakephp problems feel free to ask away |
# |
Jul 2nd 2019, 14:43 |
olanowsubomi |
please, can anyone help? |
# |
Jul 2nd 2019, 14:42 |
olanowsubomi |
what is microsoft jscript compilation error pop up when starting bootstrap |
# |
Jul 2nd 2019, 14:13 |
sjorgefabi |
from 2.7.x to 2.10.x |
# |
Jul 2nd 2019, 14:12 |
sjorgefabi |
Hi, everiyone!. Can you update cakephp from the composer? |
# |
Jul 2nd 2019, 13:46 |
neon1024 |
https://book.cakephp.org/3.0/en/views/helpers/form.html#customizing-the-templates-formhelper-uses |
# |
Jul 2nd 2019, 13:46 |
neon1024 |
With Cake 3, you would need to either write the input yourself, or even better, update the string templates used by the form helper |
# |
Jul 2nd 2019, 13:45 |
mehov |
Hi everyone! I need to add an element to be next to a test input. Can't find how do I do that in Cake 3.7 I remember one could use `after` in Cake 2.x (https://stackoverflow.com/a/21459136) but that doesn't seem to be working anymore. Any ideas? |
# |
Jul 2nd 2019, 13:35 |
dereuromark |
the usage of what exactly? |
# |
Jul 2nd 2019, 13:28 |
olanowsubomi |
please, can anybody explain to me the usage of bootstrap or understand it? |
# |
Jul 2nd 2019, 13:27 |
olanowsubomi |
hello |
# |
Jul 2nd 2019, 13:03 |
ricksaccous |
I'm on version 1.1000.2000 |
# |
Jul 2nd 2019, 13:03 |
ricksaccous |
cake 1 is the future |
# |
Jul 2nd 2019, 13:03 |
ricksaccous |
it is about time we all use cake 1 in this day and age |
# |
Jul 2nd 2019, 12:55 |
dereuromark |
or cake1 people :slightly_smiling_face: |
# |
Jul 2nd 2019, 12:54 |
dereuromark |
maybe they have a lot of wordpress people using it |
# |
Jul 2nd 2019, 12:54 |
dereuromark |
hah^^ |
# |
Jul 2nd 2019, 12:49 |
admad |
just fyi hybridauth finally releases its 3.0 final after over a year in RC with PHP 5.4+. I really don't want to support a lib which thinks it prudent to provided support for php 5.4 in 2019 |
# |
Jul 2nd 2019, 12:46 |
dereuromark |
hmm ok, I still didnt switch yet |
# |
Jul 2nd 2019, 12:45 |
admad |
@dereuromark I no longer use that plugin actively, switched to my social-auth plugin, so don't remember. |
# |
Jul 2nd 2019, 12:38 |
dereuromark |
Can we attach the listener more globally? Or try eager loader the table we need here in the auth adapter maybe? |
# |
Jul 2nd 2019, 12:38 |
dereuromark |
From the stack trace it seems the UsersTable is not init, thus no valid listener yet maybe? #0 /app/vendor/admad/cakephp-hybridauth/src/Auth/HybridAuthAuthenticate.php(319): ADmad\HybridAuth\Auth\HybridAuthAuthenticate->_newUser(Object(ADmad\HybridAuth\Model\Entity\SocialProfile)) |
# |
Jul 2nd 2019, 12:37 |
dereuromark |
[RuntimeException] You must attach a listener for "HybridAuth.newUser" event which saves new user record and returns an user entity. |
# |
Jul 2nd 2019, 12:37 |
dereuromark |
In some cases I seem to get |
# |
Jul 2nd 2019, 12:37 |
dereuromark |
@admad you use (as documented) EventManager::instance()->on('HybridAuth.newUser', [$this, 'createUser']); as well? Inside the table? |
# |
Jul 2nd 2019, 10:38 |
conehead |
I am running 3.8 |