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

И снова VQMOD и снова ОШИБКА


tabarigen
 Share

Recommended Posts

Здравствуйте уважаемые друзья. Установил  VQmod, сверху сразу же поставил Менеджер VQmod, затем VQmod переустаовил. Кажется так все было.  В админке при попытке перейти в Дополнения - Модули выдается ошибка:

 

 

Warning: require(/opt/lampp/htdocs/dagdent.ru/admin/language/english/module/vqmod_manager.php) [function.require]: failed to open stream: Отказано РІ доступе in /opt/lampp/htdocs/dagdent.ru/system/library/language.php on line 33
Fatal error: require() [function.require]: Failed opening required '/opt/lampp/htdocs/dagdent.ru/admin/language/english/module/vqmod_manager.php' (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/dagdent.ru/system/library/language.php on line 33

 

Есть ли у кого какие соображения на сей счет?? Буду преблагодарен за любую помощь, магазин переустанавливать не хочется, товаров много уже забил.

 

Link to comment
Share on other sites


Ну если рассуждать логически,то в ошибке вот этот  кусок 

 

 РћС‚казано РІ доступе

говорит о неправильной кодировке

Link to comment
Share on other sites

Всё это гадание на кофейной гуще.Особенно когда 

 

Установил  VQmod, сверху сразу же поставил Менеджер VQmod, затем VQmod переустаовил. Кажется так все было

 

Мне вот когда кажется я крещусь,а потом переустанавливаю ))) 

Link to comment
Share on other sites

<?php

class Language {

private $default = 'english';

private $directory;

private $data = array();

 

public function __construct($directory) {

$this->directory = $directory;

}

 

  public function get($key) {

    return (isset($this->data[$key]) ? $this->data[$key] : $key);

  }

 

public function load($filename) {

$file = DIR_LANGUAGE . $this->directory . '/' . $filename . '.php';

   

if (file_exists($file)) {

$_ = array();

 

require($file);

 

$this->data = array_merge($this->data, $_);

 

return $this->data;

}

 

$file = DIR_LANGUAGE . $this->default . '/' . $filename . '.php';

 

if (file_exists($file)) {

$_ = array();

 

require($file);              33 строка!!!!!!!!!!!!!!!!!!!!!!!!!

 

$this->data = array_merge($this->data, $_);

 

return $this->data;

} else {

trigger_error('Error: Could not load language ' . $filename . '!');

exit();

}

  }

}

?>

Link to comment
Share on other sites


у Вас не установлен языковой файл для этого модуля...инфа 99%
вот этот файл admin/language/english/module/vqmod_manager.php
положите вот в эту папочку 
admin/language/russian/module/

Link to comment
Share on other sites


Мне вот когда кажется я крещусь,а потом переустанавливаю ))) 

 

 

 

 

 

от данного совета для меня немного пользы))   у меня немножко другие методы.

Link to comment
Share on other sites


у Вас не установлен языковой файл для этого модуля...инфа 99%

могу ли я этот модуль который я в глаза не видел и вовсе удалить?? если да то как??

Link to comment
Share on other sites


у Вас не установлен языковой файл для этого модуля...инфа 99%

могу ли я этот модуль который я в глаза не видел и вовсе удалить?? если да то как??

Можете, скачайте архив  этого модуля, посмотрите какие в нем файлы и по одному поудаляйте у себя на сайте

ps на будущее - всегда делайте бекапы базы данных и файлов перед любым изменением движка или даже символа...

Link to comment
Share on other sites


 

у Вас не установлен языковой файл для этого модуля...инфа 99%

могу ли я этот модуль который я в глаза не видел и вовсе удалить?? если да то как??

Можете, скачайте архив  этого модуля, посмотрите какие в нем файлы и по одному поудаляйте у себя на сайте

ps на будущее - всегда делайте бекапы базы данных и файлов перед любым изменением движка или даже символа...

Спасибо вам о любезнейший. Как вы и сказали поудалял все файлы от vqmod manager  и все норм заработало. 

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.