# |
Sep 23rd 2011, 08:20 |
destinydriven |
its taking me to /processes/wizard/book but the vars aren't getting passed |
# |
Sep 23rd 2011, 08:19 |
destinydriven |
its not passing the params |
# |
Sep 23rd 2011, 08:18 |
dakota |
destinydriven: what doesn't the route do? |
# |
Sep 23rd 2011, 08:17 |
destinydriven |
hmm |
# |
Sep 23rd 2011, 08:14 |
dakota |
don't think so. looks fine to me |
# |
Sep 23rd 2011, 08:14 |
destinydriven |
dakota, cool. BUt before I try this one, is there something wrong with my route? |
# |
Sep 23rd 2011, 08:13 |
stabb_ |
i need to put it on github |
# |
Sep 23rd 2011, 08:13 |
dakota |
destinydriven: This version works well: https://github.com/infinitas/infinitas/blob/beta/core/libs/controllers/components/wizard.php |
# |
Sep 23rd 2011, 08:13 |
stabb_ |
ACTION has a modified version which is ajaxed |
# |
Sep 23rd 2011, 08:13 |
destinydriven |
proloser has a version of it as well . . . |
# |
Sep 23rd 2011, 08:12 |
dakota |
yeah, wasn't aware that he'd moved it to github and updated it |
# |
Sep 23rd 2011, 08:10 |
destinydriven |
dakota, https://github.com/jaredhoyt/cakephp-wizard |
# |
Sep 23rd 2011, 08:09 |
destinydriven |
jaredhoyts? |
# |
Sep 23rd 2011, 08:09 |
dakota |
destinydriven: 1.3? The wizard plugin is broken in 1.3 |
# |
Sep 23rd 2011, 08:08 |
destinydriven |
this is basically the example from the book except that its using 'action' => 'wizard', from wizard plugin to go to first step (book) |
# |
Sep 23rd 2011, 08:04 |
destinydriven |
Seguer, http://bin.cakephp.org/view/139790768 |
# |
Sep 23rd 2011, 08:00 |
destinydriven |
I've followed the book to the T |
# |
Sep 23rd 2011, 08:00 |
destinydriven |
grrr |
# |
Sep 23rd 2011, 07:59 |
Seguer |
destinydriven: some people just suck less |
# |
Sep 23rd 2011, 07:59 |
Seguer |
destinydriven: everyone sucks at routing |
# |
Sep 23rd 2011, 07:59 |
destinydriven |
ok so I suck at routing |
# |
Sep 23rd 2011, 07:49 |
CoolCoder |
ok. I got the issue. thanks |
# |
Sep 23rd 2011, 07:49 |
dakota |
CoolCoder: yup. if it doesn't appear under the apache2Handler -> loaded modules section, then it isn't loaded |
# |
Sep 23rd 2011, 07:48 |
CoolCoder |
dakota: Serguer : mod_rewrite is not enabled i think . sorry |
# |
Sep 23rd 2011, 07:47 |
CoolCoder |
in phpinfo there is no mod_rewrite means its not enabled. right? |
# |
Sep 23rd 2011, 07:46 |
dakota |
CoolCoder: check the output of phpinfo() it will tell you if mod_rewrite is enabled |
# |
Sep 23rd 2011, 07:45 |
Seguer |
try going to app/webroot/index.php?url=/ |
# |
Sep 23rd 2011, 07:44 |
CoolCoder |
yes. i checked with the server admin. they told its enabled |
# |
Sep 23rd 2011, 07:44 |
Seguer |
you might want to check - do you have mod_rewrite? |
# |
Sep 23rd 2011, 07:44 |
CoolCoder |
without layouts |
# |
Sep 23rd 2011, 07:44 |
CoolCoder |
its working |
# |
Sep 23rd 2011, 07:43 |
Seguer |
? |
# |
Sep 23rd 2011, 07:43 |
Seguer |
if you go to app/webroot/index.php |
# |
Sep 23rd 2011, 07:43 |
Seguer |
what happens |
# |
Sep 23rd 2011, 07:43 |
Seguer |
as a test |
# |
Sep 23rd 2011, 07:43 |
CoolCoder |
wait. i will try to take the log |
# |
Sep 23rd 2011, 07:42 |
Seguer |
cpanel should give you access to logs |
# |
Sep 23rd 2011, 07:42 |
CoolCoder |
i have cpanel account. i am not sure about taking apache log |
# |
Sep 23rd 2011, 07:42 |
Seguer |
ok do you have access to the apache logs? |
# |
Sep 23rd 2011, 07:41 |
CoolCoder |
yes |
# |
Sep 23rd 2011, 07:40 |
Seguer |
the htaccess in public_html should be redirecting to app/webroot/index.php, yeah? |