Re: Unknown internal server error

2007-11-10 Thread Andreas

I got no idea what happened but i just tried to remove the comments
the support personal added earlier in order to show a friend, and it
worked!? Anyway thanks for all the tips :)

On Nov 6, 10:23 pm, Andreas [EMAIL PROTECTED] wrote:
 Well the Zend Optimizer section is gone in the directory where i did
 the trick but I'm not sure if that's a 100% sign.

 Recieved another mail from the support and they're saying that this
 trick doesn't work recursively (I've confirmed this by trying php
 info, the Zend Optimizer section is there) and currently I've only
 done the trick in the cake root. Is any php files executed anywhere
 else than the root?

 On Nov 6, 9:46 pm, francky06l [EMAIL PROTECTED] wrote:

  Are you sure the zend is deactivated with the trick ? Do a phpinfo()
  on it ... I have tried version 3.3 but it's still buggy..

  On Nov 6, 8:57 pm, Andreas [EMAIL PROTECTED] wrote:

   I know mod_rewrite is working, I'm using it for another thing.

   Just left the mod_rewrite off on purpose until I recieve any other
   tips :)

   On Nov 6, 6:16 pm, grigri [EMAIL PROTECTED] wrote:

If you can see the page, but not the css, then mod_rewrite isn't
working properly.

If you've deactivated the mod_rewrite stuff then there is a line you
need to uncomment in app/config/core.php :

/**
 * To configure CakePHP *not* to use mod_rewrite and to
 * use CakePHP pretty URLs, remove these .htaccess
 * files:
 *
 * /.htaccess
 * /app/.htaccess
 * /app/webroot/.htaccess
 *
 * And uncomment the App.baseUrl below:
 */
//Configure::write('App.baseUrl', env('SCRIPT_NAME'));

This will generate urls that will work without mod_rewrite. They won't
be as pretty though.

On Nov 6, 5:06 pm, Andreas [EMAIL PROTECTED] wrote:

 I've been mailing back and forth with my host the entire day and they
 upgraded zend optimizer to 3.3 and also showed me a way to deactivate
 the zend stuff but that didn't make it work.

 The support guy told me that it looked like it was something with
 mod_rewrite which messed things up and therefor he commented out the
 mod_rewrite things in my .htaccess files. But have the .htaccess files
 changed any between 1.1.x and 1.2.x?

 Some good stuff though is that I can see the welcome page (without
 css though...) ;)http://thelucifer.net/tmp/cake_not_working.png

 I'm not so sure it's the zend optimizer anymore since it's both
 upgraded and deactivated...

 On Nov 5, 2:16 pm, Andreas [EMAIL PROTECTED] wrote:

  Ah, ok thanks. I'll talk with my host!

  On 5 Nov, 11:39, AD7six [EMAIL PROTECTED] wrote:

   On Nov 5, 8:23 am, Andreas [EMAIL PROTECTED] wrote:

Hmm, yea, I'll try that. But shouldn't cakephp work even if the 
zend
optimizer is enabled?

   Not if the zend optimizer has a bug in it.

  http://groups.google.com/group/cake-php/search?group=cake-phpq=+inte...

   hth,

   AD


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Unknown internal server error

2007-11-06 Thread Andreas

I've been mailing back and forth with my host the entire day and they
upgraded zend optimizer to 3.3 and also showed me a way to deactivate
the zend stuff but that didn't make it work.

The support guy told me that it looked like it was something with
mod_rewrite which messed things up and therefor he commented out the
mod_rewrite things in my .htaccess files. But have the .htaccess files
changed any between 1.1.x and 1.2.x?

Some good stuff though is that I can see the welcome page (without
css though...) ;)
http://thelucifer.net/tmp/cake_not_working.png

I'm not so sure it's the zend optimizer anymore since it's both
upgraded and deactivated...

