- Posts: 3
Joomdle 1.0 Installation
System check after instllation - Joomdle Web Services An unexpected error happen
- Czudla77
- Topic Author
- Offline
- New Member
-
Less
More
5 years 10 months ago #1
by Czudla77
System check after instllation - Joomdle Web Services An unexpected error happen was created by Czudla77
Dear Antonio,
after installing this massage occurs at system check: Joomdle Web Services - 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
At external webservices there are functions with prefix joomdle_
My configuration:
PHP 7.3.14
Joomla 3.9.16
Moodle 3.8.3+
Joomdle 1.2.7
Do you have any idea how to solve it?
Best regards.
after installing this massage occurs at system check: Joomdle Web Services - 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
At external webservices there are functions with prefix joomdle_
My configuration:
PHP 7.3.14
Joomla 3.9.16
Moodle 3.8.3+
Joomdle 1.2.7
Do you have any idea how to solve it?
Best regards.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
5 years 10 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic System check after instllation - Joomdle Web Services An unexpected error happen
Hi.
I remember this error having to do with some PHP version. Are you able change PHP version for a moment to test?
I remember this error having to do with some PHP version. Are you able change PHP version for a moment to test?
Please Log in or Create an account to join the conversation.
- Czudla77
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
5 years 10 months ago #3
by Czudla77
Replied by Czudla77 on topic System check after instllation - Joomdle Web Services An unexpected error happen
Hello,
Unfortunately, I am not able to change the PHP version. I have experience with Joomdle when I used an older version of PHP - it worked then. But now I have to use the version of PHP that is on the server
Unfortunately, I am not able to change the PHP version. I have experience with Joomdle when I used an older version of PHP - it worked then. But now I have to use the version of PHP that is on the server
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
5 years 10 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic System check after instllation - Joomdle Web Services An unexpected error happen
I tested with PHP 7.3 myself, and it worked fine, so we can assume problem is not related to PHP version.
That said, I can't think of any reasons for that error, so I cannot really tell you much else from here
As you see in the query, it is passing a NULL value on function name, so it does not matter if Joomdle functions are there.
That said, I can't think of any reasons for that error, so I cannot really tell you much else from here
As you see in the query, it is passing a NULL value on function name, so it does not matter if Joomdle functions are there.
Please Log in or Create an account to join the conversation.