![]() |
![]() |
-mscud- |
![]()
Post
#1
|
Goście ![]() |
Witam,
Jestem kompletnie zielony. Parę rzeczy już robiłem, ale na idiotoodpornych platformach jak joomla. zgodnie z instrukcją rozpakowałem i wrzuciłem na serwer pliki skryptu. Założyłem bazę MySQL, zgodnie z instrukcją w jednym z plików (database_default.default) wpisałem dane bazy. Po wejściu na stronę nic się nie dzieje. W pliku indx.php jest taki opis: /** * Get Cake's root directory */ define('APP_DIR', 'app'); define('DS', DIRECTORY_SEPARATOR); define('ROOT', dirname(__FILE__)); define('WEBROOT_DIR', 'webroot'); define('WWW_ROOT', ROOT . DS . APP_DIR . DS . WEBROOT_DIR . DS); /** * This only needs to be changed if the cake installed libs are located * outside of the distributed directory structure. co mam zrobić? i gdzie? Z góry bardzo dziękuję! |
|
|
![]() |
-Gość- |
![]()
Post
#2
|
Goście ![]() |
no właśnie żadnego błędu... po prostu biały ekran i nic.... a zupełnie nie wiem o co chodzi z tym dc??
w pliku index w katalogu webroot tez jest o tym: */ /** * Use the DS to separate the directories in other defines */ if (!defined('DS')) { define('DS', DIRECTORY_SEPARATOR); } /** * These defines should only be edited if you have cake installed in * a directory layout other than the way it is distributed. * When using custom settings be sure to use the DS and do not add a trailing DS. */ /** * The full path to the directory which holds "app", WITHOUT a trailing DS. * */ if (!defined('ROOT')) { define('ROOT', dirname(dirname(dirname(__FILE__)))); } /** * The actual directory name for the "app". * */ if (!defined('APP_DIR')) { define('APP_DIR', basename(dirname(dirname(__FILE__)))); } /** * The absolute path to the "cake" directory, WITHOUT a trailing DS. * */ if (!defined('CAKE_CORE_INCLUDE_PATH')) { define('CAKE_CORE_INCLUDE_PATH', ROOT); } o co chodzi z tym DC? |
|
|
![]() ![]() |
![]() |
Aktualny czas: 10.10.2025 - 13:46 |