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

ibond

Users
  • Posts

    1,630
  • Joined

  • Last visited

Technical support

  • Works Day
    Пн
    Вт
    Ср
    Чт
    Пт
    Сб
    Вс
  • Works time
    с 08:00 - 22:00
  • Status
    Работаю

Information

  • Gender
    Мужчина
  • City:
    Киев

Recent Profile Visitors

21,436 profile views

ibond's Achievements

Grand Master

Grand Master (14/14)

  • Dedicated Rare
  • First Post
  • Collaborator
  • Posting Machine Rare
  • Conversation Starter

Recent Badges

412

Reputation

  1. В адресной строке Chrome введите: chrome://flags В строке поиска на странице введите: Auto Dark Mode for Web Contents ыберите Enabled и перезагрузите браузер.
  2. тогда момент с правами отпадает если обычный вы уверены, что именно на тот storage поставили права, может вы или кто-то его перенес? делайте проверку, что-то типа if (!file_exists($this->request->files['file']['tmp_name'])) { $json['error'] = 'Временный файл не найден: ' . $this->request->files['file']['tmp_name']; }
  3. права ладно, а пользователь (user?user) может туда писать через не знаю что у вас там стоит (nginx|apache)? /home/pornhub/public_html/system/storage/upload/ (это в том случае если у вас вдска)
  4. Я вас на заметку оставлю, скоро нужны будут двери
  5. много вопросов, но я пока чуть не в теме, другие темы в приоритете
  6. не работает: $filter_data = array( 'filter_category_id' => $category_id, 'filter_filter' => $filter, 'sort' => $sort, 'order' => $order, 'start' => ($page - 1) * $limit, 'limit' => $limit ); //$product_total = $this->model_catalog_product->getTotalProducts($filter_data); /*$results = $this->model_catalog_product->getProducts($filter_data);*//*start FilterVier*/foreach($this->model_extension_module_filter_vier->getProductsByFilterVier($filter_data) as $k=>$v){${$k}=$v;}/*end FilterVier*/
  7. наверное поняли не так мой dump, имелось ввиду dump таблицы mysql
  8. $connection->real_escape_string? уже в mysqli есть: public function escape($value) { return $this->connection->real_escape_string($value); } у вас в коде должно работать $connection->escape, если бы вы подгружали как $db = new DB(DB_DRIVER, DB_HOSTNAME, DB_USERNAME, DB_PASSWORD, DB_DATABASE, DB_PORT); то было бы $db->escape. Все текстовые поля так надо обернуть (минус плюс и т.д.). И должна быть ошибка, добавьте в скрипт вывод ошибок: ini_set("display_errors",1); error_reporting(E_ALL);
  9. Что именно? Покажите новый код, ошибки? Дайте дамп пустой таблицы.
×
×
  • 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.