Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

[Решено?..] Проблемы после установки VQMOD


olga79

Recommended Posts

Пробую установить по http://tvorzasp.com/blog/ustanovka-i-ispolzovanie-vqmod . Пункты 1-3 и 5 сделала, проблема с пунктом 4) Редактируем index.php (мой путь httpdocs /********.ru - может не там лежит)

Находим код:и т.д. проблемы, в файле нет указанных данных. Отображается

<?php

/**

* UGRSR

*

* @package Simple vQmod OpenCart install script

* @author Jay Gilford - http://jaygilford.com/

* @copyright Jay Gilford 2011

* @version 0.3

* @access public

*

* @information

* This file will perform all necessary file alterations for the

* OpenCart index.php files both in the root directory and in the

* Administration folder. Please note that if you have changed your

* default folder name from admin to something else, you will need

* to edit the admin/index.php in this file to install successfully

*

* @license

* Permission is hereby granted, free of charge, to any person to

* use, copy, modify, distribute, sublicense, and/or sell copies

* of the Software, subject to the following conditions:

*

* The above copyright notice and this permission notice shall be

* included in all copies or substantial portions of the Software

*

* @warning

* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,

* EXPRESSED OR IMPLIED.

*

*/

// Counters

$changes = 0;

$writes = 0;

// Load class required for installation

require('ugrsr.class.php');

// Get directory two above installation directory

$opencart_path = realpath(dirname(__FILE__) . '/../../') . '/';

// Verify path is correct

if(!$opencart_path) die('COULD NOT DETERMINE CORRECT FILE PATH');

$write_errors = array();

if(!is_writeable($opencart_path . 'index.php')) {

$write_errors[] = 'index.php not writeable';

}

if(!is_writeable($opencart_path . 'admin/index.php')) {

$write_errors[] = 'Administrator index.php not writeable';

}

if(!empty($write_errors)) {

die(implode('<br />', $write_errors));

}

// Create new UGRSR class

$u = new UGRSR($opencart_path);

// remove the # before this to enable debugging info

#$u->debug = true;

// Set file searching to off

$u->file_search = false;

// Add both index files to files to include

$u->addFile('index.php');

// Pattern to add vqmod include

$u->addPattern('~// Startup~', '// VirtualQMOD

require_once(\'./vqmod/vqmod.php\');

$vqmod = new VQMod();

// VQMODDED Startup');

$result = $u->run();

$writes += $result['writes'];

$changes += $result['changes'];

$u->clearPatterns();

$u->resetFileList();

// Rename the admin part of the text below if you've

// changed your admin folder name

$u->addFile('admin/index.php');

// Pattern to add vqmod include

$u->addPattern('~// Startup~', '//VirtualQMOD

require_once(\'../vqmod/vqmod.php\');

$vqmod = new VQMod();

// VQMODDED Startup');

$result = $u->run();

$writes += $result['writes'];

$changes += $result['changes'];

$u->addFile('index.php');

// Pattern to run required files through vqmod

$u->addPattern('/require_once\(DIR_SYSTEM \. \'([^\']+)\'\);/', 'require_once($vqmod->modCheck(DIR_SYSTEM . \'$1\'));');

// Get number of changes during run

$result = $u->run();

$writes += $result['writes'];

$changes += $result['changes'];

// output result to user

if(!$changes) die('VQMOD ALREADY INSTALLED!');

if($writes != 4) die('ONE OR MORE FILES COULD NOT BE WRITTEN');

die('VQMOD HAS BEEN INSTALLED ON YOUR SYSTEM!');

на сайте

index.php not writeable

Administrator index.php not writeable

Что это?* По вопросам -ответам до меня: вроде неправильный путь указан. где его правильно указать и там ли расположен файл и как вернуть все на место. п.с. Я супер-чайник.

Надіслати
Поділитися на інших сайтах


  • 3 weeks later...
  • 2 months later...
  • 1 month later...
  • 2 weeks later...

если ошибка:

 

index.php not writeable
Administrator index.php not writeable
 

то делаем, как написано в мануале по установке: 

  • Also be sure index.php and admin/index.php are writable.

    • If not sure which you need, first try 755.
    • If you get errors about permissions, then try 777.
Надіслати
Поділитися на інших сайтах


  • 1 month later...

 

если ошибка:







index.php not writeable
Administrator index.php not writeable
 

то делаем, как написано в мануале по установке: 

  •  

 

А нормально можно написать чего делать, будто все чайники догнали решения проблемы перейдя по ссылки, если вы знаете что делать при этой ошибки, распишите на форуме, все вам только благодарны будут!

Надіслати
Поділитися на інших сайтах


Ну написано же, что прав на запись нету.

index.php и admin/index.php дайте права на запись, после инсталляции vqmod верните обратно в 444 или 644

index.php я нашел, а вот где admin/index.php я хз  :( 

Надіслати
Поділитися на інших сайтах


  • 3 months later...

Ну написано же, что прав на запись нету.

index.php и admin/index.php дайте права на запись, после инсталляции vqmod верните обратно в 444 или 644

дал права 777 обоим файлам, результат не изменился, пишет Administrator index.php not writeable, какие ещё способы есть?

Надіслати
Поділитися на інших сайтах


  • 2 weeks later...

дал права 777 обоим файлам, результат не изменился, пишет Administrator index.php not writeable, какие ещё способы есть?

если папка admin переименована, нужно ее переименовать обратно в admin.

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

Надіслати
Поділитися на інших сайтах


если была переименована папка админ нужно в пакете vqmod в папке instal в файле index.php поменять все admin на ваш вариант названия этой папки,,,, это для авто установки, либо для ручной в файле vqmod/pathReplaces.php
 сделать так

<?php

/**
*  File for path replacements in xml paths. Examples:
*
*  $replaces[] = array('~^admin\b~', 'admin123'); // This replaces the admin folder name for use when admin folder's renamed
*  $replaces[] = array('~\btheme/default\b~', 'theme/my-theme-name'); // Theme name replace to apply mods to your theme
*
*  Place your replaces between the START and END lines below
**/


// START REPLACES //
$replaces[] = array('~^admin\b~', 'ваш вариант названия папки');
// END REPLACES //
Надіслати
Поділитися на інших сайтах


  • 2 weeks later...

Створіть аккаунт або увійдіть для коментування

Ви повинні бути користувачем, щоб залишити коментар

Створити обліковий запис

Зареєструйтеся для отримання облікового запису. Це просто!

Зареєструвати аккаунт

Вхід

Уже зареєстровані? Увійдіть тут.

Вхід зараз
  • Зараз на сторінці   0 користувачів

    • Ні користувачів, які переглядиють цю сторінку

×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.