Hello i have a cakephp app, working smoothly on my local server, but when i upload to the hosting it does not work online

I am using wamp server on windows to develop my local app.

Could you please help me to make it work?

This is the ERROR:

www.solucionestelecon.com.ve/proyectos

I am using cakephp 2.0.5 stable

the link -> www.solucionestelecon.com.ve/proyectos

link|improve this question

80% accept rate
The strange thing is that it's happening in one of the core Cake files. Line 136 has the following content: App::$bootstrapping = true;. Does your server configuration meet the requirements for running Cake 2.0? – mensch Jan 17 at 14:43
Which are those requeriments? – ricardorios Jan 17 at 14:55
1  
Cake does have a manual, you know: book.cakephp.org/2.0/en/installation.html – mensch Jan 17 at 15:00
Yes it does, but i can´t edit apache settings, it says something about .htacces but i think that is not the issue here, i do not know why it gives me this specific error when on my localhost works smoothly – ricardorios Jan 17 at 15:12
So it meets the requirements? Is anything other than the parse error logged in the Apache logs? You should have access to those, even if you're on shared hosting. – mensch Jan 17 at 15:19
show 4 more comments
feedback

1 Answer

It looks like to be a problem with apache remods (htaccess files)

I changed them and gave me error 500 Internal Server Error

Edited again and now gives me error 400 Bad Request

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.