Strona główna forum Wsparcie Konfiguracja Problem z dodawaniem nowego zestawu cech

Problem z dodawaniem nowego zestawu cech

Wszystko o konfiguracji, możliwościach i ustawieniach...


Posty: 17
Gadu-Gadu: 0

Wiadomo, stwarzam nową cechę, a później chcę dodać nowy zestaw cech, gdy wybieram na jakim zestawie cech ma bazować ( w moim wypadku default) i klikam zapisz to PA ' myśli ' i po chwili biała strona z
{"error":1,"message":"

        This attribute set no longer exists.<\/span><\/li><\/ul><\/li><\/ul>"}
Z dodawaniem produktów i kategorii jest gitarka :) Czytałem, że ludzie co mają problem z dodaniem nowej kategorii, mają podobny komunikat i usunięcie pliku .fastaccess pomaga, tyle że ja go na 99% nie mam na ftp ;/ no i trochę inny problem.

Zmiana języka na inny nic nie daje, wie ktoś co mogę zrobić, ? Jak nie to jestem w czarnej dupie za przeproszeniem :(

Problem z dodawaniem nowego zestawu cech

PostTeraz jest 27 kwi 2024, o 21:13
Google

Posty: 427
Lokalizacja: Internet


Posty: 1575
Gadu-Gadu: 0

może to jakiś problem z AJAXEM, sprawdź czy nie masz jakiegoś dodatkowego kodu w index.php
hosting-magento.pl / magentohosting.eu - szybki hosting Magento
https://www.mage24.pl/ - twój sklep Magento 2 w 5 minut


Posty: 17
Gadu-Gadu: 0

Na moje oko, nie ma się czego doczepić, ale że specem w tym temacie nie jestem, to może ktoś mądrzejszy ode mnie się wypowie ;) 8-)
<?php
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category   Mage
 * @package    Mage
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

if (version_compare(phpversion(), '5.2.0', '<')===true) {
    echo  '<div style="font:12px/1.35em arial, helvetica, sans-serif;">
<div style="margin:0 0 25px 0; border-bottom:1px solid #ccc;">
<h3 style="margin:0; font-size:1.7em; font-weight:normal; text-transform:none; text-align:left; color:#2f2f2f;">
Whoops, it looks like you have an invalid PHP version.</h3></div><p>Magento supports PHP 5.2.0 or newer.
<a href="http://www.magentocommerce.com/install" target="">Find out</a> how to install</a>
 Magento using PHP-CGI as a work-around.</p></div>';
    exit;
}

/**
 * Error reporting
 */
error_reporting(E_ALL | E_STRICT);

/**
 * Compilation includes configuration file
 */
define('MAGENTO_ROOT', getcwd());

$compilerConfig = MAGENTO_ROOT . '/includes/config.php';
if (file_exists($compilerConfig)) {
    include $compilerConfig;
}

$mageFilename = MAGENTO_ROOT . '/app/Mage.php';
$maintenanceFile = 'maintenance.flag';

if (!file_exists($mageFilename)) {
    if (is_dir('downloader')) {
        header("Location: downloader");
    } else {
        echo $mageFilename." was not found";
    }
    exit;
}

if (file_exists($maintenanceFile)) {
    include_once dirname(__FILE__) . '/errors/503.php';
    exit;
}

require_once $mageFilename;

#Varien_Profiler::enable();

if (isset($_SERVER['MAGE_IS_DEVELOPER_MODE'])) {
    Mage::setIsDeveloperMode(true);
}

#ini_set('display_errors', 1);

umask(0);

/* Store or website code */
$mageRunCode = isset($_SERVER['MAGE_RUN_CODE']) ? $_SERVER['MAGE_RUN_CODE'] : '';

/* Run store or run website */
$mageRunType = isset($_SERVER['MAGE_RUN_TYPE']) ? $_SERVER['MAGE_RUN_TYPE'] : 'store';

Mage::run($mageRunCode, $mageRunType);

Pozderko


Posty: 1575
Gadu-Gadu: 0

jest ok, nie mam pojęcia, sprawdzałeś na innym serwerze ??
hosting-magento.pl / magentohosting.eu - szybki hosting Magento
https://www.mage24.pl/ - twój sklep Magento 2 w 5 minut


Posty: 17
Gadu-Gadu: 0

Nie sprawdzałem, nowy zestaw powstał po tym błędzie, a dodałem wszystkie cechy z default ręcznie + moją nową i jakoś hula :) :mrgreen:


Powrót do Konfiguracja