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
-~----------~----~----~----~------~----~------~--~---