Jump to content
  • 0

Problem z instalacją nowego szablonu


szredi

Question

Witajcie.

Używałem podstawowego szablonu prestashop, lecz postanowiłem zakupić nowy.

Podczas wybierania nowego szablonu otrzymuje błąd: "Column count doesn't match value count at row 1<br /><br /><pre>INSERT IGNORE INTO `pr_product_comment_criterion` VALUES ('1', '1', '1')</pre>"

Ktoś wie jak to rozwiązać?

Problem jest z komentarzami produktów, ale o co dokładnie chodzi to nie wiem.

Miałem moduł komentarze produktu, lecz już go usunąłem (może jednak gdzieś coś tam się zachowało i uniemożliwia instalację nowego szablonu).

W załączniku screen błędu.

Oto plik classes/db/Db.php 
od linijki 760 do 774

 {
        global $webservice_call;

        $errno = $this->getNumberError();
        if ($webservice_call && $errno) {
            $dbg = debug_backtrace();
            WebserviceRequest::getInstance()->setError(500, '[SQL Error] ' . $this->getMsgError() . '. From ' . (isset($dbg[3]['class']) ? $dbg[3]['class'] : '') . '->' . $dbg[3]['function'] . '() Query was : ' . $sql, 97);
        } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
            if ($sql) {
                throw new PrestaShopDatabaseException($this->getMsgError() . '<br /><br /><pre>' . $sql . '</pre>');
            }

            throw new PrestaShopDatabaseException($this->getMsgError());
        }
    }

Wydaje mi się jednak, że problemem jest coś w bazie danych.

Liczę na Waszą pomoc.

problem presta.jpg

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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