On Nov 5, 2:16 pm, Andreas [EMAIL PROTECTED] wrote:
 Ah, ok thanks. I'll talk with my host!

 On 5 Nov, 11:39, AD7six [EMAIL PROTECTED] wrote:

  On Nov 5, 8:23 am, Andreas [EMAIL PROTECTED] wrote:

   Hmm, yea, I'll try that. But shouldn't cakephp work even if the zend
   optimizer is enabled?

  Not if the zend optimizer has a bug in it.

 http://groups.google.com/group/cake-php/search?group=cake-phpq=+inte...

  hth,

  AD


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Unknown internal server error

2007-11-06 Thread grigri

If you can see the page, but not the css, then mod_rewrite isn't
working properly.

If you've deactivated the mod_rewrite stuff then there is a line you
need to uncomment in app/config/core.php :

/**
 * To configure CakePHP *not* to use mod_rewrite and to
 * use CakePHP pretty URLs, remove these .htaccess
 * files:
 *
 * /.htaccess
 * /app/.htaccess
 * /app/webroot/.htaccess
 *
 * And uncomment the App.baseUrl below:
 */
//Configure::write('App.baseUrl', env('SCRIPT_NAME'));

This will generate urls that will work without mod_rewrite. They won't
be as pretty though.

On Nov 6, 5:06 pm, Andreas [EMAIL PROTECTED] wrote:
 I've been mailing back and forth with my host the entire day and they
 upgraded zend optimizer to 3.3 and also showed me a way to deactivate
 the zend stuff but that didn't make it work.

 The support guy told me that it looked like it was something with
 mod_rewrite which messed things up and therefor he commented out the
 mod_rewrite things in my .htaccess files. But have the .htaccess files
 changed any between 1.1.x and 1.2.x?

 Some good stuff though is that I can see the welcome page (without
 css though...) ;)http://thelucifer.net/tmp/cake_not_working.png

 I'm not so sure it's the zend optimizer anymore since it's both
 upgraded and deactivated...

 On Nov 5, 2:16 pm, Andreas [EMAIL PROTECTED] wrote:

  Ah, ok thanks. I'll talk with my host!

  On 5 Nov, 11:39, AD7six [EMAIL PROTECTED] wrote:

   On Nov 5, 8:23 am, Andreas [EMAIL PROTECTED] wrote:

Hmm, yea, I'll try that. But shouldn't cakephp work even if the zend
optimizer is enabled?

   Not if the zend optimizer has a bug in it.

  http://groups.google.com/group/cake-php/search?group=cake-phpq=+inte...

   hth,

   AD


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Unknown internal server error

2007-11-06 Thread francky06l

Are you sure the zend is deactivated with the trick ? Do a phpinfo()
on it ... I have tried version 3.3 but it's still buggy..

On Nov 6, 8:57 pm, Andreas [EMAIL PROTECTED] wrote:
 I know mod_rewrite is working, I'm using it for another thing.

 Just left the mod_rewrite off on purpose until I recieve any other
 tips :)

 On Nov 6, 6:16 pm, grigri [EMAIL PROTECTED] wrote:

  If you can see the page, but not the css, then mod_rewrite isn't
  working properly.

  If you've deactivated the mod_rewrite stuff then there is a line you
  need to uncomment in app/config/core.php :

  /**
   * To configure CakePHP *not* to use mod_rewrite and to
   * use CakePHP pretty URLs, remove these .htaccess
   * files:
   *
   * /.htaccess
   * /app/.htaccess
   * /app/webroot/.htaccess
   *
   * And uncomment the App.baseUrl below:
   */
  //Configure::write('App.baseUrl', env('SCRIPT_NAME'));

  This will generate urls that will work without mod_rewrite. They won't
  be as pretty though.

  On Nov 6, 5:06 pm, Andreas [EMAIL PROTECTED] wrote:

   I've been mailing back and forth with my host the entire day and they
   upgraded zend optimizer to 3.3 and also showed me a way to deactivate
   the zend stuff but that didn't make it work.

   The support guy told me that it looked like it was something with
   mod_rewrite which messed things up and therefor he commented out the
   mod_rewrite things in my .htaccess files. But have the .htaccess files
   changed any between 1.1.x and 1.2.x?

   Some good stuff though is that I can see the welcome page (without
   css though...) ;)http://thelucifer.net/tmp/cake_not_working.png

   I'm not so sure it's the zend optimizer anymore since it's both
   upgraded and deactivated...

   On Nov 5, 2:16 pm, Andreas [EMAIL PROTECTED] wrote:

