Error al pasar de 4.1.1 a 4.1.2

Roswelito Seguir

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
17 Dic 2008
Mensajes
40
Que tal chicos el error es el siguiente

Unexpected Text:<?xml version="1.0" encoding="windows-1252"?>
<?xml version="1.0" encoding="windows-1252"?>
<errors>
<error><![CDATA[<p>Database Error</p>

Invalid SQL:

SELECT fieldname, varname, text
FROM phrase
WHERE languageid IN(-1,0) AND
fieldname IN ();

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4]]></error>
<error_html><![CDATA[<p>Database error in vBulletin 4.1.2</p>
<p>Invalid SQL:

SELECT fieldname, varname, text
FROM phrase
WHERE languageid IN(-1,0) AND
fieldname IN ();<p>
<p>
<strong>MySQL Error</strong> : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4<br />
<strong>Error Number</strong> : 1064<br />
<strong>Request Date</strong> : Sunday, February 20th 2011 @ 06:59:59 PM<br />
<strong>Error Date</strong> : Sunday, February 20th 2011 @ 06:59:59 PM<br />
<strong>Script</strong> : http:///foro/install/upgrade.php<br />
<strong>Referrer</strong> : http:///foro/install/upgrade.php<br />
<strong>Classname</strong> : vB_Database<br />
<strong>MySQL Version</strong> : 5.0.91-community<br />
</p>]]></error_html>
</errors>

lo que hice fue subir la carpeta install, ejecutar el upgrade ya con el config.php cambiado, y me da este error.
 

Angel Srto

Gamma
Programador
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
16 Sep 2010
Mensajes
355
Debes subir todos los archivos del foro, no solo la carpeta install.

Si has subido todo, podría ser problema de tu servidor relacionado con memory_limit. Trata editando el archivo config.php y añade estas dos lineas abajo de la línea <?php

PHP:
ini_set('memory_limit', -1);
ini_set("max_execution_time", "2880");

y trata nuevamente.

Forum Problem upgradet vb 4.1.2
 
Arriba