Olması gereken acıklanmıs
upload Application, Library and TMP directories to root ( / ) and content of Public into /public_html/mydomain.com/ then open up index.php and change line:
define('ROOT', realpath(dirname(__FILE__)."/../"));
to
define('ROOT', realpath(dirname(__FILE__)."/../../"));
benimde yaptığım şu şekilde
define('ROOT', realpath(dirname(__FILE__)."/home/domain/public_html/"));
indexte aldığım hata şu sekilde
Warning: include(/Application/Bootstrap.php) [function.include]: failed to open stream: No such file or directory in /home/xxxxx/public_html/index.php on line 38
Warning: include() [function.include]: Failed opening '/Application/Bootstrap.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/index.php on line 38
Fatal error: Class 'Bootstrap' not found in /home/xxxx/public_html/index.php on line 39
bu konuda yardımlarınızı bekliyorum ark
upload Application, Library and TMP directories to root ( / ) and content of Public into /public_html/mydomain.com/ then open up index.php and change line:
define('ROOT', realpath(dirname(__FILE__)."/../"));
to
define('ROOT', realpath(dirname(__FILE__)."/../../"));
benimde yaptığım şu şekilde
define('ROOT', realpath(dirname(__FILE__)."/home/domain/public_html/"));
indexte aldığım hata şu sekilde
Warning: include(/Application/Bootstrap.php) [function.include]: failed to open stream: No such file or directory in /home/xxxxx/public_html/index.php on line 38
Warning: include() [function.include]: Failed opening '/Application/Bootstrap.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/index.php on line 38
Fatal error: Class 'Bootstrap' not found in /home/xxxx/public_html/index.php on line 39
bu konuda yardımlarınızı bekliyorum ark