Log message #4054922

# At Username Text
# Jul 20th 2017, 21:05 phpnut probably httpd.conf
# Jul 20th 2017, 21:04 leso ?
# Jul 20th 2017, 21:04 leso what is the file name for the apache config
# Jul 20th 2017, 21:01 phpnut But all of the settings on that page more than likely need to be made on your environment
# Jul 20th 2017, 21:01 phpnut You need to know where you apache config is. I am not sure where you would find this using cpanel
# Jul 20th 2017, 21:00 phpnut https://book.cakephp.org/3.0/en/installation.html#production
# Jul 20th 2017, 20:59 phpnut have you gone through these steps? https://book.cakephp.org/3.0/en/installation.html
# Jul 20th 2017, 20:58 leso i know where the route is located in the app folder
# Jul 20th 2017, 20:58 leso pls i have no idea will very much appreciate if u can help me
# Jul 20th 2017, 20:57 phpnut also do you have a route configured for / ?
# Jul 20th 2017, 20:57 phpnut you need to figure out where you apache config is
# Jul 20th 2017, 20:55 leso and ftpquota
# Jul 20th 2017, 20:55 leso went into etc folder and i saw this file "cacheid"
# Jul 20th 2017, 20:52 phpnut or /usr/local/etc
# Jul 20th 2017, 20:52 phpnut probably /etc/apache?
# Jul 20th 2017, 20:51 leso where can i get the apache config
# Jul 20th 2017, 20:51 leso ok
# Jul 20th 2017, 20:51 phpnut And change your .htaccess files back to the original version
# Jul 20th 2017, 20:50 phpnut We need to see your setting, path where you installed the cake app
# Jul 20th 2017, 20:50 phpnut yes
# Jul 20th 2017, 20:48 leso do u mean i should past it there?
# Jul 20th 2017, 20:48 leso i have open it
# Jul 20th 2017, 20:38 phpnut you should not have to change htaccess
# Jul 20th 2017, 20:38 phpnut @leso use this and show your apache config https://gist.github.com. Also make sure you have the .htaccess files on the server
# Jul 20th 2017, 20:38 leso i have change the .htaccess but still
# Jul 20th 2017, 20:36 leso Not Found Error: The requested address '/' was not found on this server.
# Jul 20th 2017, 20:36 leso my website in cake is loading well locally but when i uploaded to a webserver which is a linux i am having
# Jul 20th 2017, 20:35 phpnut Someone will answer if they know how to help
# Jul 20th 2017, 20:35 phpnut @leso just ask your question
# Jul 20th 2017, 20:34 leso i need a support
# Jul 20th 2017, 20:20 gutts i just want a numerical array with unique 'type' fields from my original collection
# Jul 20th 2017, 20:20 gutts $coll->indexBy('type')->extract('type')->toArray(); this becomes [type => type] .. how can I turn this into a numerical array?
# Jul 20th 2017, 20:18 swimboy I’ve tried `return $query->find('important')->union($query->find('recent'));` as the content of my finder function, but it seems to recurse, because I get an error “Maximum function nesting level of ‘256’ reached, aborting! ”
# Jul 20th 2017, 20:07 swimboy I have created two custom finders named ‘important’ and ‘recent’. I’m trying to build a third custom finder that finds the union of the first two and am not having any luck.
# Jul 20th 2017, 19:58 mikesmoniker Either way, this is perfect. Now I can just `kill` away.
# Jul 20th 2017, 19:55 mikesmoniker Is that tagged?
# Jul 20th 2017, 19:54 savant and the worker will finish its current job and shut down
# Jul 20th 2017, 19:54 savant so you can send them a SIGQUIT or SIGTERM
# Jul 20th 2017, 19:53 savant @cleptric i think you use that
# Jul 20th 2017, 19:53 savant https://github.com/josegonzalez/php-queuesadilla/pull/65
# Jul 20th 2017, 19:53 savant @mikesmoniker queuesadilla supports signal handling