Página 1 de 1

Error 500 Al Actualizar Phpbb2 A Phpbb3 En Awardspace.

Publicado: 28 Feb 2008, 04:12
por sebastianvip
Buenas, despues de mucho buscar y al no haber encontrado una solucion les cuento cual es el problema que estoy teniendo.
Tengo un foro instalado en un servidor gratuito, Awardspace.com, el cual me permite tener subdominios, razon por la cual mi foro se encuentra en foro.yakansan.com.ar, pero al intentar instalar el phpbb3 en la raiz, o sea www.yakansan.com.ar me da un error 500 en la conversion.

Esto es lo que me dice

Código: Seleccionar todo

 [www.yakansan.com.ar] [Thu Feb 28 02:54:27 2008] [error] [client 190.137.55.182] Premature end of script headers: index.php | file is writable by others index.php , referer: http://www.yakansan.com.ar/install/index.php?mode=convert⊂=in_progress&tag=phpbb20&language=es
Error 500: Script Execution Failure
Description: The server encountered an internal error or misconfiguration and was unable to complete your request.

Most common reasons for returning this error message are:

? File Upload Mode
When you upload Perl, CGI scripts via FTP you should use always ASCII mode. If you get "Error 500: Script Execution Failure" you should check whether your FTP client uses ASCII mode when uploading your scripts, because if it uses BINARY mode to upload your scripts they won't work on the server. The problem caused by wrong upload mode is associated with the way different operating systems handle the "end of line" character. Unix system uses a "line-feed" (LF), Windows uses a "carriage-return" (CR) and "line-feed" (LF) pair. That's why it is very important that you set the uploading mode to ASCII.

? File Permissions
When you upload scripts via FTP the file permissions are set by default to 755. If you get "Error 500: Script Execution Failure" you should check whether your scripts have 755 permissions. Otherwise your scripts have lower level of permissions and does not support execution upon request. The octal representation of the 755 permission is equal to the following textual format: -rwxr-xr-x
Most FTP clients support the CHMOD command which is used for setting file permissions. In case you have set improper permissions to your scripts, use your FTP client and set "Read, Write, Execute" permissions for the owner, "Read, Execute" permissions for the group and everyone else.

? Script Errors
This is the third well known reason for getting "Error 500: Script Execution Failure" upon execution of your scripts. Check your scripts for any obvious syntax or programming errors to make sure your code is not broken.


Remember: When you get a "Error 500: Script Execution Failure", you should always check for any file uploading problems (ASCII/BINARY) and the executable permission settings. Once those are checked and verified, it looks like there is a syntax error or some other problem in the script.

Y desde ahi, al querer ingresar al foro, me toma algunos datos pero otros no. Quisiera saber qué es lo que debo hacer para continuar. Espero que me ayuden. A continuacion los datos del foro.

URL: http://foro.yakansan.com.ar (el viejo) www.yakansan.com.ar el que quiero ahora.
mods instalados: Shoutbox, bbcode box 5.0, redimensionador de imagenes, antibotquestion.
Templates: SUbsilver, ACID.
Versión de phpBB: 3.0.0
Servidor: Gratuito, Awarspace.
Si es una actualización desde otra versión: si
Si es una conversión desde otro tipo de Foro: no

Re: Error 500 Al Actualizar Phpbb2 A Phpbb3 En Awardspace.  Tema Solucionado

Publicado: 16 Mar 2008, 17:22
por sebastianvip
Hola, ya pude solucionar el inconveniente con la actualización. Todo el problema está en que la base de datos era muy grande y se la podía descargar con facilidad, pero a la tabla de posts y a la de post_texts, que son las importantes, a la hora de la conversion resultaban demasiado grandes para ser convertidas y subidas.
La solucion fue hacer un backup del sitio en mi servidor local, luego hacer la instalacion del foro phpbb3, y finalmente la conversion,todo en mi base de datos local.
Una vez logrado eso, lo que hice fue subir el sitio convertido al hosting, pero para ello, a las tablas de posts y post_texts las subi de a 2500 registros por vez hasta completar el envio.