Ah, ok thanks. I'll talk with my host!

On 5 Nov, 11:39, AD7six [EMAIL PROTECTED] wrote:

 On Nov 5, 8:23 am, Andreas [EMAIL PROTECTED] wrote:

  Hmm, yea, I'll try that. But shouldn't cakephp work even if the zend
  optimizer is enabled?

 Not if the zend optimizer has a bug in it.

http://groups.google.com/group/cake-php/search?group=cake-phpq=+inte...

 hth,

 AD


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Unknown internal server error

2007-11-06 Thread Andreas

Well the Zend Optimizer section is gone in the directory where i did
the trick but I'm not sure if that's a 100% sign.

Recieved another mail from the support and they're saying that this
trick doesn't work recursively (I've confirmed this by trying php
info, the Zend Optimizer section is there) and currently I've only
done the trick in the cake root. Is any php files executed anywhere
else than the root?

On Nov 6, 9:46 pm, francky06l [EMAIL PROTECTED] wrote:
 Are you sure the zend is deactivated with the trick ? Do a phpinfo()
 on it ... I have tried version 3.3 but it's still buggy..

 On Nov 6, 8:57 pm, Andreas [EMAIL PROTECTED] wrote:

  I know mod_rewrite is working, I'm using it for another thing.

  Just left the mod_rewrite off on purpose until I recieve any other
  tips :)

  On Nov 6, 6:16 pm, grigri [EMAIL PROTECTED] wrote:

   If you can see the page, but not the css, then mod_rewrite isn't
   working properly.

   If you've deactivated the mod_rewrite stuff then there is a line you
   need to uncomment in app/config/core.php :

   /**
* To configure CakePHP *not* to use mod_rewrite and to
* use CakePHP pretty URLs, remove these .htaccess
* files:
*
* /.htaccess
* /app/.htaccess
* /app/webroot/.htaccess
*
* And uncomment the App.baseUrl below:
*/
   //Configure::write('App.baseUrl', env('SCRIPT_NAME'));

   This will generate urls that will work without mod_rewrite. They won't
   be as pretty though.

   On Nov 6, 5:06 pm, Andreas [EMAIL PROTECTED] wrote:

I've been mailing back and forth with my host the entire day and they
upgraded zend optimizer to 3.3 and also showed me a way to deactivate
the zend stuff but that didn't make it work.

The support guy told me that it looked like it was something with
mod_rewrite which messed things up and therefor he commented out the
mod_rewrite things in my .htaccess files. But have the .htaccess files
changed any between 1.1.x and 1.2.x?

Some good stuff though is that I can see the welcome page (without
css though...) ;)http://thelucifer.net/tmp/cake_not_working.png

I'm not so sure it's the zend optimizer anymore since it's both
upgraded and deactivated...

On Nov 5, 2:16 pm, Andreas [EMAIL PROTECTED] wrote:

 Ah, ok thanks. I'll talk with my host!

 On 5 Nov, 11:39, AD7six [EMAIL PROTECTED] wrote:

  On Nov 5, 8:23 am, Andreas [EMAIL PROTECTED] wrote:

   Hmm, yea, I'll try that. But shouldn't cakephp work even if the 
   zend
   optimizer is enabled?

  Not if the zend optimizer has a bug in it.

 http://groups.google.com/group/cake-php/search?group=cake-phpq=+inte...

  hth,

  AD


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Unknown internal server error

2007-11-06 Thread schneimi

