- Posts: 15
R0.22 and earlier: No Longer Supported
Errores con joomdle
- Randy
- Topic Author
- Offline
- New Member
-
Less
More
15 years 8 months ago #1
by Randy
Errores con joomdle was created by Randy
Hola antonio!
Estoy tratando de poner a funcionar tu extensión joomdle y cuando trato de acceder al componente via el menú da el siguiente error:
Fatal error: Call to undefined function xmlrpc_encode_request() in /home/.../html/components/com_joomdle/helpers/content.php on line 38
Por otro lado en la página de inicio también sale el siguiente error:
Warning: implode() [function.implode]: Invalid arguments passed in /home/.../html/includes/router.php on line 325
Me podrías ayudar a identificar el problema? Gracias.
Estoy tratando de poner a funcionar tu extensión joomdle y cuando trato de acceder al componente via el menú da el siguiente error:
Fatal error: Call to undefined function xmlrpc_encode_request() in /home/.../html/components/com_joomdle/helpers/content.php on line 38
Por otro lado en la página de inicio también sale el siguiente error:
Warning: implode() [function.implode]: Invalid arguments passed in /home/.../html/includes/router.php on line 325
Me podrías ayudar a identificar el problema? Gracias.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7861
15 years 8 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: Errores con joomdle
Hola. Tu problema es que no tienes instalada la extensión XML-RPC para PHP.
Si estás en localhost, instálala.
Si estás en hosting, pide a tu proveedor que lo haga por tí.
Si estás en localhost, instálala.
Si estás en hosting, pide a tu proveedor que lo haga por tí.
Please Log in or Create an account to join the conversation.
- Randy
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
15 years 8 months ago #3
by Randy
Replied by Randy on topic Re: Errores con joomdle
Hola antonio, gracias por responder... he preguntado a mi host y me dijeron que sí lo tiene instalado. Cómo puedo verificar si está o no? traté de localizar la referencia desde joomla pero no la puedo encontrar.
Mi host es Godaddy.com y mi servicio es shared hosting
Mi host es Godaddy.com y mi servicio es shared hosting
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7861
15 years 8 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Re: Errores con joomdle
En el admin de Joomla: Help -> System Info -> PHP information.
Busca por xmlrpc. Debería aparecer un bloque asi:
xmlrpc
core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage xmlrpc-epi.sourceforge.net
open sourced by Epinions.com
Busca por xmlrpc. Debería aparecer un bloque asi:
xmlrpc
core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage xmlrpc-epi.sourceforge.net
open sourced by Epinions.com
Please Log in or Create an account to join the conversation.
- Randy
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
15 years 8 months ago #5
by Randy
Replied by Randy on topic Re: Errores con joomdle
gracias.
sólo he encontrado esto: xmlrpc_error_number 0 0
xmlrpc_errors Off Off en el php info
y $xmlrpc_server '1' en el archivo de configuración
sólo he encontrado esto: xmlrpc_error_number 0 0
xmlrpc_errors Off Off en el php info
y $xmlrpc_server '1' en el archivo de configuración
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7861
15 years 8 months ago #6
by Antonio Durán
Replied by Antonio Durán on topic Re: Errores con joomdle
Pues entonces no está instalado/activado.
Please Log in or Create an account to join the conversation.
- Randy
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
15 years 8 months ago #7
by Randy
Replied by Randy on topic Re: Errores con joomdle
he entrado via FTP a mi site y puedo ver la carpeta xmlrpc, esta contiene dos archivos: client.php y index.php. También hay dos subcarpetas: cache e includes.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7861
15 years 8 months ago #8
by Antonio Durán
Replied by Antonio Durán on topic Re: Errores con joomdle
No tiene nada que ver con las carpetas que veas. Es la configuración de Apache, tienen que hacerla los del hosting, tu no puedes hacer nada mas que pedirlo
Please Log in or Create an account to join the conversation.
- Randy
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
15 years 8 months ago #9
by Randy
Replied by Randy on topic Re: Errores con joomdle
gracias por tu valiosa ayuda, volveré a contactarlos para que me ayuden con este problema
Please Log in or Create an account to join the conversation.
- Randy
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
15 years 8 months ago #10
by Randy
Replied by Randy on topic Re: Errores con joomdle
Hola Antonio! Otra vez...
Me he puesto en contacto con godaddy y ellos me enviaron el siguiente email:
Dear Randy Cedeno,
Thank you for contacting online support. You can configure MIME types on your Linux hosting account using a .htaccess file. When you configure MIME types in your .htaccess file, you associate file types with a specific application or action.
For example:
AddType application/x-shockwave-flash swf
AddType specified you are adding a new mime type (file type).
application/x-shockwave-flash is the actual mime parameter specs.
swf is the extension of the file type.
NOTE: HTML and PHP MIME types can only be modified on hosting accounts running Hosting Configuration 2.0 and above. For information about upgrading to Hosting Configuration 2.0, see How do I upgrade my hosting account to run Hosting Configuration 2.0?
Please let us know if we can help you in any other way.
Sincerely,
James P.
Online Support Technician
*******************
Para decirte la verdad no tengo idea de cómo entonces configurar esto para que me funcione tu componente... me podrías ayudar?
Siento mucho toda la molestia que esto te pueda causar.
Me he puesto en contacto con godaddy y ellos me enviaron el siguiente email:
Dear Randy Cedeno,
Thank you for contacting online support. You can configure MIME types on your Linux hosting account using a .htaccess file. When you configure MIME types in your .htaccess file, you associate file types with a specific application or action.
For example:
AddType application/x-shockwave-flash swf
AddType specified you are adding a new mime type (file type).
application/x-shockwave-flash is the actual mime parameter specs.
swf is the extension of the file type.
NOTE: HTML and PHP MIME types can only be modified on hosting accounts running Hosting Configuration 2.0 and above. For information about upgrading to Hosting Configuration 2.0, see How do I upgrade my hosting account to run Hosting Configuration 2.0?
Please let us know if we can help you in any other way.
Sincerely,
James P.
Online Support Technician
*******************
Para decirte la verdad no tengo idea de cómo entonces configurar esto para que me funcione tu componente... me podrías ayudar?
Siento mucho toda la molestia que esto te pueda causar.
Please Log in or Create an account to join the conversation.