Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

NSUN

Newbie
  
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

NSUN's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Это я меняла, некоторым помогло, у меня не работает ни r ни a.
  2. А где в config.php могут быть проблемы
  3. Может я конечно задаю глупые вопросы. Но до того как написать весь гугл пересмотрела и перепробовола все описанные способы устранения проблемы (меняла права, корректировала log.php ) пока ничего не помогает. может вы что подскажите. Спасибо!
  4. Здравствуйте! Подскажите, пожалуйста, где искать ошибку. Сайт http://www.ecosun.net.ua/, в шапке выдает ошибки. при входе в админ панель Warning: fopen(www/storage/logs/error.log): failed to open stream: No such file or directory in system/library/log.php on line 6Warning: Cannot modify header information - headers already sent by (output started at www.ecosun.net.ua/system/library/log.php:6) in www.ecosun.net.ua/system/framework.php on line 108Warning: fwrite() expects parameter 1 to be resource, boolean given in www.ecosun.net.ua/system/library/log.php on line 10 и т.д. Уже и права меняла и редактировала файл log.php - не помогает вот содержимое log.php <?php class Log { private $handle; public function __construct($filename) { $this->handle = fopen(DIR_LOGS . $filename, 'r'); } public function write($message) { fwrite($this->handle, date('Y-m-d G:i:s') . ' - ' . print_r($message, true) . "\n"); } public function __destruct() { fclose($this->handle); } }
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.