I remember I had a similar problem on my webspace, mod_rewrite was
working but somehow the .htaccess caused an error. So I searched for a
solution on the web and somewhere found the following code to put in
the first .htaccess file. It really worked, but I have no clue what it
does. Maybe this helps you too.

IfModule mod_rewrite.c
   RewriteEngine on
   RewriteRule^$ app/webroot/[L]
   RewriteCond  %{REQUEST_FILENAME} !-d
   RewriteCond  %{REQUEST_FILENAME} !-f
   RewriteRule(.*)  app/webroot/$1 [L]
/IfModule

On 6 Nov., 20:57, Andreas [EMAIL PROTECTED] wrote:
 I know mod_rewrite is working, I'm using it for another thing.

 Just left the mod_rewrite off on purpose until I recieve any other
 tips :)

 On Nov 6, 6:16 pm, grigri [EMAIL PROTECTED] wrote:

  If you can see the page, but not the css, then mod_rewrite isn't
  working properly.

  If you've deactivated the mod_rewrite stuff then there is a line you
  need to uncomment in app/config/core.php :

  /**
   * To configure CakePHP *not* to use mod_rewrite and to
   * use CakePHP pretty URLs, remove these .htaccess
   * files:
   *
   * /.htaccess
   * /app/.htaccess
   * /app/webroot/.htaccess
   *
   * And uncomment the App.baseUrl below:
   */
  //Configure::write('App.baseUrl', env('SCRIPT_NAME'));

  This will generate urls that will work without mod_rewrite. They won't
  be as pretty though.

  On Nov 6, 5:06 pm, Andreas [EMAIL PROTECTED] wrote:

   I've been mailing back and forth with my host the entire day and they
   upgraded zend optimizer to 3.3 and also showed me a way to deactivate
   the zend stuff but that didn't make it work.

   The support guy told me that it looked like it was something with
   mod_rewrite which messed things up and therefor he commented out the
   mod_rewrite things in my .htaccess files. But have the .htaccess files
   changed any between 1.1.x and 1.2.x?

   Some good stuff though is that I can see the welcome page (without
   css though...) ;)http://thelucifer.net/tmp/cake_not_working.png

   I'm not so sure it's the zend optimizer anymore since it's both
   upgraded and deactivated...

   On Nov 5, 2:16 pm, Andreas [EMAIL PROTECTED] wrote:

Ah, ok thanks. I'll talk with my host!

On 5 Nov, 11:39, AD7six [EMAIL PROTECTED] wrote:

 On Nov 5, 8:23 am, Andreas [EMAIL PROTECTED] wrote:

  Hmm, yea, I'll try that. But shouldn't cakephp work even if the zend
  optimizer is enabled?

 Not if the zend optimizer has a bug in it.

http://groups.google.com/group/cake-php/search?group=cake-phpq=+inte...

 hth,

 AD


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Unknown internal server error

2007-11-05 Thread Andreas

Hmm, yea, I'll try that. But shouldn't cakephp work even if the zend
optimizer is enabled?

On Nov 5, 12:16 am, francky06l [EMAIL PROTECTED] wrote:
 Ask your provider, maybe it's possible ..I had similar on share
 hosting and I did ask them proposing a special CGI and it works

 On Nov 4, 7:32 pm, Andreas [EMAIL PROTECTED] wrote:

  Unfortunately I can't do that. Using a webhotel and I doubt they would
  do that for me.

  On Nov 4, 4:45 pm, francky06l [EMAIL PROTECTED] wrote:

   I had this prior to remove the zend optimizer from php.ini

   On Nov 4, 4:11 pm, Andreas [EMAIL PROTECTED] wrote:

Hi

Just downloaded the pre beta to test out but I keep getting internal
server error 500 in the browser when I run it. I'm sorry that i can't
be more precise but I can't find any logs anywhere.

I had another cakephp installation running on the same machine just a
few days ago (the current stable one) and I never had this trouble
with it.

Also It's not the php installation messing with me because I got other
scripts running.

Any ideas?

// Andreas


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Unknown internal server error

