Jump to content

tabla ps_cms_category_lang


lgrau@movistar.es

Recommended Posts

Se están produciendo errores, como comenté en otro post con la creación y visualización de CMS

 

Se ha producido un error mientras se actualizaba el objeto cms_category (Table 'jvergara.ps_cms_category_lang' doesn't exist in engine)

 

El compañero SergioE ha detectado que el problema puede venir de la tabla ps_cms_category_lang la cual cuando la intento abrir en PhpMyAdmin me devuelve los siguientes errores

http://subefotos.com/ver/?428f32fd689c3a4ccaa85f3ff935e4fbo.jpg
http://subefotos.com/ver/?8af00ca68d00f75456f4b4126c0a63a6o.jpg
http://subefotos.com/ver/?80dc8292a7474e8de20175280a3eb601o.jpg

Alguien sabe como puedo repararla?.

 

Según me han comentado, dbería aparecer así

http://subefotos.com/ver/?88c7328e523890300246402365542497o.png
Link to comment
Share on other sites

Podría crearla de nuevo?

 

Para ello necesitaría saber la estructura exacta de la tabla y sus índices

 

Gracias

Te subo el SQL

-- phpMyAdmin SQL Dump
-- version 4.6.4
-- https://www.phpmyadmin.net/
--
-- Servidor: 127.0.0.1
-- Tiempo de generación: 17-02-2017 a las 12:36:11
-- Versión del servidor: 5.7.14
-- Versión de PHP: 5.6.25

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=[spam-filter]CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=[spam-filter]CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=[spam-filter]COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Base de datos: `1610`
--

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `ps_cms_category_lang`
--

CREATE TABLE `ps_cms_category_lang` (
  `id_cms_category` int(10) UNSIGNED NOT NULL,
  `id_lang` int(10) UNSIGNED NOT NULL,
  `id_shop` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `name` varchar(128) NOT NULL,
  `description` text,
  `link_rewrite` varchar(128) NOT NULL,
  `meta_title` varchar(128) DEFAULT NULL,
  `meta_keywords` varchar(255) DEFAULT NULL,
  `meta_description` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `ps_cms_category_lang`
--

INSERT INTO `ps_cms_category_lang` (`id_cms_category`, `id_lang`, `id_shop`, `name`, `description`, `link_rewrite`, `meta_title`, `meta_keywords`, `meta_description`) VALUES
(1, 1, 1, 'Inicio', '', 'inicio', '', '', ''),
(1, 2, 1, 'Home', '', 'home', '', '', '');

--
-- Índices para tablas volcadas
--

--
-- Indices de la tabla `ps_cms_category_lang`
--
ALTER TABLE `ps_cms_category_lang`
  ADD PRIMARY KEY (`id_cms_category`,`id_shop`,`id_lang`),
  ADD KEY `category_name` (`name`);

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

ps_cms_category_lang.zip

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