Thanks for your quick reply,

when I set the debug to 0 a blank page appears.

when the debug is set to 1 the following happens.
mydomain.com   (internal server error)
mydomain.com/index.php (internal server error)
mydomain.com/index.php/events/  (No input file specified.)
mydomain.com/index.php/events/index (No input file specified)
mydomain.com/index.php/admin/events/ (No input file specified)

mydomain.com/events (internal server error)
mydomain.com/events/index (internal server error)
mydomain.com/admin/events (internal server error)

the strange thing is:
mydomain.com/index/admin (views my login page)
I'm able to login and add/edit/delete records.
also I'm able to view mydomain.com/admin/events when I'm logged in.

Note: I used i18n only in frontpage and not in admin. also I used some
session variables like 'currentLang' in front page only.

Thanks for your help



On Jun 29, 10:42 am, francky06l <[EMAIL PROTECTED]> wrote:
> When does your error happen ? When loading a specific controller/
> action ?
> I had a failure at the begining but was because in my php.ini, the
> zendoptimizer was loaded and sometimes it makes Apache crashes on call
> to load_backtrace.
> Since I remove the zendoptimiser, no rpoblem. This might be a hint
>
> Hope this helps
>
> On Jun 29, 9:35 am, aerosmith <[EMAIL PROTECTED]> wrote:
>
> > I have a site already running in cakephp I want to upgrade it to
> > cakephp 1.2 in the sake of the built in i18n and other built in
> > modules in 1.2.
> > I've copied my controllers models and views into a fresh installation
> > of 1.2 and it worked just fine in my local wamp. so I did some
> > modifications in the code nad used the i18n and changed a bit in the
> > database every thing was fine until i uploaded it to the lamp server.
> > an "Internal Server Error" occurred.
>
> > I know this is not the correct way to upgrade but it just worked in my
> > local machine so I spent a lot of time integrating the new
> > functionalities.
>
> > What should I do?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to