2007-11-05 Thread AD7six



On Nov 5, 8:23 am, Andreas [EMAIL PROTECTED] wrote:
 Hmm, yea, I'll try that. But shouldn't cakephp work even if the zend
 optimizer is enabled?

Not if the zend optimizer has a bug in it.

http://groups.google.com/group/cake-php/search?group=cake-phpq=+internalerrorqt_g=Search+this+group
http://groups.google.com/group/cake-php/msg/5b8adc067177d69a

hth,

AD


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Unknown internal server error

2007-11-05 Thread Andreas

Ah, ok thanks. I'll talk with my host!

On 5 Nov, 11:39, AD7six [EMAIL PROTECTED] wrote:
 On Nov 5, 8:23 am, Andreas [EMAIL PROTECTED] wrote:

  Hmm, yea, I'll try that. But shouldn't cakephp work even if the zend
  optimizer is enabled?

 Not if the zend optimizer has a bug in it.

 http://groups.google.com/group/cake-php/search?group=cake-phpq=+inte...http://groups.google.com/group/cake-php/msg/5b8adc067177d69a

 hth,

 AD


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Unknown internal server error

2007-11-04 Thread Andreas

Hi

Just downloaded the pre beta to test out but I keep getting internal
server error 500 in the browser when I run it. I'm sorry that i can't
be more precise but I can't find any logs anywhere.

I had another cakephp installation running on the same machine just a
few days ago (the current stable one) and I never had this trouble
with it.

Also It's not the php installation messing with me because I got other
scripts running.

Any ideas?

// Andreas


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Unknown internal server error

2007-11-04 Thread francky06l

I had this prior to remove the zend optimizer from php.ini

On Nov 4, 4:11 pm, Andreas [EMAIL PROTECTED] wrote:
 Hi

 Just downloaded the pre beta to test out but I keep getting internal
 server error 500 in the browser when I run it. I'm sorry that i can't
 be more precise but I can't find any logs anywhere.

 I had another cakephp installation running on the same machine just a
 few days ago (the current stable one) and I never had this trouble
 with it.

 Also It's not the php installation messing with me because I got other
 scripts running.

 Any ideas?

 // Andreas


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Unknown internal server error

2007-11-04 Thread Andreas

Unfortunately I can't do that. Using a webhotel and I doubt they would
do that for me.

On Nov 4, 4:45 pm, francky06l [EMAIL PROTECTED] wrote:
 I had this prior to remove the zend optimizer from php.ini

 On Nov 4, 4:11 pm, Andreas [EMAIL PROTECTED] wrote:

  Hi

  Just downloaded the pre beta to test out but I keep getting internal
  server error 500 in the browser when I run it. I'm sorry that i can't
  be more precise but I can't find any logs anywhere.

  I had another cakephp installation running on the same machine just a
  few days ago (the current stable one) and I never had this trouble
  with it.

  Also It's not the php installation messing with me because I got other
  scripts running.

  Any ideas?

  // Andreas


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Unknown internal server error

2007-11-04 Thread francky06l

Ask your provider, maybe it's possible ..I had similar on share
hosting and I did ask them proposing a special CGI and it works

On Nov 4, 7:32 pm, Andreas [EMAIL PROTECTED] wrote:
 Unfortunately I can't do that. Using a webhotel and I doubt they would
 do that for me.

 On Nov 4, 4:45 pm, francky06l [EMAIL PROTECTED] wrote:

  I had this prior to remove the zend optimizer from php.ini

  On Nov 4, 4:11 pm, Andreas [EMAIL PROTECTED] wrote:

   Hi

   Just downloaded the pre beta to test out but I keep getting internal
   server error 500 in the browser when I run it. I'm sorry that i can't
   be more precise but I can't find any logs anywhere.

   I had another cakephp installation running on the same machine just a
   few days ago (the current stable one) and I never had this trouble
   with it.

   Also It's not the php installation messing with me because I got other
   scripts running.

   Any ideas?

   // Andreas


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---