|
|
|
Luisenke
|
|
|
Enviado: 05/10/2008 a las 16:10 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 09/05/05
Mensajes: 20
Estado: Desconectado Ultima visita: 06/10/08 |
Hola a todos...he instalado perfectamente mi web (http://retosvirtuales.awardspace.com) postnuke en el servidor AWARDSPACE (no se si alguno lo conocera) y el tema es que entro como administrador y me sale una pantalla de AWARDSPACE con lo siguiente:
[retosvirtuales.awardspace.com] [Sun Oct 05 14:29:42 2008] [error] [client 84.127.157.59] Premature end of script headers: admin.php, referer: http://retosvirtuales.awardspace.com/user.php?stop=1
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.
Necesito ayuda!
Gracias de antemano!
editado por: Luisenke, 05 Oct, 2008 - 05:19
|
|
|
|
|
|
|
|
|
llobarret
|
|
|
Enviado: 05/10/2008 a las 16:10 |
|
Posteador de Bronce
Karma: 9 (20 Votos)
Registrado: 07/03/05
Mensajes: 388
Estado: Desconectado Ultima visita: 04/01/09 |
de q version hablamos? zikula?
|
|
|
|
|
|
|
Luisenke
|
|
|
Enviado: 05/10/2008 a las 18:10 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 09/05/05
Mensajes: 20
Estado: Desconectado Ultima visita: 06/10/08 |
Es el Postnuke 0.7.6.4 full + idioma español Última versión
|
|
|
|
|
|
|
nestormateo
|
|
|
Enviado: 06/10/2008 a las 02:10 |
|
Administrador
Karma: 10 (68 Votos)
Registrado: 07/07/06
Mensajes: 1483
Estado: Desconectado Ultima visita: 23/12/08 |
Pues está bien loco eso,
pareciera ser una limitación en la memoria permitida por el servidor
en vez de un error en los scripts de PostNuke.
Instalaste algún módulo en especial?
has intentado la URL /admin.php?module=Settings ?
habría que identificar donde no funciona
o contactar a los de awardspace para que te digan el error concreto
que te registra PHP en el log de errores....
Mateo Tibaquira
-Mis principios... son mis fines-
|
|
|
|
|
|
|
Luisenke
|
|
|
Enviado: 06/10/2008 a las 12:10 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 09/05/05
Mensajes: 20
Estado: Desconectado Ultima visita: 06/10/08 |
Gracias a los 2,pero me temo que era por los permisos del archivo admin.php
|
|
|
|
|
|
|