Forum Webscript.Ru
Программирование => PHP => Тема начата: bhor от 13 Мая 2002, 13:39:58
-
Вот решил попробовать что это за зверь. При запуске setup.php пишет.
Warning: Use of undefined constant CACHE_ON - assumed \'CACHE_ON\' in D:\\home\\mama\\wl\\include\\cache.inc.php on line 3
Warning: Use of undefined constant CACHE_DIR - assumed \'CACHE_DIR\' in D:\\home\\mama\\wl\\include\\cache.inc.php on line 4
ПХП у меня 4.0.6. Как убить эти ошибки
-
Ругается на вот эти фразы
define(CACHE_ON, 1); /* Default: 1 - Turn caching on/off */
define(CACHE_DIR, "$G_PATH/backend/cache"); /* Default: /tmp/phpCache - Default cache directory */
define(CACHE_GC, .10); /* Default: .10 - Probability of garbage collection */
define(CACHE_USE_STORAGE_HASH, 0); /* Default: 1 - Use storage hashing. This will increase peformance if you are caching many pages. */
define(CACHE_STORAGE_CREATED, 0); /* Default: 0 - This is a peformance tweak. If you set this to 1, phpCache will not check if storage structures have been created. Don\'t change this unles you are *SURE* the cache storage has been created. */
define(CACHE_MAX_STORAGE_HASH, 23); /* Don\'t touch this unless you know what you\'re doing */
define(CACHE_STORAGE_PERM, 0700); /* Default: 0700 - Default permissions for storage directories. */
define(CACHE_MAX_FILENAME_LEN, 200); /* How long the cache storage filename can be before it will md5() the entire thing */
-
error_reporting=E_ALL & ~E_NOTICE
в php.ini
-
Добрый день!
Отключи выше указанные строки или display_errors = Off .
На твое усмотрение :)
-
ребята ! у меня тоже с этим проблемы.помогите.пишет при сетубе -
Warning: fopen("/pub/home/magia/htdocs/phpweb/backend/cache/pwlCache.httpXXXwwwXivanXcomXXpubXhomeXmagiaXhtdocsXphpwebXsetupXindexXphpXXphpwebXsetupXXaX0XXXXaX0XXX=Config", "r") - Permission denied in /pub/home/magia/htdocs/phpweb/include/cache.inc.php on line 296
Warning: Supplied argument is not a valid File-Handle resource in /pub/home/magia/htdocs/phpweb/include/cache.inc.php on line 297
Warning: Supplied argument is not a valid File-Handle resource in /pub/home/magia/htdocs/phpweb/include/cache.inc.php on line 299
Warning: Supplied argument is not a valid File-Handle resource in /pub/home/magia/htdocs/phpweb/include/cache.inc.php on line 300
Warning: fopen("/pub/home/magia/htdocs/phpweb/backend/cache/pwlCache.httpXXXwwwXivanXcomXXpubXhomeXmagiaXhtdocsXphpwebXsetupXindexXphpXXphpwebXsetupXXaX0XXXXaX0XXX=Content", "r") - Permission denied in /pub/home/magia/htdocs/phpweb/include/cache.inc.php on line 296
Warning: Supplied argument is not a valid File-Handle resource in /pub/home/magia/htdocs/phpweb/include/cache.inc.php on line 297
Warning: Supplied argument is not a valid File-Handle resource in /pub/home/magia/htdocs/phpweb/include/cache.inc.php on line 299
Warning: Supplied argument is not a valid File-Handle resource in /pub/home/magia/htdocs/phpweb/include/cache.inc.php on line 300
-
fopen("/pub/home/magia/htdocs/phpweb/backend/cache/pwlCache. httpXXXwwwXivanXcomXXpubXhomeXmagiaXhtdocsXphpwebX
setupXindexXphpXXphpwebXsetupXXaX0XXXXaX0XXX=Confi
g", "r") - Permission denied in /pub/home/magia/htdocs/phpweb/include/cache.inc.php on line 296
Проблема с права доступа. Поставь на директорию cache права 755 или 777
-
да , ставил - не помогает