- Posts: 6
Joomdle 1.0 Installation
Error Can not find data record in database table external_fu
- thefluffyshrimp
- Topic Author
- Offline
- New Member
-
Less
More
7 years 2 months ago - 7 years 2 months ago #1
by thefluffyshrimp
Error Can not find data record in database table external_fu was created by thefluffyshrimp
Hello Antonio:
I am receiving the same error under System Check > Joomdle Web Services: "An unexpected error happened: 23604497: Can not find data record in database table external_functions. | ERRORCODE: invalidrecord"
My server is running off PHP version 7.2.13, and I am using Joomla 3.9.3 (Stable) and Moodle 3.6.2 (Stable) with Joomdle 1.2.3 and xmlrpc-epi v. 0.51.
I did what you suggested earlier in the thread and changed every instance I found of "utf8" in the content.php file (/administrator/components/com_joomdle/helpers/content.php) to "utf-8," but I only found 2 such instances, not 5. And it didn't seem to work. Then I changed all 8 instances of "utf-8" in that file to "iso-8859-1," but still nothing.
Might you be able to help me figure out what might be up?
Thank you so very much!
Best Regards,
Krisha
I am receiving the same error under System Check > Joomdle Web Services: "An unexpected error happened: 23604497: Can not find data record in database table external_functions. | ERRORCODE: invalidrecord"
My server is running off PHP version 7.2.13, and I am using Joomla 3.9.3 (Stable) and Moodle 3.6.2 (Stable) with Joomdle 1.2.3 and xmlrpc-epi v. 0.51.
I did what you suggested earlier in the thread and changed every instance I found of "utf8" in the content.php file (/administrator/components/com_joomdle/helpers/content.php) to "utf-8," but I only found 2 such instances, not 5. And it didn't seem to work. Then I changed all 8 instances of "utf-8" in that file to "iso-8859-1," but still nothing.
Might you be able to help me figure out what might be up?
Thank you so very much!
Best Regards,
Krisha
Last edit: 7 years 2 months ago by thefluffyshrimp.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
7 years 1 month ago #2
by Antonio Durán
Replied by Antonio Durán on topic Error Can not find data record in database table external_fu
Hi.
I moved your post to a new topic, as it is probably not related.
If this is a new installation, please check this:
www.joomdle.com/forum/installation/12475...d-purge-current-user
I moved your post to a new topic, as it is probably not related.
If this is a new installation, please check this:
www.joomdle.com/forum/installation/12475...d-purge-current-user
Please Log in or Create an account to join the conversation.
- thefluffyshrimp
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
7 years 1 month ago - 7 years 1 month ago #3
by thefluffyshrimp
Replied by thefluffyshrimp on topic Error Can not find data record in database table external_fu
Hello!
I followed the instructions as outlined here: www.joomdle.com/forum/installation/12450...-with-database-error
(I went to /user/lib.php and replaced the following...
// Purge the associated caches for the current user only.
$presignupcache = \cache::make('core', 'presignup');
$presignupcache->purge_current_user();
...with the following lines...
// Purge the associated caches for the current user only.
$presignupcache = \cache::make('core', 'presignup');
if (get_class($presignupcache) !== 'cache_disabled') {
$presignupcache->purge_current_user();
}
...but I keep getting an error message under System Check > Joomdle Web Services. Although this time the error message seems to have updated a bit with more information:
An unexpected error happened: 23604497: Can not find data record in database table external_functions. | DEBUG INFO: SELECT * FROM {external_functions} WHERE name = ? [array ( 0 => 'joomdle_system_check', )] | ERRORCODE: invalidrecord
My server is running off PHP version 7.2.13, and I am using Joomla 3.9.3 (Stable) and Moodle 3.6.2 (Stable) with Joomdle 1.2.3 and xmlrpc-epi v. 0.51. And yes, this is a new installation of Moodle and Joomdle (although not a new installation of Joomla, though it has been updated recently).
Any thoughts on what might be going on?
Thank you so very much for your help!
Best Regards,
Krisha
I followed the instructions as outlined here: www.joomdle.com/forum/installation/12450...-with-database-error
(I went to /user/lib.php and replaced the following...
// Purge the associated caches for the current user only.
$presignupcache = \cache::make('core', 'presignup');
$presignupcache->purge_current_user();
...with the following lines...
// Purge the associated caches for the current user only.
$presignupcache = \cache::make('core', 'presignup');
if (get_class($presignupcache) !== 'cache_disabled') {
$presignupcache->purge_current_user();
}
...but I keep getting an error message under System Check > Joomdle Web Services. Although this time the error message seems to have updated a bit with more information:
An unexpected error happened: 23604497: Can not find data record in database table external_functions. | DEBUG INFO: SELECT * FROM {external_functions} WHERE name = ? [array ( 0 => 'joomdle_system_check', )] | ERRORCODE: invalidrecord
My server is running off PHP version 7.2.13, and I am using Joomla 3.9.3 (Stable) and Moodle 3.6.2 (Stable) with Joomdle 1.2.3 and xmlrpc-epi v. 0.51. And yes, this is a new installation of Moodle and Joomdle (although not a new installation of Joomla, though it has been updated recently).
Any thoughts on what might be going on?
Thank you so very much for your help!
Best Regards,
Krisha
Last edit: 7 years 1 month ago by thefluffyshrimp.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
7 years 1 month ago #4
by Antonio Durán
Replied by Antonio Durán on topic Error Can not find data record in database table external_fu
Hi.
You need to uninstall Joomdle from Moodle. Then do the code change in Moodle. Then install Joomdle again.
You need to uninstall Joomdle from Moodle. Then do the code change in Moodle. Then install Joomdle again.
Please Log in or Create an account to join the conversation.
- Czudla77
- Offline
- New Member
-
Less
More
- Posts: 3
5 years 10 months ago #5
by Czudla77
Replied by Czudla77 on topic Error Can not find data record in database table external_fu
Dear Krisha,
I have the same problem with Joomdle (see www.joomdle.com/support/forum/installati...d-error-happen#22755 ), please, do you have an idea, how to solve it?
Best regards,
Miloslav
I have the same problem with Joomdle (see www.joomdle.com/support/forum/installati...d-error-happen#22755 ), please, do you have an idea, how to solve it?
Best regards,
Miloslav
Please Log in or Create an account to join the conversation.