Error #1064...for the right sintax to use near ' ' at line 1
Publicado: 10 Mar 2014, 10:12
Hola,
Mi foro es: phpbb v. 3.0.1
Mi version de php: PHP Version 5.3.28
Mi version de MySQL: MySQL 5.0.96-community
Recientemente tuve que cambiar mi foro de servidor.
Por falta de conocimiento, para hacer una copia de mi foro lo que he hecho fue:
1) Bajar una copia de todos los archivos a mi ordenador.
2) Bajar una copia de la BBDD a través del phpmyadmin (en lugar de usar el mismo foro para hacerlo...)
El problema es que ahora, cuando intento restaurar la BBDD en el nuevo servidor, a través del phpmyadmin, obtengo el error:
#1064 - You have an error in your sql sintax; check the manual that corresponds to your MySQL server version for for the right sintax to use near ' ' at line 1 .
foroparados.net/index.php
Luego, si asún asi restauro el foro, á primera vista todo parace ok (incluso consigo entrar en el ACP sin errores). Pero al navegar por los artículos obtengo error:
Not Found
The requested URL /gana-dinero-por-internet-para-evitar-el-desempleo-t3203.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.26 (Unix) mod_ssl/2.2.26 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at foroparados.net Port 80
No se que hacer!
Gracias
Fran
Abajo transcrivo las primeras 55 líneas de mi BBDD:
-- phpMyAdmin SQL Dump
-- version 4.0.5
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tiempo de generación: 05-03-2014 a las 23:23:37
-- Versión del servidor: 5.0.96-community
-- Versión de PHP: 5.3.17
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Base de datos: `parados_phpb1`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `phpbb_acl_groups`
--
CREATE TABLE IF NOT EXISTS `phpbb_acl_groups` (
`group_id` mediumint(8) unsigned NOT NULL default '0',
`forum_id` mediumint(8) unsigned NOT NULL default '0',
`auth_option_id` mediumint(8) unsigned NOT NULL default '0',
`auth_role_id` mediumint(8) unsigned NOT NULL default '0',
`auth_setting` tinyint(2) NOT NULL default '0',
KEY `group_id` (`group_id`),
KEY `auth_opt_id` (`auth_option_id`),
KEY `auth_role_id` (`auth_role_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `phpbb_acl_groups`
--
INSERT INTO `phpbb_acl_groups` (`group_id`, `forum_id`, `auth_option_id`, `auth_role_id`, `auth_setting`) VALUES
(1, 0, 85, 0, 1),
(1, 0, 93, 0, 1),
(1, 0, 111, 0, 1),
(5, 0, 0, 5, 0),
(5, 0, 0, 1, 0),
(2, 0, 0, 6, 0),
(3, 0, 0, 6, 0),
(4, 0, 0, 5, 0),
(4, 0, 0, 10, 0),
(1, 20, 0, 17, 0),
(2, 20, 0, 15, 0),
Mi foro es: phpbb v. 3.0.1
Mi version de php: PHP Version 5.3.28
Mi version de MySQL: MySQL 5.0.96-community
Recientemente tuve que cambiar mi foro de servidor.
Por falta de conocimiento, para hacer una copia de mi foro lo que he hecho fue:
1) Bajar una copia de todos los archivos a mi ordenador.
2) Bajar una copia de la BBDD a través del phpmyadmin (en lugar de usar el mismo foro para hacerlo...)
El problema es que ahora, cuando intento restaurar la BBDD en el nuevo servidor, a través del phpmyadmin, obtengo el error:
#1064 - You have an error in your sql sintax; check the manual that corresponds to your MySQL server version for for the right sintax to use near ' ' at line 1 .
foroparados.net/index.php
Luego, si asún asi restauro el foro, á primera vista todo parace ok (incluso consigo entrar en el ACP sin errores). Pero al navegar por los artículos obtengo error:
Not Found
The requested URL /gana-dinero-por-internet-para-evitar-el-desempleo-t3203.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.26 (Unix) mod_ssl/2.2.26 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at foroparados.net Port 80
No se que hacer!
Gracias
Fran
Abajo transcrivo las primeras 55 líneas de mi BBDD:
-- phpMyAdmin SQL Dump
-- version 4.0.5
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tiempo de generación: 05-03-2014 a las 23:23:37
-- Versión del servidor: 5.0.96-community
-- Versión de PHP: 5.3.17
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Base de datos: `parados_phpb1`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `phpbb_acl_groups`
--
CREATE TABLE IF NOT EXISTS `phpbb_acl_groups` (
`group_id` mediumint(8) unsigned NOT NULL default '0',
`forum_id` mediumint(8) unsigned NOT NULL default '0',
`auth_option_id` mediumint(8) unsigned NOT NULL default '0',
`auth_role_id` mediumint(8) unsigned NOT NULL default '0',
`auth_setting` tinyint(2) NOT NULL default '0',
KEY `group_id` (`group_id`),
KEY `auth_opt_id` (`auth_option_id`),
KEY `auth_role_id` (`auth_role_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `phpbb_acl_groups`
--
INSERT INTO `phpbb_acl_groups` (`group_id`, `forum_id`, `auth_option_id`, `auth_role_id`, `auth_setting`) VALUES
(1, 0, 85, 0, 1),
(1, 0, 93, 0, 1),
(1, 0, 111, 0, 1),
(5, 0, 0, 5, 0),
(5, 0, 0, 1, 0),
(2, 0, 0, 6, 0),
(3, 0, 0, 6, 0),
(4, 0, 0, 5, 0),
(4, 0, 0, 10, 0),
(1, 20, 0, 17, 0),
(2, 20, 0, 15, 0),