Thanks a lot!
I did that and found an error of a mkdir php function which try to
make a folder in the cache dir. I should knew that there was a
permission mismatch.
Thanks for your help!
On Jun 29, 4:14 am, Kiril Angov <[EMAIL PROTECTED]> wrote:
> You have to tail the apache error log which should be a directory called
> "logs" which is the same level as httpdocs. You have to see if the
> .htaccess has some errors in it. Maybe mod_rewrite is not enabled at
> all. Error 500 you should always consult with the server error log.
>
> Kupo
>
> scube wrote:
> > Hi there,
>
> > To upload the project to a webhost which is using plesk i need some
> > help.
>
> > my new file structure is like this:
>
> > - httpdocs (all content from the original web folder)
> > - private
> > --- CORE
> > ------ RELEASE_1_0_5 (exported release 1.0.5 from sf)
> > --- PROJECT
> > ------ MYPROJECT (all content from the original sf folder (apps,
> > config, ...))
>
> > Now I changed the index.php to this (1 line edited; located at
> > httpdocs/index.php):
> > define('SF_ROOT_DIR', realpath(dirname(__FILE__).'/../private/
> > PROJECT/MYPROJECT /'));
>
> > Then I changed the config.php (2 lines edited; located at private/
> > PROJECT/MYPROJECT/config/config.php):
> > $sf_symfony_lib_dir = '/home/httpd/vhosts/example.com/private/CORE/
> > RELEASE_1_0_5/lib';
> > $sf_symfony_data_dir = '/home/httpd/vhosts/example.com/private/CORE/
> > RELEASE_1_0_5/data';
>
> > The result of this is a 500 Internal Server Error in the browser
>
> > Does anyone have an idea how to fix this?
>
> > Regards,
> > Patrick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---