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

seroff

Newbie
  
  • Posts

    34
  • Joined

  • Last visited

Recent Profile Visitors

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

seroff's Achievements

Explorer

Explorer (4/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. После восстановления пошла такая ошибка: Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'i1357998_buy'@'localhost' (using password: YES) in /home/i1357998/public_html/system/library/db/mysqli.php on line 7Warning: DB\MySQLi::__construct(): Couldn't fetch mysqli in /home/i1357998/public_html/system/library/db/mysqli.php on line 10Warning: DB\MySQLi::__construct(): Couldn't fetch mysqli in /home/i1357998/public_html/system/library/db/mysqli.php on line 10
  2. Я сделал, а ты иди к Валерам они те насыпят!
  3. Изменил: define('DB_DRIVER', 'mysqli'); Но появились еще ошибки: Warning: fopen(/home/i1357998/public_html/system/logs/openbay.log): failed to open stream: No such file or directory in /home/i1357998/public_html/system/library/log.php on line 22Warning: fopen(/home/i1357998/public_html/system/logs/openbay.log): failed to open stream: No such file or directory in /home/i1357998/public_html/system/library/log.php on line 22Warning: fclose() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/log.php on line 39Warning: fopen(/home/i1357998/public_html/system/cache/cache.catalog.language.1552773113): failed to open stream: No such file or directory in /home/i1357998/public_html/system/library/cache/file.php on line 49Warning: flock() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/cache/file.php on line 51Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/cache/file.php on line 53Warning: fflush() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/cache/file.php on line 55Warning: flock() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/cache/file.php on line 57Warning: fclose() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/cache/file.php on line 59Warning: fopen(/home/i1357998/public_html/system/cache/cache.currency.1552773113): failed to open stream: No such file or directory in /home/i1357998/public_html/system/library/cache/file.php on line 49Warning: flock() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/cache/file.php on line 51Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/cache/file.php on line 53Warning: fflush() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/cache/file.php on line 55Warning: flock() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/cache/file.php on line 57Warning: fclose() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/cache/file.php on line 59Warning: fopen(/home/i1357998/public_html/system/logs/openbay.log): failed to open stream: No such file or directory in /home/i1357998/public_html/system/library/log.php on line 22Warning: fclose() expects parameter 1 to be resource, boolean given in /home/i1357998/public_html/system/library/log.php on line 39Warning: fopen(/home/i1357998/public_html/system/logs/error.log): failed to open stream: No such file or directory in /home/i1357998/public_html/system/library/log.php on line 22
  4. Я не знаю, у меня уже горит мозг, этот сайт самый проблемный, не могли внедрить самодиагностику или упростить, а то нечего не ясно, как решать, инфы в инете нет
  5. Даже так поменял: // DIR $dir = dirname(__FILE__); define('DIR_APPLICATION', $dir . '/catalog/'); define('DIR_SYSTEM', $dir . '/system/'); define('DIR_STORAGE', DIR_SYSTEM . 'storage/'); define('DIR_DATABASE', $dir . '/system/database/'); define('DIR_LANGUAGE', $dir . '/catalog/language/'); define('DIR_TEMPLATE', $dir . '/catalog/view/theme/'); define('DIR_CONFIG', $dir . '/system/config/'); define('DIR_IMAGE', $dir . '/image/'); define('DIR_CACHE', $dir . '/system/cache/'); define('DIR_DOWNLOAD', $dir . '/download/'); define('DIR_LOGS', $dir . '/system/logs/'); define('DIR_MODIFICATION',$dir . 'modification/'); Не работает сам OpenCart , что же такая проблема с этим 3.0, капец, бд уже перепробовал все, не работает на 500 ошибке....
  6. В чем может теперь проблема? <?php // HTTP $host = $_SERVER['HTTP_HOST']; define('HTTP_SERVER', 'https://'.$host.'/'); define('HTTP_IMAGE', 'https://'.$host.'/image/'); define('HTTP_ADMIN', 'https://'.$host.'/admin/'); // HTTPS define('HTTPS_SERVER', 'https://'.$host.'/'); define('HTTPS_IMAGE', 'https://'.$host.'/image/'); // DIR $dir = dirname(__FILE__); define('DIR_STORAGE', DIR_SYSTEM . 'storage/'); define('DIR_APPLICATION', $dir . '/catalog/'); define('DIR_SYSTEM', $dir . '/system/'); define('DIR_DATABASE', $dir . '/system/database/'); define('DIR_LANGUAGE', $dir . '/catalog/language/'); define('DIR_TEMPLATE', $dir . '/catalog/view/theme/'); define('DIR_CONFIG', $dir . '/system/config/'); define('DIR_IMAGE', $dir . '/image/'); define('DIR_CACHE', $dir . '/system/cache/'); define('DIR_DOWNLOAD', $dir . '/download/'); define('DIR_LOGS', $dir . '/system/logs/'); define('DIR_MODIFICATION',$dir . 'modification/'); // DB define('DB_DRIVER', 'mysql'); define('DB_HOSTNAME', 'localhost'); define('DB_USERNAME', 'base1337'); define('DB_PASSWORD', 'password'); define('DB_DATABASE', 'base1337'); define('DB_PREFIX', 'oc_'); ?>
  7. Я просто прошу помощи, если нуб не поможет даже ютуб!
  8. Ясно, я не приношу прибыль, на меня можно забить....
  9. В общем: Случайно подтерся файл config.php, нашел похожий в интернете теперь отображается страница так: База всё правильно записано что может быть???
  10. Адекватный редирект: RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
  11. Не понимаю почему такая проблема, вроде там указываешь что откл, а оно наоборот возвращается
×
×
  • 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.