- Posts: 6
Joomdle 1.0 Installation
Error Can not find data record in database table external_fu
- fabricio
- Offline
- New Member
-
Less
More
9 years 9 months ago #21
by fabricio
Replied by fabricio on topic Error Can not find data record in database table external_fu
It just says OK!!!
Must be fine.
Thanks again.
Must be fine.
Thanks again.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
9 years 9 months ago #22
by Antonio Durán

The file just prints "OK".
This is used to check connection from Moodle, so I wanted to know if file is accesible.
As you can access it fine, there must be something preventing Moodle site from opening this file, and that's why you get the error.
This check is only for helping in debugging, so you don't need to worry about it if last check is all green, though.
Replied by Antonio Durán on topic Error Can not find data record in database table external_fu
The file just prints "OK".
This is used to check connection from Moodle, so I wanted to know if file is accesible.
As you can access it fine, there must be something preventing Moodle site from opening this file, and that's why you get the error.
This check is only for helping in debugging, so you don't need to worry about it if last check is all green, though.
Please Log in or Create an account to join the conversation.
- bijou
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
9 years 9 months ago #23
by bijou
Replied by bijou on topic Error Can not find data record in database table external_fu
Hello Antonio,
I made the changes in content.php as you suggested, but I am still getting the same error
An unexpected error happened: 23604497: Can not find data record in database table external_functions. | DEBUG INFO: SELECT * FROM {external_functions} WHERE name IS NULL [array ( )] | ERRORCODE: invalidrecord
Mine is php 5.5.15 & moodle 3.1
I made the changes in content.php as you suggested, but I am still getting the same error
An unexpected error happened: 23604497: Can not find data record in database table external_functions. | DEBUG INFO: SELECT * FROM {external_functions} WHERE name IS NULL [array ( )] | ERRORCODE: invalidrecord
Mine is php 5.5.15 & moodle 3.1
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
9 years 9 months ago #24
by Antonio Durán
Replied by Antonio Durán on topic Error Can not find data record in database table external_fu
Try something:
instead of changing to: utf-8
change to: iso-8859-1
instead of changing to: utf-8
change to: iso-8859-1
Please Log in or Create an account to join the conversation.
- bijou
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
9 years 9 months ago #25
by bijou
Replied by bijou on topic Error Can not find data record in database table external_fu
Sorry Antonio
That didnt work either.
An unexpected error happened: 23604497: Can not find data record in database table external_functions. | ERRORCODE: invalidrecord
That didnt work either.
An unexpected error happened: 23604497: Can not find data record in database table external_functions. | ERRORCODE: invalidrecord
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
9 years 9 months ago #26
by Antonio Durán
Replied by Antonio Durán on topic Error Can not find data record in database table external_fu
Then I don't know what can be happening.... 
You can try testing Moodle own web services, to see if that is failing too.
You can try testing Moodle own web services, to see if that is failing too.
Please Log in or Create an account to join the conversation.