# |
Sep 23rd 2011, 07:29 |
CoolCoder |
cakephp? or apache? |
# |
Sep 23rd 2011, 07:29 |
CoolCoder |
means |
# |
Sep 23rd 2011, 07:28 |
Seguer |
what's your local setup? |
# |
Sep 23rd 2011, 07:28 |
CoolCoder |
yes. i have a local server. its working fine there. the problem is when i upload to shared hosting |
# |
Sep 23rd 2011, 07:27 |
CoolCoder |
in my local server |
# |
Sep 23rd 2011, 07:27 |
Seguer |
do you not have a local server to dev on? |
# |
Sep 23rd 2011, 07:27 |
Seguer |
how are you going to develop and test your app? :S |
# |
Sep 23rd 2011, 07:27 |
CoolCoder |
yes |
# |
Sep 23rd 2011, 07:27 |
Seguer |
are you on shared hosting? |
# |
Sep 23rd 2011, 07:26 |
CoolCoder |
i mean change |
# |
Sep 23rd 2011, 07:26 |
CoolCoder |
how to make DocumentRoot? |
# |
Sep 23rd 2011, 07:26 |
CoolCoder |
how to make |
# |
Sep 23rd 2011, 07:25 |
CoolCoder |
app/webroot/.htaccess? |
# |
Sep 23rd 2011, 07:25 |
CoolCoder |
changed. then which file i need to make change? Seguer: |
# |
Sep 23rd 2011, 07:23 |
Seguer |
CoolCoder: change it back, then make your DocumentRoot (apache) app/webroot |
# |
Sep 23rd 2011, 07:22 |
CoolCoder |
when i uploaded cakephp i got "404 Not Found". after searching i got a code to to change the path of htaccess in root. changed. but now getting "Internal Server Error" any help? |
# |
Sep 23rd 2011, 07:15 |
Seguer |
oh ok |
# |
Sep 23rd 2011, 07:14 |
Hyra |
no, im writing a plugin to queue messages from cake, and process task with cake .. node.js is just a mediator between the queue and the app. |
# |
Sep 23rd 2011, 07:13 |
Seguer |
so you can use it with node? |
# |
Sep 23rd 2011, 07:13 |
Seguer |
for beanstalkd |
# |
Sep 23rd 2011, 07:13 |
Seguer |
ok so you're writing a cakephp plugin |
# |
Sep 23rd 2011, 07:12 |
Hyra |
i know, i can use davids plugin and have php workers .. but meh .. php daemons .. |
# |
Sep 23rd 2011, 07:11 |
Hyra |
nothing fancy |
# |
Sep 23rd 2011, 07:11 |
Hyra |
not really .. all that does is listen for jobs and dispatch it to a shell |
# |
Sep 23rd 2011, 07:11 |
Seguer |
writing a node.js plugin.. then..? |
# |
Sep 23rd 2011, 07:10 |
Seguer |
.... |
# |
Sep 23rd 2011, 07:10 |
Hyra |
and have a node.js deamon instead of cake workers |
# |
Sep 23rd 2011, 07:10 |
Hyra |
but i want it to work differently |
# |
Sep 23rd 2011, 07:10 |
Hyra |
yep, i know that one |
# |
Sep 23rd 2011, 07:09 |
Seguer |
~queue |
# |
Sep 23rd 2011, 07:09 |
Seguer |
why? |
# |
Sep 23rd 2011, 07:09 |
Hyra |
fun stuff |
# |
Sep 23rd 2011, 07:09 |
Hyra |
writing a beanstalkd plugin |
# |
Sep 23rd 2011, 07:08 |
Hyra |
sup |
# |
Sep 23rd 2011, 07:08 |
dakota |
sup Hyra |
# |
Sep 23rd 2011, 07:06 |
Hyra |
Mornings |
# |
Sep 23rd 2011, 06:30 |
destinydriven |
welcome |
# |
Sep 23rd 2011, 06:30 |
XBigTK13X |
destinydriven: Worked like a charm. Thanks :) |
# |
Sep 23rd 2011, 06:21 |
destinydriven |
XBigTK13X, look at recursive parameter |
# |
Sep 23rd 2011, 06:20 |
XBigTK13X |
IE: Model->find() normally returns an array with data for the respective Model and all related models, but is there a way to perform that find and only get back the data for Model? |
# |
Sep 23rd 2011, 06:19 |
XBigTK13X |
Is there a way to perform a Model->find() and ignore related models? |