# |
Apr 2nd 2019, 08:26 |
anupgkale |
will try false |
# |
Apr 2nd 2019, 08:25 |
admad |
'prefix' => false actullay |
# |
Apr 2nd 2019, 08:25 |
challgren |
In your array [‘prefix’ => null] |
# |
Apr 2nd 2019, 08:25 |
anupgkale |
I am stumpped |
# |
Apr 2nd 2019, 08:25 |
anupgkale |
I am just wondering how can i logout redirect from "/admin" prefix to "/" |
# |
Apr 2nd 2019, 08:24 |
challgren |
@om.axisweb please ask in the channel, not PM |
# |
Apr 2nd 2019, 08:24 |
hkosmidi |
I understand this, but plesk and as I can see cPanel have problem with this. Have you solved this somehow else? For example like @challgren says? |
# |
Apr 2nd 2019, 08:24 |
admad |
@om.axisweb don't PM me, ask in the channel |
# |
Apr 2nd 2019, 08:23 |
anupgkale |
Morning guys |
# |
Apr 2nd 2019, 08:23 |
admad |
@hkosmidi in production "webroot" should be your webserver's document root |
# |
Apr 2nd 2019, 08:21 |
challgren |
@hkosmidi I don’t know specifically someone else may |
# |
Apr 2nd 2019, 08:17 |
hkosmidi |
my question is, how can I make my site work nicely even when pointing to root folder, not webroot |
# |
Apr 2nd 2019, 08:17 |
om.axisweb |
cakephp 3.7 savemany check if result already exists then update else add new it possible ? |
# |
Apr 2nd 2019, 08:15 |
challgren |
Say for example your apache config goes bad and doesn’t process PHP files. Someone could gain access to your config/app.php and have access to your Salt’s and encryption keys. Plus any additional API keys you’ve specified |
# |
Apr 2nd 2019, 08:11 |
challgren |
https://book.cakephp.org/3.0/en/intro/cakephp-folder-structure.html |
# |
Apr 2nd 2019, 08:10 |
challgren |
nah move all that to the home dir |
# |
Apr 2nd 2019, 08:10 |
hkosmidi |
but inside public_html I have the full project structure |
# |
Apr 2nd 2019, 08:03 |
challgren |
I use cPanel/WHM and thats my solution delete the public_html folder and make webroot symbolic link to public_html |
# |
Apr 2nd 2019, 08:03 |
challgren |
What about deleting the root folder and then doing a symbolic link? |
# |
Apr 2nd 2019, 08:02 |
hkosmidi |
If I change the path to webroot, it appears correctly, but I don;t want to do this. because each time something changes in the domain, plesk reproduces the vhost files and changes the root folder |
# |
Apr 2nd 2019, 08:01 |
hkosmidi |
hi, I have a cakephp 3.7 website, and I moved it to a testing site. I use plesk for the subdomain, and plesk has a certain template for php+apache, whuich points to the root folder not webroot/. So may site doesn't load the css+images |
# |
Apr 2nd 2019, 07:56 |
challgren |
Morning! |
# |
Apr 2nd 2019, 07:56 |
neon1024 |
Morning all :wave: |
# |
Apr 2nd 2019, 04:32 |
admad |
@petteyg359 https://github.com/usemuffin/webservice |
# |
Apr 2nd 2019, 01:49 |
petteyg359 |
Found https://github.com/cakephp/elastic-search, that's something at least |
# |
Apr 2nd 2019, 01:40 |
petteyg359 |
Any example Datasources available to write a plugin based on? Only ones I've found are for 2.x :( |
# |
Apr 2nd 2019, 00:46 |
markstory |
DebugKit might work, I've not honestly tried much. I'm working on getting the 4.x docs deployed in the next few days so that we can do the first alpha release, and get feedback and work on plugins. |
# |
Apr 2nd 2019, 00:45 |
markstory |
A bunch of folks thought that the `ctp` extension was confusing, and it requires additional editor setup to get going. |
# |
Apr 2nd 2019, 00:05 |
abdualelah.mdy |
thanks |
# |
Apr 2nd 2019, 00:05 |
abdualelah.mdy |
I solve it |
# |
Apr 1st 2019, 23:57 |
abdualelah.mdy |
sorry for my questions |
# |
Apr 1st 2019, 23:57 |
abdualelah.mdy |
@challgren I have another question. the linking was successful but the login is not. I don't what is the reason |
# |
Apr 1st 2019, 23:34 |
challgren |
`bin/cake bake migration_diff AddingSocials` |
# |
Apr 1st 2019, 23:34 |
challgren |
Then just bake your own migration that will include that table |
# |
Apr 1st 2019, 23:34 |
abdualelah.mdy |
thank you <3 |
# |
Apr 1st 2019, 23:33 |
challgren |
Here’s the create statement |
# |
Apr 1st 2019, 23:33 |
challgren |
1 Min I’ll pull mine up |
# |
Apr 1st 2019, 23:31 |
abdualelah.mdy |
can I have the table structure to set manually ? |
# |
Apr 1st 2019, 23:29 |
abdualelah.mdy |
I used the above command but it stops at users table because it is already there |
# |
Apr 1st 2019, 23:28 |
abdualelah.mdy |
I have the users and it is working(for login and registration ). but I don't know social structure ( i need for facebook and google login) |
# |
Apr 1st 2019, 23:25 |
challgren |
even if you dont use social |