- Posts: 6
XML-RPC Error (404): Unknown error
- Javier La Hoz
- Topic Author
- Offline
- New Member
-
Less
More
12 years 3 weeks ago #1
by Javier La Hoz
XML-RPC Error (404): Unknown error was created by Javier La Hoz
Me aparece este error al tratar de migrar usuarios de Joomla a Moodle con Joomdle
Saludos
Saludos
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
12 years 3 weeks ago #2
by Antonio Durán
Replied by Antonio Durán on topic XML-RPC Error (404): Unknown error
Activa debugging en moodle para obtener mas info.
Please Log in or Create an account to join the conversation.
- Javier La Hoz
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
12 years 3 weeks ago #3
by Javier La Hoz
Replied by Javier La Hoz on topic XML-RPC Error (404): Unknown error
Hola,
Me sale este error cuando accedo a la pagina principal como administardor en Moodle
Fatal error: Out of memory (allocated 246415360) (tried to allocate 299408 bytes) in /home/privileg/public_html/instruccion/lib/classes/string_manager_standard.php on line 136
Saludos
Me sale este error cuando accedo a la pagina principal como administardor en Moodle
Fatal error: Out of memory (allocated 246415360) (tried to allocate 299408 bytes) in /home/privileg/public_html/instruccion/lib/classes/string_manager_standard.php on line 136
Saludos
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
12 years 3 weeks ago #4
by Antonio Durán
Replied by Antonio Durán on topic XML-RPC Error (404): Unknown error
Entonces tienes un problema con Moodle, no con Joomdle.
Parece que necesitas darle mas memoria al Moodle para que funcione.
Parece que necesitas darle mas memoria al Moodle para que funcione.
Please Log in or Create an account to join the conversation.
- Javier La Hoz
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
12 years 3 weeks ago #5
by Javier La Hoz
Replied by Javier La Hoz on topic XML-RPC Error (404): Unknown error
Hola,
Para encontrar la solución al fatal error
Fatal error: Out of memory (allocated 246415360) (tried to allocate 299408 bytes) in /home/privileg/public_html/instruccion/lib/classes/string_manager_standard.php on line 136
Cree archivo .htacces con la siguiente sentecia
suPHP_ConfigPath /home/nombrecuenta/public_html
y el archivo php.ini con
ini_set('memory_limit', '512M');
Pero aun sigo con el problema del asunto
Saludos
Para encontrar la solución al fatal error
Fatal error: Out of memory (allocated 246415360) (tried to allocate 299408 bytes) in /home/privileg/public_html/instruccion/lib/classes/string_manager_standard.php on line 136
Cree archivo .htacces con la siguiente sentecia
suPHP_ConfigPath /home/nombrecuenta/public_html
y el archivo php.ini con
ini_set('memory_limit', '512M');
Pero aun sigo con el problema del asunto
Saludos
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
12 years 2 weeks ago #6
by Antonio Durán
Replied by Antonio Durán on topic XML-RPC Error (404): Unknown error
activaste debugging en moodle?
Please Log in or Create an account to join the conversation.